[oe-commits] org.oe.dev bitbake.conf: Add PN to OVERRIDES in the form pn-PN (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Aug 27 17:42:40 UTC 2006


bitbake.conf: Add PN to OVERRIDES in the form pn-PN (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 6d0f4411a1166e26c839e03cdff62acdec3263a4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6d0f4411a1166e26c839e03cdff62acdec3263a4
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r0e722bfb30c859abd6a69c00c62b662a92f2d11e -r6d0f4411a1166e26c839e03cdff62acdec3263a4
#
# 
# 
# patch "conf/bitbake.conf"
#  from [ef170ceffbe47cab0e112a70d6733cc8688be12f]
#    to [3caee3c203180714a1c24cde13b3b8ac54dc5ad0]
# 
============================================================
--- conf/bitbake.conf	ef170ceffbe47cab0e112a70d6733cc8688be12f
+++ conf/bitbake.conf	3caee3c203180714a1c24cde13b3b8ac54dc5ad0
@@ -387,7 +387,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
 # This works for  functions as well, they are really just environment variables.
 #OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}"
 # Alternative OVERRIDES to make compilation fail fast, we will enable it by default soon
-OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast"
+OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
 
 ##################################################################
 # Include the rest of the config files.






More information about the Openembedded-commits mailing list