diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-07-24 12:09:32 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-07-25 11:10:44 +0300 |
commit | ad5245eb8cbf7f106febc595b807271163af90ec (patch) | |
tree | 13c60c97b1d0931313ab6e53224881519f2d503e /recipes-bsp | |
parent | 53526d7671824ee88a132360d81f5b9efb77770d (diff) | |
download | meta-updater-ad5245eb8cbf7f106febc595b807271163af90ec.tar.gz |
u-boot_2016.11: Copy U-Boot recipe from morty
Copy the Yocto/OE recipe for U-Boot from branch
morty to ensure that rpi_3_32b_defconfig is present
and U-Boot can be built for Raspberry Pi 3.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2016.11.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.11.bb b/recipes-bsp/u-boot/u-boot_2016.11.bb new file mode 100644 index 0000000..e6e1fcf --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2016.11.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require recipes-bsp/u-boot/u-boot.inc | ||
2 | |||
3 | DEPENDS += "dtc-native" | ||
4 | |||
5 | SRCREV = "5ea3e51fc481613a8dee8c02848d1b42c81ad892" | ||
6 | |||
7 | PV = "v2016.11+git${SRCPV}" | ||
8 | |||
9 | #This patch is not compliant with u-boot 2016.11 | ||
10 | #Version of u-boot from yocto 2.2 Morty is 2016.03 from: | ||
11 | # meta/recipes-bsp/u-boot/u-boot_2016.03.bb | ||
12 | SRC_URI_remove_raspberrypi3 = "file://0003-Include-lowlevel_init.o-for-rpi2.patch" | ||
13 | SRC_URI_remove_raspberrypi2 = "file://0003-Include-lowlevel_init.o-for-rpi2.patch" | ||