* [meta-raspberrypi][PATCH 0/6] Restructure some recipes
@ 2015-03-01 23:05 Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 1/6] bcm2835: More recipe to devtools Andrei Gherzan
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-03-01 23:05 UTC (permalink / raw)
To: yocto
The following changes since commit 57c8e6bffbbef9b2331551093c3436303eb18386:
rpi-base.inc: Include the RPI2 DTB (2015-03-01 22:43:40 +0100)
are available in the git repository at:
git://git.yoctoproject.org/meta-raspberrypi ag-dev
http://git.yoctoproject.org/cgit.cgi/meta-raspberrypi/log/?h=ag-dev
Andrei Gherzan (6):
bcm2835: More recipe to devtools
bootfiles: Move to recipes-bsp
firmware.inc: Move to recipes-bsp
vc-graphics: Move to recipes-graphics
rpi-basic-image: Define rpi SPLASH specific package
.gitignore: Ignore some stuff
.gitignore | 2 ++
{recipes-bcm => recipes-bsp}/bootfiles/bcm2835-bootfiles.bb | 2 +-
{recipes-bcm => recipes-bsp}/bootfiles/rpi-config_git.bb | 0
{recipes-bcm => recipes-bsp}/common/firmware.inc | 0
recipes-core/images/rpi-basic-image.bb | 2 ++
{recipes-bcm => recipes-devtools}/bcm2835/bcm2835_1.38.bb | 0
{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 +-
11 files changed, 6 insertions(+), 2 deletions(-)
create mode 100644 .gitignore
rename {recipes-bcm => recipes-bsp}/bootfiles/bcm2835-bootfiles.bb (95%)
rename {recipes-bcm => recipes-bsp}/bootfiles/rpi-config_git.bb (100%)
rename {recipes-bcm => recipes-bsp}/common/firmware.inc (100%)
rename {recipes-bcm => recipes-devtools}/bcm2835/bcm2835_1.38.bb (100%)
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%)
--
2.1.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-raspberrypi][PATCH 1/6] bcm2835: More recipe to devtools
2015-03-01 23:05 [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
@ 2015-03-01 23:06 ` Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 2/6] bootfiles: Move to recipes-bsp Andrei Gherzan
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-03-01 23:06 UTC (permalink / raw)
To: yocto
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
{recipes-bcm => recipes-devtools}/bcm2835/bcm2835_1.38.bb | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename {recipes-bcm => recipes-devtools}/bcm2835/bcm2835_1.38.bb (100%)
diff --git a/recipes-bcm/bcm2835/bcm2835_1.38.bb b/recipes-devtools/bcm2835/bcm2835_1.38.bb
similarity index 100%
rename from recipes-bcm/bcm2835/bcm2835_1.38.bb
rename to recipes-devtools/bcm2835/bcm2835_1.38.bb
--
2.1.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-raspberrypi][PATCH 2/6] bootfiles: Move to recipes-bsp
2015-03-01 23:05 [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 1/6] bcm2835: More recipe to devtools Andrei Gherzan
@ 2015-03-01 23:06 ` Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 3/6] firmware.inc: " Andrei Gherzan
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-03-01 23:06 UTC (permalink / raw)
To: yocto
Signed-off-by: Andrei Gherzan <andrei@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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-raspberrypi][PATCH 3/6] firmware.inc: Move to recipes-bsp
2015-03-01 23:05 [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 1/6] bcm2835: More recipe to devtools Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 2/6] bootfiles: Move to recipes-bsp Andrei Gherzan
@ 2015-03-01 23:06 ` Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 4/6] vc-graphics: Move to recipes-graphics Andrei Gherzan
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-03-01 23:06 UTC (permalink / raw)
To: yocto
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
{recipes-bcm => recipes-bsp}/common/firmware.inc | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename {recipes-bcm => recipes-bsp}/common/firmware.inc (100%)
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bsp/common/firmware.inc
similarity index 100%
rename from recipes-bcm/common/firmware.inc
rename to recipes-bsp/common/firmware.inc
--
2.1.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-raspberrypi][PATCH 4/6] vc-graphics: Move to recipes-graphics
2015-03-01 23:05 [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
` (2 preceding siblings ...)
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 3/6] firmware.inc: " Andrei Gherzan
@ 2015-03-01 23:06 ` Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 5/6] rpi-basic-image: Define rpi SPLASH specific package Andrei Gherzan
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-03-01 23:06 UTC (permalink / raw)
To: yocto
Signed-off-by: Andrei Gherzan <andrei@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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-raspberrypi][PATCH 5/6] rpi-basic-image: Define rpi SPLASH specific package
2015-03-01 23:05 [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
` (3 preceding siblings ...)
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 4/6] vc-graphics: Move to recipes-graphics Andrei Gherzan
@ 2015-03-01 23:06 ` Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 6/6] .gitignore: Ignore some stuff Andrei Gherzan
2015-03-12 22:27 ` [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
6 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-03-01 23:06 UTC (permalink / raw)
To: yocto
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
recipes-core/images/rpi-basic-image.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb
index 44524fd..623a5a7 100644
--- a/recipes-core/images/rpi-basic-image.bb
+++ b/recipes-core/images/rpi-basic-image.bb
@@ -1,4 +1,6 @@
# Base this image on rpi-hwup-image
include rpi-hwup-image.bb
+SPLASH = "psplash-raspberrypi"
+
IMAGE_FEATURES += "ssh-server-dropbear splash"
--
2.1.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-raspberrypi][PATCH 6/6] .gitignore: Ignore some stuff
2015-03-01 23:05 [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
` (4 preceding siblings ...)
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 5/6] rpi-basic-image: Define rpi SPLASH specific package Andrei Gherzan
@ 2015-03-01 23:06 ` Andrei Gherzan
2015-03-12 22:27 ` [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
6 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-03-01 23:06 UTC (permalink / raw)
To: yocto
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1677b58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+build*
+*~
--
2.1.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [meta-raspberrypi][PATCH 0/6] Restructure some recipes
2015-03-01 23:05 [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
` (5 preceding siblings ...)
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 6/6] .gitignore: Ignore some stuff Andrei Gherzan
@ 2015-03-12 22:27 ` Andrei Gherzan
6 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-03-12 22:27 UTC (permalink / raw)
To: yocto
On Mon, Mar 02, 2015 at 12:05:21AM +0100, Andrei Gherzan wrote:
> The following changes since commit 57c8e6bffbbef9b2331551093c3436303eb18386:
>
> rpi-base.inc: Include the RPI2 DTB (2015-03-01 22:43:40 +0100)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/meta-raspberrypi ag-dev
> http://git.yoctoproject.org/cgit.cgi/meta-raspberrypi/log/?h=ag-dev
>
> Andrei Gherzan (6):
> bcm2835: More recipe to devtools
> bootfiles: Move to recipes-bsp
> firmware.inc: Move to recipes-bsp
> vc-graphics: Move to recipes-graphics
> rpi-basic-image: Define rpi SPLASH specific package
> .gitignore: Ignore some stuff
>
Patch set merged to master.
--
Andrei Gherzan
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-03-12 22:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01 23:05 [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 1/6] bcm2835: More recipe to devtools Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 2/6] bootfiles: Move to recipes-bsp Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 3/6] firmware.inc: " Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 4/6] vc-graphics: Move to recipes-graphics Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 5/6] rpi-basic-image: Define rpi SPLASH specific package Andrei Gherzan
2015-03-01 23:06 ` [meta-raspberrypi][PATCH 6/6] .gitignore: Ignore some stuff Andrei Gherzan
2015-03-12 22:27 ` [meta-raspberrypi][PATCH 0/6] Restructure some recipes Andrei Gherzan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.