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>
This commit is contained in:
Paul Barker 2016-10-22 20:49:56 +01:00 committed by Andrei Gherzan
parent 56047ad7db
commit 1d629b1925

View File

@ -0,0 +1 @@
RDEPENDS_${PN}_rpi += "rpi-u-boot-scr"