diff options
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" |