From 15c648c3341b8988f6346e809f736fbb19a966da Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Tue, 26 Feb 2019 11:08:23 +0100 Subject: Add meta-python layer to all platforms Needed for meta-oe since this change: http://git.openembedded.org/meta-openembedded/commit/?id=987d28c27e70ba12edf2b99745c13e7525206f4a Signed-off-by: Laurent Bonnans --- conf/include/bblayers/sota.inc | 1 + conf/include/bblayers/sota_am335x-evm.inc | 2 +- conf/include/bblayers/sota_intel-corei7-64.inc | 2 +- conf/include/bblayers/sota_m3ulcb.inc | 2 +- conf/include/bblayers/sota_porter.inc | 2 +- conf/include/bblayers/sota_qemux86-64.inc | 3 ++- conf/include/bblayers/sota_raspberrypi2.inc | 3 +-- conf/include/bblayers/sota_raspberrypi3.inc | 3 +-- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'conf/include') diff --git a/conf/include/bblayers/sota.inc b/conf/include/bblayers/sota.inc index 26eea22..c4ecd4e 100644 --- a/conf/include/bblayers/sota.inc +++ b/conf/include/bblayers/sota.inc @@ -1,3 +1,4 @@ BBLAYERS += "${METADIR}/meta-updater" BBLAYERS += "${METADIR}/meta-openembedded/meta-filesystems" BBLAYERS += "${METADIR}/meta-openembedded/meta-oe" +BBLAYERS += "${METADIR}/meta-openembedded/meta-python" diff --git a/conf/include/bblayers/sota_am335x-evm.inc b/conf/include/bblayers/sota_am335x-evm.inc index f2d485d..f56b095 100644 --- a/conf/include/bblayers/sota_am335x-evm.inc +++ b/conf/include/bblayers/sota_am335x-evm.inc @@ -1,2 +1,2 @@ -BBLAYERS += " ${METADIR}/meta-ti " +BBLAYERS += "${METADIR}/meta-ti" diff --git a/conf/include/bblayers/sota_intel-corei7-64.inc b/conf/include/bblayers/sota_intel-corei7-64.inc index 1771e6c..5dabb90 100644 --- a/conf/include/bblayers/sota_intel-corei7-64.inc +++ b/conf/include/bblayers/sota_intel-corei7-64.inc @@ -1,2 +1,2 @@ -BBLAYERS += " ${METADIR}/meta-updater-minnowboard ${METADIR}/meta-intel " +BBLAYERS += "${METADIR}/meta-updater-minnowboard ${METADIR}/meta-intel" diff --git a/conf/include/bblayers/sota_m3ulcb.inc b/conf/include/bblayers/sota_m3ulcb.inc index 04f78e4..7d0c526 100644 --- a/conf/include/bblayers/sota_m3ulcb.inc +++ b/conf/include/bblayers/sota_m3ulcb.inc @@ -1,2 +1,2 @@ -BBLAYERS += " ${METADIR}/meta-renesas ${METADIR}/meta-renesas-rcar-gen3 ${METADIR}/meta-openembedded/meta-multimedia" +BBLAYERS += "${METADIR}/meta-renesas ${METADIR}/meta-renesas-rcar-gen3 ${METADIR}/meta-openembedded/meta-multimedia" diff --git a/conf/include/bblayers/sota_porter.inc b/conf/include/bblayers/sota_porter.inc index 6964ef0..e87f99b 100644 --- a/conf/include/bblayers/sota_porter.inc +++ b/conf/include/bblayers/sota_porter.inc @@ -1,2 +1,2 @@ -BBLAYERS += " ${METADIR}/meta-renesas ${METADIR}/meta-renesas/meta-rcar-gen2 ${METADIR}/meta-openembedded/meta-multimedia ${METADIR}/meta-updater-porter" +BBLAYERS += "${METADIR}/meta-renesas ${METADIR}/meta-renesas/meta-rcar-gen2 ${METADIR}/meta-openembedded/meta-multimedia ${METADIR}/meta-updater-porter" diff --git a/conf/include/bblayers/sota_qemux86-64.inc b/conf/include/bblayers/sota_qemux86-64.inc index 12d32ff..5851a29 100644 --- a/conf/include/bblayers/sota_qemux86-64.inc +++ b/conf/include/bblayers/sota_qemux86-64.inc @@ -1 +1,2 @@ -BBLAYERS += " ${METADIR}/meta-updater-qemux86-64 " + +BBLAYERS += "${METADIR}/meta-updater-qemux86-64" diff --git a/conf/include/bblayers/sota_raspberrypi2.inc b/conf/include/bblayers/sota_raspberrypi2.inc index cc26679..2079e66 100644 --- a/conf/include/bblayers/sota_raspberrypi2.inc +++ b/conf/include/bblayers/sota_raspberrypi2.inc @@ -1,3 +1,2 @@ -BBLAYERS += " ${METADIR}/meta-openembedded/meta-python " -BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " +BBLAYERS += "${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi" diff --git a/conf/include/bblayers/sota_raspberrypi3.inc b/conf/include/bblayers/sota_raspberrypi3.inc index cc26679..2079e66 100644 --- a/conf/include/bblayers/sota_raspberrypi3.inc +++ b/conf/include/bblayers/sota_raspberrypi3.inc @@ -1,3 +1,2 @@ -BBLAYERS += " ${METADIR}/meta-openembedded/meta-python " -BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " +BBLAYERS += "${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi" -- cgit v1.2.3-54-g00ecf