diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-03-02 00:06:17 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-03-12 22:20:51 +0100 |
commit | 5810be737dc10cd71abdf6fc94237b61ad824474 (patch) | |
tree | 9eddcd9c9ea5c4c587c27ecae3a9d269c558cc3e | |
parent | c0ee9c764159e887d99f4a6e0fb3375f053a071f (diff) | |
download | meta-raspberrypi-5810be737dc10cd71abdf6fc94237b61ad824474.tar.gz |
bootfiles: Move to recipes-bsp
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bsp/bootfiles/bcm2835-bootfiles.bb (renamed from recipes-bcm/bootfiles/bcm2835-bootfiles.bb) | 2 | ||||
-rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb (renamed from recipes-bcm/bootfiles/rpi-config_git.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb index 9751f95..0665944 100644 --- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb +++ b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9 | |||
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | include ../common/firmware.inc | 8 | include recipes-bsp/common/firmware.inc |
9 | 9 | ||
10 | RDEPENDS_${PN} = "rpi-config" | 10 | RDEPENDS_${PN} = "rpi-config" |
11 | 11 | ||
diff --git a/recipes-bcm/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 29ced34..29ced34 100644 --- a/recipes-bcm/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||