diff options
| -rw-r--r-- | README | 4 | ||||
| -rwxr-xr-x | b2qt-init-build-env | 4 | ||||
| -rw-r--r-- | conf/bblayers.conf.sample | 1 | ||||
| -rw-r--r-- | conf/local.conf.sample | 1 |
4 files changed, 10 insertions, 0 deletions
| @@ -52,3 +52,7 @@ revision: HEAD | |||
| 52 | URI: git://git.yoctoproject.org/meta-raspberrypi | 52 | URI: git://git.yoctoproject.org/meta-raspberrypi |
| 53 | branch: daisy | 53 | branch: daisy |
| 54 | revision: HEAD | 54 | revision: HEAD |
| 55 | |||
| 56 | URI: git://git.toradex.com/meta-toradex.git | ||
| 57 | branch: V2.2 | ||
| 58 | 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 | |||
| 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 |
| 58 | fi | 58 | fi |
| 59 | 59 | ||
| 60 | if [ ! -d ${BUILDDIR}/poky/meta-toradex ]; then | ||
| 61 | git clone git://git.toradex.com/meta-toradex.git ${BUILDDIR}/poky/meta-toradex -b V2.2 | ||
| 62 | fi | ||
| 63 | |||
| 60 | if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then | 64 | if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then |
| 61 | ln -s ${DIR} ${BUILDDIR}/poky/meta-b2qt | 65 | ln -s ${DIR} ${BUILDDIR}/poky/meta-b2qt |
| 62 | fi | 66 | 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 ?= " \ | |||
| 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" | |||
| 276 | INHERIT += "rm_work" | 276 | INHERIT += "rm_work" |
| 277 | 277 | ||
| 278 | BBMASK = "meta-ti/recipes-misc" | 278 | BBMASK = "meta-ti/recipes-misc" |
| 279 | 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" | ||
| 279 | ACCEPT_FSL_EULA = "1" | 280 | ACCEPT_FSL_EULA = "1" |
| 280 | LICENSE_FLAGS_WHITELIST = "commercial" | 281 | LICENSE_FLAGS_WHITELIST = "commercial" |
| 281 | 282 | ||
