[yocto] [meta-raspberrypi][PATCH 2/6] bootfiles: Move to recipes-bsp

Andrei Gherzan andrei at gherzan.ro
Sun Mar 1 15:06:17 PST 2015


Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 {recipes-bcm => recipes-bsp}/bootfiles/bcm2835-bootfiles.bb | 2 +-
 {recipes-bcm => recipes-bsp}/bootfiles/rpi-config_git.bb    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename {recipes-bcm => recipes-bsp}/bootfiles/bcm2835-bootfiles.bb (95%)
 rename {recipes-bcm => recipes-bsp}/bootfiles/rpi-config_git.bb (100%)

diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
similarity index 95%
rename from recipes-bcm/bootfiles/bcm2835-bootfiles.bb
rename to 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
 
 inherit deploy
 
-include ../common/firmware.inc
+include recipes-bsp/common/firmware.inc
 
 RDEPENDS_${PN} = "rpi-config"
 
diff --git a/recipes-bcm/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
similarity index 100%
rename from recipes-bcm/bootfiles/rpi-config_git.bb
rename to recipes-bsp/bootfiles/rpi-config_git.bb
-- 
2.1.0




More information about the yocto mailing list