You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing a peculiar issue which was seen in FSL based SOMs layers e.g. meta-variscite which is actually reproducible with just machines from meta-freescale and poky.
Here is my 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 ?= " \
/mnt/b/yoe/master/sources/poky/meta \
/mnt/b/yoe/master/sources/poky/meta-poky \
/mnt/b/yoe/master/sources/meta-freescale \
"
I am seeing a peculiar issue which was seen in FSL based SOMs layers e.g. meta-variscite which is actually reproducible with just machines from meta-freescale and poky.
Here is my
bblayers.conf
and in
local.conf
appendthen run
bitbake core-image-minimal -p
First time parsing is understandable but it keeps reparsing everytime the above command is run
and there are no changes at all in the metadata.
If I set
MACHINE = "qemuarm64"
then the problem goes away.
The text was updated successfully, but these errors were encountered: