diff options
author | cajun-rat <phil@advancedtelematic.com> | 2018-01-10 16:37:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 16:37:12 +0100 |
commit | 623c51d713f359210874dd50c1394bcc901228ec (patch) | |
tree | 9f5b4cfca3b2063d90f550a822682ef1c28fdffd | |
parent | 1619049e4697cf99a9eb079554f0f10947027ba9 (diff) | |
parent | 4b13457c579db11e153ef89c345b34ed761d4ee7 (diff) | |
download | meta-updater-623c51d713f359210874dd50c1394bcc901228ec.tar.gz |
Merge pull request #221 from leon-anavi/PRJ-315
sota_raspberrypi*.inc: Included meta-python
-rw-r--r-- | classes/sota_raspberrypi.bbclass | 1 | ||||
-rw-r--r-- | conf/include/bblayers/sota_raspberrypi2.inc | 1 | ||||
-rw-r--r-- | conf/include/bblayers/sota_raspberrypi3.inc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index 51d07b2..f8e7347 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
@@ -3,6 +3,7 @@ PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" | |||
3 | UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" | 3 | UBOOT_MACHINE_raspberrypi2_sota ?= "rpi_2_defconfig" |
4 | UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig" | 4 | UBOOT_MACHINE_raspberrypi3_sota ?= "rpi_3_32b_defconfig" |
5 | 5 | ||
6 | IMAGE_FSTYPES_remove_sota = "rpi-sdimg" | ||
6 | OSTREE_BOOTLOADER ?= "u-boot" | 7 | OSTREE_BOOTLOADER ?= "u-boot" |
7 | 8 | ||
8 | # OSTree puts its own boot.scr to bcm2835-bootfiles | 9 | # OSTree puts its own boot.scr to bcm2835-bootfiles |
diff --git a/conf/include/bblayers/sota_raspberrypi2.inc b/conf/include/bblayers/sota_raspberrypi2.inc index 11ede20..cc26679 100644 --- a/conf/include/bblayers/sota_raspberrypi2.inc +++ b/conf/include/bblayers/sota_raspberrypi2.inc | |||
@@ -1,2 +1,3 @@ | |||
1 | BBLAYERS += " ${METADIR}/meta-openembedded/meta-python " | ||
1 | 2 | ||
2 | BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${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 11ede20..cc26679 100644 --- a/conf/include/bblayers/sota_raspberrypi3.inc +++ b/conf/include/bblayers/sota_raspberrypi3.inc | |||
@@ -1,2 +1,3 @@ | |||
1 | BBLAYERS += " ${METADIR}/meta-openembedded/meta-python " | ||
1 | 2 | ||
2 | BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " | 3 | BBLAYERS += " ${METADIR}/meta-updater-raspberrypi ${METADIR}/meta-raspberrypi " |