mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
* fixes: ERROR: libblockdev different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot changed from bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b to 23a2ff7864fbd6d38b77918829651cff8d009702894ee670fab145c520d05be8 Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot with hashes bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b or 23a2ff7864fbd6d38b77918829651cff8d009702894ee670fab145c520d05be8 ERROR: ndctl different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task ndctl/ndctl_v63.bb.do_prepare_recipe_sysroot changed from ea34e9d64a9f30c3ed898bd3850e43e95297dacc560732e1d6bdfa961a6b357b to f886d72844b05c99cd241b8402d760d2c02e0264bfc66503d1e8742815463b3c Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v63.bb.do_prepare_recipe_sysroot with hashes ea34e9d64a9f30c3ed898bd3850e43e95297dacc560732e1d6bdfa961a6b357b or f886d72844b05c99cd241b8402d760d2c02e0264bfc66503d1e8742815463b3c $ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/ndctl/*do_prepare*.sigdata* runtaskdeps changed: ['autoconf/autoconf_2.69.bb.do_populate_sysroot:virtual:native automake/automake_1.16.1.bb.do_populate_sysroot:virtual:native bash-completion/bash-completion_2.8.bb.do_populate_sysroot gcc/gcc-cross_7.3.bb.do_populate_sysroot gcc/gcc-runtime_7.3.bb.do_populate_sysroot glibc/glibc_2.29.bb.do_populate_sysroot gnu-config/gnu-config_git.bb.do_populate_sysroot:virtual:native json-c/json-c_0.13.1.bb.do_populate_sysroot kmod/kmod_git.bb.do_populate_sysroot libtool/libtool-cross_2.4.6.bb.do_populate_sysroot libtool/libtool-native_2.4.6.bb.do_populate_sysroot', -linux/linux-lg-hammerhead_git.bb.do_populate_sysroot, +linux/linux-lg-mako_git.bb.do_populate_sysroot, 'ndctl/ndctl_v63.bb.do_fetch pkgconfig/pkgconfig_git.bb.do_populate_sysroot:virtual:native systemd/systemd-systemctl-native.bb.do_populate_sysroot systemd/systemd_242.bb.do_populate_sysroot'] linux/linux-lg-hammerhead_git.bb.do_populate_sysroot with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438 changed to linux/linux-lg-mako_git.bb.do_populate_sysroot with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3 Dependency on task linux/linux-lg-mako_git.bb.do_populate_sysroot was added with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3 Dependency on task linux/linux-lg-hammerhead_git.bb.do_populate_sysroot was removed with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438 $ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/libblockdev/*do_prepare*.sigdata* Hash for dependent task ndctl/ndctl_v63.bb.do_populate_sysroot changed from 0d123eb0e330a9e34d199eb012da9ae2eb614063f9412725ef39a06b152341f1 to 40077996bc35ac047210928559ad692f4eb20e37b07ef675bf49c9c39c46fe1e Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v63.bb.do_populate_sysroot with hashes 0d123eb0e330a9e34d199eb012da9ae2eb614063f9412725ef39a06b152341f1 or 40077996bc35ac047210928559ad692f4eb20e37b07ef675bf49c9c39c46fe1e as detected with: openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
88 lines
2.9 KiB
Plaintext
88 lines
2.9 KiB
Plaintext
# It really depends on order of the layers appearing in BBLAYERS
|
|
# variable in toplevel bblayers.conf file, where bitbake will search
|
|
# for .inc files and others where bitbake uses BBPATH since it will
|
|
# search the directories from first to last as specified in BBPATH
|
|
# Therefore if you want a given layer to be considered high priority
|
|
# for the .inc and .conf etc. then consider it adding at the beginning
|
|
# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
|
|
# the recipe contention so the order of directories in BBFILES does
|
|
# not matter.
|
|
|
|
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "openembedded-layer"
|
|
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
|
|
|
|
# Define the priority for recipes (.bb files) from this layer,
|
|
# choosing carefully how this layer interacts with all of the
|
|
# other layers.
|
|
|
|
BBFILE_PRIORITY_openembedded-layer = "6"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_openembedded-layer = "1"
|
|
|
|
LAYERDEPENDS_openembedded-layer = "core"
|
|
|
|
LAYERSERIES_COMPAT_openembedded-layer = "thud warrior"
|
|
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
|
|
|
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
|
mplayer-common \
|
|
fbset-modes \
|
|
gpsd-machine-conf \
|
|
distro-feed-configs \
|
|
ca-certificates \
|
|
pointercal \
|
|
"
|
|
|
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
|
android-tools->android-tools-conf \
|
|
usb-modeswitch-data->usb-modeswitch \
|
|
lmsensors->lmsensors-config \
|
|
phoronix-test-suite->bash \
|
|
phoronix-test-suite->python \
|
|
phoronix-test-suite->php \
|
|
"
|
|
|
|
# Depends on ndctl (through nvdimm PACKAGECONFIG) which depends on MACHINE_ARCH kernel
|
|
# and making libblockdev MACHINE_ARCH is not an option as python3-blivet, udisks2, gvfs
|
|
# would be MACHINE_ARCH as well
|
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
|
libblockdev->ndctl \
|
|
"
|
|
# ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
|
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
|
terminus-font->fontconfig \
|
|
ttf-abyssinica->fontconfig \
|
|
ttf-arphic-uming->fontconfig \
|
|
ttf-dejavu->fontconfig \
|
|
ttf-droid->fontconfig \
|
|
ttf-gentium->fontconfig \
|
|
ttf-hunkyfonts->fontconfig \
|
|
ttf-inconsolata->fontconfig \
|
|
ttf-liberation->fontconfig \
|
|
ttf-liberation-sans-narrow->fontconfig \
|
|
ttf-lklug->fontconfig \
|
|
ttf-lohit->fontconfig \
|
|
ttf-pt-sans->fontconfig \
|
|
ttf-mplus->fontconfig \
|
|
ttf-sazanami->fontconfig \
|
|
ttf-tlwg->fontconfig \
|
|
ttf-ubuntu-font-family->fontconfig \
|
|
ttf-vlgothic->fontconfig \
|
|
ttf-wqy-zenhei->fontconfig \
|
|
source-han-sans-cn-fonts->fontconfig \
|
|
source-han-sans-jp-fonts->fontconfig \
|
|
source-han-sans-kr-fonts->fontconfig \
|
|
source-han-sans-tw-fonts->fontconfig \
|
|
"
|
|
|
|
DEFAULT_TEST_SUITES_pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
|