diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-31 18:08:55 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-31 18:08:55 +0100 |
commit | a212922c56f6e7b13dcbbc83270d2444cde4d8f2 (patch) | |
tree | b24ba0a379d74dae12a82e3ab4ee126c67efa8bf /recipes-bsp | |
parent | 0939263a7c543e4d2bd667245ce257c2a6d6b9af (diff) | |
download | meta-updater-a212922c56f6e7b13dcbbc83270d2444cde4d8f2.tar.gz |
Move RPi specific bbappends to meta-agl-bsp
Bug-AGL: SPEC-254
Change-Id: Ic87171163ad81b8fd9f96a5e1d22b9b9522485c2
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend | 1 | ||||
-rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bbappend | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend b/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend deleted file mode 100644 index 74aa6b1..0000000 --- a/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | RDEPENDS_${PN} += " u-boot-otascript" | ||
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bbappend b/recipes-bsp/bootfiles/rpi-config_git.bbappend deleted file mode 100644 index 6e53993..0000000 --- a/recipes-bsp/bootfiles/rpi-config_git.bbappend +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | do_deploy_append() { | ||
2 | echo "device_tree_address=0x0c800000" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
3 | } | ||