diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-01-28 15:59:17 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-28 15:59:17 -0600 |
commit | 4febe5985770c77b0e0dd2ac2884d14d6343c9e4 (patch) | |
tree | 5cf163fc1c380e95eb7f64b453a25964057b3377 | |
parent | 01a894b1b0ac6ebd112f1767af45ee2fea1c769f (diff) |
corecdp: bump CORECDP_LAYER_INC
-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 6d5551f..0546615 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 = "7" +CORECDP_LAYER_INC = "8" # Add Multi-Tech mirror for source download as a backup INHERIT += "corecdp-mirrors" |