From 5a54785b5d3789bb95b9c852d60ac0f9204ccc4f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 2 Sep 2014 12:02:44 +0300 Subject: Update upstream meta layers and add meta-beagleboard Change-Id: Ifc65774898f728920e4b8314bfc71cfbe13a0eb9 Reviewed-by: Andy Nichols --- b2qt-init-build-env | 15 ++++++++------- conf/bblayers.conf.sample | 1 + conf/local.conf.sample | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/b2qt-init-build-env b/b2qt-init-build-env index e1f34fc..29657a0 100755 --- a/b2qt-init-build-env +++ b/b2qt-init-build-env @@ -52,13 +52,14 @@ checkout() { fi } -checkout git://git.yoctoproject.org/poky "daisy:b0ce70ffa820c8b4069bdb413f7aa9db668b9428" -checkout git://git.yoctoproject.org/meta-fsl-arm "daisy:f5bf277a5a5fba2c3b64ed7d2dbec1903d96386b" -checkout git://github.com/Freescale/meta-fsl-arm-extra "daisy:6c3871ea5b0ec358e978814b5b38cef40d8dcbbc" -checkout git://git.yoctoproject.org/meta-ti "daisy:5dad1bc02dd922a6c4fa4d68f6ea9ec779cf5e66" -checkout git://git.yoctoproject.org/meta-raspberrypi "daisy:cc74bf6c1f9ab9beea52c4c75797f3ad51f72c55" -checkout git://git.toradex.com/meta-toradex "V2.2:371ea626f29a2a12294ab6ea30e36743a9e2f78f" -checkout git://git.openembedded.org/meta-openembedded "daisy:a6dcf6265822ca1484d991d10a3042e04a960cdb" +checkout git://git.yoctoproject.org/poky "daisy:b2f045c400fa8bd20b319c60137b1575f967cef1" +checkout git://git.yoctoproject.org/meta-fsl-arm "daisy:e9bf647e10ff1e31f911d3236dbb22a1ad7ace9f" +checkout git://github.com/Freescale/meta-fsl-arm-extra "daisy:e041d9a118c5eecf4010bcb41bb5c554636090ab" +checkout git://git.yoctoproject.org/meta-ti "daisy:41457c50e21168faf04f3cdd4168954890d6cdab" +checkout git://github.com/beagleboard/meta-beagleboard "master:b5c709b2b6bd3bf236df923fa8f245a00fbb1b60" +checkout git://git.yoctoproject.org/meta-raspberrypi "daisy:946b69299737cc2f1378c864f1b9075280db1b53" +checkout git://git.toradex.com/meta-toradex "V2.2:b47dad6cf9bd5be5287dac3835ea037a2fd30cf7" +checkout git://git.openembedded.org/meta-openembedded "daisy:662cf409c1175450699d498085f3c894e0fe81d0" if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then ln -s ${DIR} ${BUILDDIR}/poky/meta-b2qt diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index 9789ceb..666d9ab 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -33,6 +33,7 @@ BBLAYERS ?= " \ ##COREBASE##/meta-fsl-arm \ ##COREBASE##/meta-fsl-arm-extra \ ##COREBASE##/meta-ti \ + ##COREBASE##/meta-beagleboard/common-bsp \ ##COREBASE##/meta-raspberrypi \ ##COREBASE##/meta-toradex \ ##COREBASE##/meta-openembedded/meta-oe \ diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 3874397..9b24789 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -276,7 +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" +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|meta-toradex/recipes-qt" ACCEPT_FSL_EULA = "1" LICENSE_FLAGS_WHITELIST = "commercial" -- cgit v1.2.3-54-g00ecf