summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/bootfiles/rpi-config_git.bbappend
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-10-25 11:08:50 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2016-10-27 11:35:21 +0200
commitd6573cf9e0ca272433876ac517ed9924bd741268 (patch)
treeb6313dd364c4d98b173e65d5be5e20c9dd3c4d41 /recipes-bsp/bootfiles/rpi-config_git.bbappend
parent3dfa44ab995f813172eb239bb2067ba7b0f6103d (diff)
downloadmeta-updater-d6573cf9e0ca272433876ac517ed9924bd741268.tar.gz
OSTree-enabled image for raspberry Pi
Bug-AGL: SPEC-254 v2 [jsmoeller]: change rpi fdt addr to 200M (fix cma), re-add inherit gobject-introspection (!) v3 [oytis]: move boot logic to editable uEnv.txt Change-Id: Ic54aadc8377ed1e2a8f2f4ab87db2a7a6660cd15 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-bsp/bootfiles/rpi-config_git.bbappend')
-rw-r--r--recipes-bsp/bootfiles/rpi-config_git.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bbappend b/recipes-bsp/bootfiles/rpi-config_git.bbappend
new file mode 100644
index 0000000..6e53993
--- /dev/null
+++ b/recipes-bsp/bootfiles/rpi-config_git.bbappend
@@ -0,0 +1,3 @@
1do_deploy_append() {
2 echo "device_tree_address=0x0c800000" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
3}