diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2016-10-22 20:49:56 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-31 15:59:19 +0100 |
commit | 1d629b192542b528867df35b26588ee3f7dfa5cc (patch) | |
tree | 7bae72fbfd8a7d4e991e8b696a0713ec367d91b1 /recipes-bsp/u-boot | |
parent | 56047ad7dbbfc26f37a54a5afe7bc222924e4cc2 (diff) | |
download | meta-raspberrypi-1d629b192542b528867df35b26588ee3f7dfa5cc.tar.gz |
u-boot: Add RDEPENDS on rpi-u-boot-scr
The boot.cmd file created by rpi-u-boot-scr is needed for u-boot to
automatically boot a RaspberryPi.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2016.03.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.03.bbappend b/recipes-bsp/u-boot/u-boot_2016.03.bbappend new file mode 100644 index 0000000..35dfc37 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2016.03.bbappend | |||
@@ -0,0 +1 @@ | |||
RDEPENDS_${PN}_rpi += "rpi-u-boot-scr" | |||