From 5810be737dc10cd71abdf6fc94237b61ad824474 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 2 Mar 2015 00:06:17 +0100 Subject: [PATCH] bootfiles: Move to recipes-bsp Signed-off-by: Andrei Gherzan --- {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