summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-11-12 15:41:48 -0600
committerJohn Klug <john.klug@multitech.com>2020-11-12 15:41:48 -0600
commit792f811ca0d40b1d75eb84fa6841be2af82cdfe7 (patch)
treea00946a683f4505ccca7335429049568215f756a /conf
parenta16d788bfebc3c619c87f64615469e2a52451cc5 (diff)
downloadmlinux-792f811ca0d40b1d75eb84fa6841be2af82cdfe7.tar.gz
mlinux-792f811ca0d40b1d75eb84fa6841be2af82cdfe7.tar.bz2
mlinux-792f811ca0d40b1d75eb84fa6841be2af82cdfe7.zip
Switch to Yocto Thud branch
Diffstat (limited to 'conf')
-rw-r--r--conf/bblayers.conf.mlinux3
-rw-r--r--conf/bblayers.conf.sample3
-rw-r--r--conf/local.conf.sample2
3 files changed, 5 insertions, 3 deletions
diff --git a/conf/bblayers.conf.mlinux b/conf/bblayers.conf.mlinux
index 7590fe9..1150884 100644
--- a/conf/bblayers.conf.mlinux
+++ b/conf/bblayers.conf.mlinux
@@ -4,12 +4,13 @@ BBFILES ?= ""
BBLAYERS = " \
__OEROOT__/layers/user-layer \
__OEROOT__/layers/meta-mlinux \
+ __OEROOT__/layers/meta-mlinux-atmel \
__OEROOT__/layers/meta-multitech \
+ __OEROOT__/layers/meta-multitech-atmel \
__OEROOT__/layers/meta-mono \
__OEROOT__/layers/meta-nodejs \
__OEROOT__/layers/meta-java \
__OEROOT__/layers/meta-openembedded/meta-oe \
- __OEROOT__/layers/meta-openembedded/meta-ruby \
__OEROOT__/layers/meta-openembedded/meta-perl \
__OEROOT__/layers/meta-openembedded/meta-python \
__OEROOT__/layers/meta-openembedded/meta-networking \
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
index 26f2e46..a8e65be 100644
--- a/conf/bblayers.conf.sample
+++ b/conf/bblayers.conf.sample
@@ -5,12 +5,13 @@ BBFILES ?= ""
BBLAYERS = " \
${TOPDIR}/layers/user-layer \
${TOPDIR}/layers/meta-mlinux \
+ ${TOPDIR}/layers/meta-mlinux-atmel \
${TOPDIR}/layers/meta-multitech \
+ ${TOPDIR}/layers/meta-multitech-atmel \
${TOPDIR}/layers/meta-mono \
${TOPDIR}/layers/meta-nodejs \
${TOPDIR}/layers/meta-java \
${TOPDIR}/layers/meta-openembedded/meta-oe \
- ${TOPDIR}/layers/meta-openembedded/meta-ruby \
${TOPDIR}/layers/meta-openembedded/meta-perl \
${TOPDIR}/layers/meta-openembedded/meta-networking \
${TOPDIR}/layers/meta-openembedded/meta-webserver \
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 1e83060..f798315 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -1,5 +1,5 @@
# CONF_VERSION is increased each time build/conf/ changes incompatibly
-CONF_VERSION = "1"
+CONF_VERSION = "2"
# Use MultiTech mLinux distribution
DISTRO = "mlinux"