diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-10-04 10:35:05 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-10-04 10:35:05 -0500 |
commit | 4a9fca6dc9a4be4dbb3bf8379427b0e9ed5caf3f (patch) | |
tree | 6ff8227a09b88ab0ecdf127fbe71311933420abb /multitech/conf | |
parent | 63ff1a6df1bceb564791695fd00b102e0dab2993 (diff) |
corecdp: force cache rebuild
Diffstat (limited to 'multitech/conf')
-rw-r--r-- | multitech/conf/distro/corecdp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf index f583dcb..6936422 100644 --- a/multitech/conf/distro/corecdp.conf +++ b/multitech/conf/distro/corecdp.conf @@ -16,7 +16,7 @@ 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 = "2" +CORECDP_LAYER_INC = "3" # Add Multi-Tech mirror for source download as a backup INHERIT += "corecdp-mirrors" |