summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rwxr-xr-xb2qt-init-build-env4
-rw-r--r--conf/bblayers.conf.sample1
-rw-r--r--conf/local.conf.sample1
4 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index e23e4e2..0134574 100644
--- a/README
+++ b/README
@@ -52,3 +52,7 @@ revision: HEAD
52URI: git://git.yoctoproject.org/meta-raspberrypi 52URI: git://git.yoctoproject.org/meta-raspberrypi
53branch: daisy 53branch: daisy
54revision: HEAD 54revision: HEAD
55
56URI: git://git.toradex.com/meta-toradex.git
57branch: V2.2
58revision: HEAD
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index 952e4a3..882e7fa 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -57,6 +57,10 @@ if [ ! -d ${BUILDDIR}/poky/meta-raspberrypi ]; then
57 git clone git://git.yoctoproject.org/meta-raspberrypi ${BUILDDIR}/poky/meta-raspberrypi -b daisy 57 git clone git://git.yoctoproject.org/meta-raspberrypi ${BUILDDIR}/poky/meta-raspberrypi -b daisy
58fi 58fi
59 59
60if [ ! -d ${BUILDDIR}/poky/meta-toradex ]; then
61 git clone git://git.toradex.com/meta-toradex.git ${BUILDDIR}/poky/meta-toradex -b V2.2
62fi
63
60if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then 64if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then
61 ln -s ${DIR} ${BUILDDIR}/poky/meta-b2qt 65 ln -s ${DIR} ${BUILDDIR}/poky/meta-b2qt
62fi 66fi
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
index 5a95ec2..9789ceb 100644
--- a/conf/bblayers.conf.sample
+++ b/conf/bblayers.conf.sample
@@ -34,6 +34,7 @@ BBLAYERS ?= " \
34 ##COREBASE##/meta-fsl-arm-extra \ 34 ##COREBASE##/meta-fsl-arm-extra \
35 ##COREBASE##/meta-ti \ 35 ##COREBASE##/meta-ti \
36 ##COREBASE##/meta-raspberrypi \ 36 ##COREBASE##/meta-raspberrypi \
37 ##COREBASE##/meta-toradex \
37 ##COREBASE##/meta-openembedded/meta-oe \ 38 ##COREBASE##/meta-openembedded/meta-oe \
38 ##COREBASE##/meta-b2qt \ 39 ##COREBASE##/meta-b2qt \
39 " 40 "
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 1309835..3874397 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -276,6 +276,7 @@ CONF_VERSION = "1"
276INHERIT += "rm_work" 276INHERIT += "rm_work"
277 277
278BBMASK = "meta-ti/recipes-misc" 278BBMASK = "meta-ti/recipes-misc"
279BBMASK += "|meta-toradex/recipes/images|meta-toradex/recipes-browser|meta-toradex/recipes-connectivity|meta-toradex/recipes-gnome|meta-toradex/recipes-mozilla|meta-toradex/recipes-graphics|meta-toradex/recipes-devtools/mtd|meta-toradex/recipes-core/psplash|meta-toradex/recipes-lxde|meta-toradex/recipes-multimedia/webm|meta-toradex/recipes/trdx-config|meta-toradex/recipes-core/util-linux|meta-toradex/recipes-core/systemd|meta-toradex/recipes-support|meta-toradex/recipes-core/dropbear|meta-toradex/recipes/base-files|meta-toradex/recipes-multimedia/gstreamer"
279ACCEPT_FSL_EULA = "1" 280ACCEPT_FSL_EULA = "1"
280LICENSE_FLAGS_WHITELIST = "commercial" 281LICENSE_FLAGS_WHITELIST = "commercial"
281 282