From 85ac803a1d7311fae2487ccfad3aceb17289ff9d Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 13 Jun 2014 11:44:53 +0300 Subject: Include toradex repository Toradex has lot's of dependencies, so BBMASK is updated to remove all recipes not suitable for us. Change-Id: Iddc4b7582fee2728f944e3dd803a7c9114932a62 Reviewed-by: Andy Nichols --- README | 4 ++++ b2qt-init-build-env | 4 ++++ conf/bblayers.conf.sample | 1 + conf/local.conf.sample | 1 + 4 files changed, 10 insertions(+) diff --git a/README b/README index e23e4e2..0134574 100644 --- a/README +++ b/README @@ -52,3 +52,7 @@ revision: HEAD URI: git://git.yoctoproject.org/meta-raspberrypi branch: daisy revision: HEAD + +URI: git://git.toradex.com/meta-toradex.git +branch: V2.2 +revision: 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 git clone git://git.yoctoproject.org/meta-raspberrypi ${BUILDDIR}/poky/meta-raspberrypi -b daisy fi +if [ ! -d ${BUILDDIR}/poky/meta-toradex ]; then + git clone git://git.toradex.com/meta-toradex.git ${BUILDDIR}/poky/meta-toradex -b V2.2 +fi + if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then ln -s ${DIR} ${BUILDDIR}/poky/meta-b2qt fi 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 ?= " \ ##COREBASE##/meta-fsl-arm-extra \ ##COREBASE##/meta-ti \ ##COREBASE##/meta-raspberrypi \ + ##COREBASE##/meta-toradex \ ##COREBASE##/meta-openembedded/meta-oe \ ##COREBASE##/meta-b2qt \ " 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" INHERIT += "rm_work" BBMASK = "meta-ti/recipes-misc" +BBMASK += "|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" ACCEPT_FSL_EULA = "1" LICENSE_FLAGS_WHITELIST = "commercial" -- cgit v1.2.3-54-g00ecf