[yocto] [meta-raspberrypi][PATCH 4/6] vc-graphics: Move to recipes-graphics

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


Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 {recipes-bcm => recipes-graphics}/vc-graphics/files/egl.pc          | 0
 {recipes-bcm => recipes-graphics}/vc-graphics/files/vchiq.sh        | 0
 {recipes-bcm => recipes-graphics}/vc-graphics/vc-graphics-hardfp.bb | 0
 {recipes-bcm => recipes-graphics}/vc-graphics/vc-graphics.bb        | 0
 {recipes-bcm => recipes-graphics}/vc-graphics/vc-graphics.inc       | 2 +-
 5 files changed, 1 insertion(+), 1 deletion(-)
 rename {recipes-bcm => recipes-graphics}/vc-graphics/files/egl.pc (100%)
 rename {recipes-bcm => recipes-graphics}/vc-graphics/files/vchiq.sh (100%)
 rename {recipes-bcm => recipes-graphics}/vc-graphics/vc-graphics-hardfp.bb (100%)
 rename {recipes-bcm => recipes-graphics}/vc-graphics/vc-graphics.bb (100%)
 rename {recipes-bcm => recipes-graphics}/vc-graphics/vc-graphics.inc (97%)

diff --git a/recipes-bcm/vc-graphics/files/egl.pc b/recipes-graphics/vc-graphics/files/egl.pc
similarity index 100%
rename from recipes-bcm/vc-graphics/files/egl.pc
rename to recipes-graphics/vc-graphics/files/egl.pc
diff --git a/recipes-bcm/vc-graphics/files/vchiq.sh b/recipes-graphics/vc-graphics/files/vchiq.sh
similarity index 100%
rename from recipes-bcm/vc-graphics/files/vchiq.sh
rename to recipes-graphics/vc-graphics/files/vchiq.sh
diff --git a/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb b/recipes-graphics/vc-graphics/vc-graphics-hardfp.bb
similarity index 100%
rename from recipes-bcm/vc-graphics/vc-graphics-hardfp.bb
rename to recipes-graphics/vc-graphics/vc-graphics-hardfp.bb
diff --git a/recipes-bcm/vc-graphics/vc-graphics.bb b/recipes-graphics/vc-graphics/vc-graphics.bb
similarity index 100%
rename from recipes-bcm/vc-graphics/vc-graphics.bb
rename to recipes-graphics/vc-graphics/vc-graphics.bb
diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc b/recipes-graphics/vc-graphics/vc-graphics.inc
similarity index 97%
rename from recipes-bcm/vc-graphics/vc-graphics.inc
rename to recipes-graphics/vc-graphics/vc-graphics.inc
index 1dee53e..a1c8d29 100644
--- a/recipes-bcm/vc-graphics/vc-graphics.inc
+++ b/recipes-graphics/vc-graphics/vc-graphics.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780"
 PROVIDES = "virtual/libgles2 virtual/egl"
 COMPATIBLE_MACHINE = "raspberrypi"
 
-include ../common/firmware.inc
+include recipes-bsp/common/firmware.inc
 
 SRC_URI += " \
     file://egl.pc \
-- 
2.1.0




More information about the yocto mailing list