diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-09-07 14:13:05 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-09-07 14:13:05 -0500 |
commit | e08f0d2f992ab3cfc18ff9ff9c92e232f2faa508 (patch) | |
tree | 65b63e9fa0f001785289e572b8f4cc18ded96583 /multitech/conf/distro | |
parent | d0202003be0d32f3c51073c6650f0c1284c7f1b1 (diff) |
corecdp: add placeholder var to bump to force a cache refresh
Diffstat (limited to 'multitech/conf/distro')
-rw-r--r-- | multitech/conf/distro/corecdp.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf index f40ee5e..48c5f89 100644 --- a/multitech/conf/distro/corecdp.conf +++ b/multitech/conf/distro/corecdp.conf @@ -13,6 +13,10 @@ DISTRO_TYPE = "release" TARGET_VENDOR = "-corecdp" BUILDNAME = "${DISTRO_NAME} ${DISTRO_VERSION}" +# bump this to force a bitbake cache refresh when new bbappend files +# are added (bitbake cache ignores new bbappend files in 1.12) +CORECDP_LAYER_INC = "1" + # Add Multi-Tech mirror for source download as a backup INHERIT += "corecdp-mirrors" |