Hi @ghennadi_procopciuc @Bio_TICFSL ,
Now I am using Ubuntu 18.04. When I tried to build an image It is throwing below error. Please refer below logs.
faradaybattery@faradaybattery-OptiPlex-790:~$ bitbake fsl-image-base
Loading cache: 100% |#######################################################################################################################################################################| Time: 0:00:00
Loaded 1812 entries from dependency cache.
ERROR: Nothing PROVIDES 'fsl-image-base'. Close matches:
core-image-base
Summary: There was 1 ERROR message, returning a non-zero exit code.
faradaybattery@faradaybattery-OptiPlex-790:~$
Please give me some pointers to resolve this issue.
Please find my bblayers and local configs below.
bblayers.conf
-------------------
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
/fsl-auto-yocto-bsp/sources/poky/meta \
/fsl-auto-yocto-bsp/sources/poky/meta-poky \
/fsl-auto-yocto-bsp/sources/poky/meta-yocto-bsp \
"
local.conf
---------------
MACHINE ??= 's32g274aevb'
DISTRO ?= 'fsl-auto'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
USER_CLASSES ?= "buildstats"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS ??= "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
HALT,${TMPDIR},100M,1K \
HALT,${DL_DIR},100M,1K \
HALT,${SSTATE_DIR},100M,1K \
HALT,/tmp,10M,1K"
PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
CONF_VERSION = "2"
# Parallelism Options
BB_NUMBER_THREADS = "8"
PARALLEL_MAKE = "-j 6"
DL_DIR = "/fsl-auto-yocto-bsp/sources/meta-alb/downloads"
SSTATE_DIR = "/fsl-auto-yocto-bsp/sources/meta-alb/sstate-cache"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL ?= "http://git.freescale.com/source/"
# use xz to compress sstate
SSTATE_PKG_SUFFIX = "txz"
SSTATE_PKG_TARZIPPROG = "xz"
ACCEPT_FSL_EULA = "1"
Regards
Ashok