Move RPi specific bbappends to meta-agl-bsp 55/6955/2
authorAnton Gerasimov <anton@advancedtelematic.com>
Mon, 31 Oct 2016 17:09:20 +0000 (18:09 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 31 Oct 2016 22:00:54 +0000 (22:00 +0000)
Bug-AGL: SPEC-254

Change-Id: I1904b7e9ec09d5e9f5acc7a3d4671da9e2dccbb3
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend [new file with mode: 0644]
meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend

diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend
new file mode 100644 (file)
index 0000000..88f19c6
--- /dev/null
@@ -0,0 +1 @@
+RDEPENDS_${PN}_sota += " u-boot-otascript"
index 8719018..ff14d36 100644 (file)
@@ -8,4 +8,8 @@ do_deploy_append() {
     echo "dtparam=audio=on" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
 }
 
+do_deploy_append_sota() {
+    echo "device_tree_address=0x0c800000" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
+}
+
 ENABLE_UART_raspberrypi3 = "1"