diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-02-26 15:45:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-26 15:45:46 +0100 |
| commit | bcf7b6238385b1d4bd726c07681417f47b6f7c0d (patch) | |
| tree | c318c611e76d8cb36f65ae129ee783f887cf90c8 /conf/include | |
| parent | e4984df43817ce12bd3929f6704235f27750e3af (diff) | |
| parent | 2d7473a2015dcc0af316f2ba76d157f0f36e796e (diff) | |
| download | meta-updater-bcf7b6238385b1d4bd726c07681417f47b6f7c0d.tar.gz | |
Merge pull request #493 from advancedtelematic/fix/meta-python-depend
Add meta-python layer to all platforms
Diffstat (limited to 'conf/include')
| -rw-r--r-- | conf/include/bblayers/sota.inc | 1 | ||||
| -rw-r--r-- | conf/include/bblayers/sota_am335x-evm.inc | 3 | ||||
| -rw-r--r-- | conf/include/bblayers/sota_intel-corei7-64.inc | 4 | ||||
| -rw-r--r-- | conf/include/bblayers/sota_m3ulcb.inc | 5 | ||||
| -rw-r--r-- | conf/include/bblayers/sota_porter.inc | 6 | ||||
| -rw-r--r-- | conf/include/bblayers/sota_qemux86-64.inc | 2 | ||||
| -rw-r--r-- | conf/include/bblayers/sota_raspberrypi2.inc | 5 | ||||
| -rw-r--r-- | conf/include/bblayers/sota_raspberrypi3.inc | 5 |
8 files changed, 16 insertions, 15 deletions
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 @@ | |||
| 1 | BBLAYERS += "${METADIR}/meta-updater" | 1 | BBLAYERS += "${METADIR}/meta-updater" |
| 2 | BBLAYERS += "${METADIR}/meta-openembedded/meta-filesystems" | 2 | BBLAYERS += "${METADIR}/meta-openembedded/meta-filesystems" |
| 3 | BBLAYERS += "${METADIR}/meta-openembedded/meta-oe" | 3 | BBLAYERS += "${METADIR}/meta-openembedded/meta-oe" |
| 4 | 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..909a7a4 100644 --- a/conf/include/bblayers/sota_am335x-evm.inc +++ b/conf/include/bblayers/sota_am335x-evm.inc | |||
| @@ -1,2 +1 @@ | |||
| 1 | BBLAYERS += "${METADIR}/meta-ti" | ||
| 2 | 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..8e85a6c 100644 --- a/conf/include/bblayers/sota_intel-corei7-64.inc +++ b/conf/include/bblayers/sota_intel-corei7-64.inc | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | 1 | BBLAYERS += "${METADIR}/meta-updater-minnowboard" | |
| 2 | BBLAYERS += " ${METADIR}/meta-updater-minnowboard ${METADIR}/meta-intel " | 2 | BBLAYERS += "${METADIR}/meta-intel" |
diff --git a/conf/include/bblayers/sota_m3ulcb.inc b/conf/include/bblayers/sota_m3ulcb.inc index 04f78e4..4f2e0a9 100644 --- a/conf/include/bblayers/sota_m3ulcb.inc +++ b/conf/include/bblayers/sota_m3ulcb.inc | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | 1 | BBLAYERS += "${METADIR}/meta-renesas" | |
| 2 | BBLAYERS += " ${METADIR}/meta-renesas ${METADIR}/meta-renesas-rcar-gen3 ${METADIR}/meta-openembedded/meta-multimedia" | 2 | BBLAYERS += "${METADIR}/meta-renesas-rcar-gen3" |
| 3 | BBLAYERS += "${METADIR}/meta-openembedded/meta-multimedia" | ||
diff --git a/conf/include/bblayers/sota_porter.inc b/conf/include/bblayers/sota_porter.inc index 6964ef0..a50b71c 100644 --- a/conf/include/bblayers/sota_porter.inc +++ b/conf/include/bblayers/sota_porter.inc | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | 1 | BBLAYERS += "${METADIR}/meta-renesas" | |
| 2 | BBLAYERS += " ${METADIR}/meta-renesas ${METADIR}/meta-renesas/meta-rcar-gen2 ${METADIR}/meta-openembedded/meta-multimedia ${METADIR}/meta-updater-porter" | 2 | BBLAYERS += "${METADIR}/meta-renesas/meta-rcar-gen2" |
| 3 | BBLAYERS += "${METADIR}/meta-openembedded/meta-multimedia" | ||
| 4 | BBLAYERS += "${METADIR}/meta-updater-porter" | ||
diff --git a/conf/include/bblayers/sota_qemux86-64.inc b/conf/include/bblayers/sota_qemux86-64.inc index 12d32ff..9ccbfa6 100644 --- a/conf/include/bblayers/sota_qemux86-64.inc +++ b/conf/include/bblayers/sota_qemux86-64.inc | |||
| @@ -1 +1 @@ | |||
| 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..ea420ba 100644 --- a/conf/include/bblayers/sota_raspberrypi2.inc +++ b/conf/include/bblayers/sota_raspberrypi2.inc | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | BBLAYERS += " ${METADIR}/meta-openembedded/meta-python " | 1 | BBLAYERS += "${METADIR}/meta-updater-raspberrypi" |
| 2 | 2 | BBLAYERS += "${METADIR}/meta-raspberrypi" | |
| 3 | 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..ea420ba 100644 --- a/conf/include/bblayers/sota_raspberrypi3.inc +++ b/conf/include/bblayers/sota_raspberrypi3.inc | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | BBLAYERS += " ${METADIR}/meta-openembedded/meta-python " | 1 | BBLAYERS += "${METADIR}/meta-updater-raspberrypi" |
| 2 | 2 | BBLAYERS += "${METADIR}/meta-raspberrypi" | |
| 3 | BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " | ||
