I do get a bitbake failure if I change the highlighted line of my local.conf to 1... from 0. There appears to be a connection in my devtool build-image failure and the failure I get when I make the local.conf change below.
# Bsp default build values.
MACHINE ??= "xxxxx"
DISTRO ??= "xxxxx-xxxxxxx"
# Multiconfig list of targets
# You need to create a single configuration file for
# each build target (each multiconfig) for more info
# look at meta-oem/conf/templates/multiconfig/
BBMULTICONFIG = "ngpd2"
PACKAGE_CLASSES = "package_deb"
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"
CONF_VERSION = "2"
ACCEPT_FSL_EULA = "1"
# Share dirs between build targets
DL_DIR ?= "${TOPDIR}/../downloads/"
SSTATE_DIR ?= "${TOPDIR}/../sstate/"
# This prevents searching the network anywhere but PREMIRRORS, populated solely from SOURCE_MIRROR_URL
# BB_FETCH_PREMIRRORONLY = "1"
# SDK Variables
SDKMACHINE ?= "x86_64"
SDK_EXT_TYPE = "minimal"
SDK_INCLUDE_TOOLCHAIN = "1"
SDK_INCLUDE_BUILDTOOLS = "0"
I do get an error.
ERROR: xxx-xxxxx-xxxxxxx-xxxxx-1.0-r0 do_populate_sdk_ext: Failed to generate filtered task list for extensible SDK:
### Shell environment set up for builds. ###
You can now run 'bitbake <target>'
Common targets are:
core-image-minimal
core-image-full-cmdline
core-image-sato
core-image-weston
meta-toolchain
meta-ide-support
You can also run generated qemu images with a command like 'runqemu qemux86-64'.
Other commonly useful commands are:
- 'devtool' and 'recipetool' handle common recipe tasks
- 'bitbake-layers' handles common layer tasks
- 'oe-pkgdata-util' handles common target package tasks
ERROR: bitbake failed:
WARNING: You are using a local hash equivalence server but have configured an sstate mirror. This will likely mean no sstate will match from the mirror. You may wish to disable the hash equivalence use (BB_HASHSERVE), or use a hash equivalence server alongside the sstate mirror.
WARNING: You are using a local hash equivalence server but have configured an sstate mirror. This will likely mean no sstate will match from the mirror. You may wish to disable the hash equivalence use (BB_HASHSERVE), or use a hash equivalence server alongside the sstate mirror.
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
ERROR: No recipes in default available for:
/layers/meta-freescale/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend
/recipes-bsp/imx-atf/imx-atf_%.bbappend
recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend
/recipes-bsp/imx-mkimage/imx-mkimage_git.bbappend
/recipes-bsp/scfw-deere-display/imx-sc-firmware_%.bbappend
No recipes in ngpd2 available for:
layers/meta-freescale/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend
/imx-atf/imx-atf_%.bbappend
p/imx-mkimage/imx-boot_1.0.bbappend
imx-mkimage_git.bbappend
y/imx-sc-firmware_%.bbappend
Parsing of 5594 .bb files complete (0 cached, 5594 parsed). 8682 targets, 1176 skipped, 0 masked, 0 errors.
Summary: There were 2 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Logfile of failure stored in: /log.do_populate_sdk_ext.2230270
ERROR: Task .bb:do_populate_sdk_ext) failed with exit code '1'
Pseudo log:
path mismatch [8 links]: ino 28324762 db '/meta-freescale/EULA'.
Setup complete, sending SIGUSR1 to pid 2229735.