diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-03-02 00:06:19 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-03-12 22:20:51 +0100 |
commit | d1fa1c0b75a8de15ae27a9a2f9eaa496a5fe6de9 (patch) | |
tree | 439b4a56ded9efafa4889d3106cbbb4a8432e271 | |
parent | ddd1f033733a34b68da5e1e8c6a315b18234b86f (diff) | |
download | meta-raspberrypi-d1fa1c0b75a8de15ae27a9a2f9eaa496a5fe6de9.tar.gz meta-raspberrypi-d1fa1c0b75a8de15ae27a9a2f9eaa496a5fe6de9.tar.bz2 meta-raspberrypi-d1fa1c0b75a8de15ae27a9a2f9eaa496a5fe6de9.zip |
vc-graphics: Move to recipes-graphics
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-graphics/vc-graphics/files/egl.pc (renamed from recipes-bcm/vc-graphics/files/egl.pc) | 0 | ||||
-rw-r--r-- | recipes-graphics/vc-graphics/files/vchiq.sh (renamed from recipes-bcm/vc-graphics/files/vchiq.sh) | 0 | ||||
-rw-r--r-- | recipes-graphics/vc-graphics/vc-graphics-hardfp.bb (renamed from recipes-bcm/vc-graphics/vc-graphics-hardfp.bb) | 0 | ||||
-rw-r--r-- | recipes-graphics/vc-graphics/vc-graphics.bb (renamed from recipes-bcm/vc-graphics/vc-graphics.bb) | 0 | ||||
-rw-r--r-- | recipes-graphics/vc-graphics/vc-graphics.inc (renamed from recipes-bcm/vc-graphics/vc-graphics.inc) | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bcm/vc-graphics/files/egl.pc b/recipes-graphics/vc-graphics/files/egl.pc index c314202..c314202 100644 --- a/recipes-bcm/vc-graphics/files/egl.pc +++ b/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 index c73e3a9..c73e3a9 100644 --- a/recipes-bcm/vc-graphics/files/vchiq.sh +++ b/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 index 0db71fd..0db71fd 100644 --- a/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb +++ b/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 index a1bce56..a1bce56 100644 --- a/recipes-bcm/vc-graphics/vc-graphics.bb +++ b/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 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 \ |