diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-17 08:39:45 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-19 09:50:37 +0000 |
commit | 4052743c434c981448a9924103990d2b9595521f (patch) | |
tree | a7a3d19bee1660c68895929cafcda64f0c16373a | |
parent | 48b1c72561178308bbb3d555cf13c9366958df77 (diff) | |
download | meta-boot2qt-4052743c434c981448a9924103990d2b9595521f.tar.gz |
toradex: prioritize meta-toradex
meta-fsl-arm-extra has colibri-vf machine config as well, but we
still want to use the one from meta-toradex.
Change-Id: I20ec41ae7b8d62a13ff59fe85da7be45d58c15c9
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
-rw-r--r-- | conf/bblayers.conf.toradex.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bblayers.conf.toradex.sample b/conf/bblayers.conf.toradex.sample index e0a77f6..d470daa 100644 --- a/conf/bblayers.conf.toradex.sample +++ b/conf/bblayers.conf.toradex.sample | |||
@@ -31,9 +31,9 @@ BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..' | |||
31 | BBLAYERS ?= " \ | 31 | BBLAYERS ?= " \ |
32 | ${BSPDIR}/sources/poky/meta \ | 32 | ${BSPDIR}/sources/poky/meta \ |
33 | ${BSPDIR}/sources/poky/meta-yocto \ | 33 | ${BSPDIR}/sources/poky/meta-yocto \ |
34 | ${BSPDIR}/sources/meta-toradex \ | ||
34 | ${BSPDIR}/sources/meta-fsl-arm \ | 35 | ${BSPDIR}/sources/meta-fsl-arm \ |
35 | ${BSPDIR}/sources/meta-fsl-arm-extra \ | 36 | ${BSPDIR}/sources/meta-fsl-arm-extra \ |
36 | ${BSPDIR}/sources/meta-toradex \ | ||
37 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | 37 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ |
38 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | 38 | ${BSPDIR}/sources/meta-openembedded/meta-python \ |
39 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ | 39 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ |