* [PATCH 0/1] meta-yocto-bsp: add linux-yocto-3.10 bbappend
@ 2013-08-25 5:20 Bruce Ashfield
2013-08-25 5:20 ` [PATCH 1/1] yocto-bsp: add 3.10 bbappend and update routerstationpro's preferred version Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Ashfield @ 2013-08-25 5:20 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
Richard/Saul,
This is the follow up to my oe-core series for linux-yocto-3.10.
It adds the 3.10 bbappend for the yocto reference boards, and updates
the routerstation pro to 3.10.
The other reference boards will follow, but they need some boot
testing early next week. the routerstationpro was prioritized, since
now that is is off 3.8, I was able to remove the 3.8 kernel recipes.
I'm keeping the 3.8 bbappend in meta-yocto-bsps for a bit longer,
but it should be removed as well, once all boards are updated.
Cheers,
Bruce
The following changes since commit 2a6e1a99b776f536e12c0de196eaa5d2f0a1025d:
linux-yocto: remove 3.8 recipes (2013-08-25 00:27:57 -0400)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel-yocto
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
Bruce Ashfield (1):
yocto-bsp: add 3.10 bbappend and update routerstationpro's preferred
version
meta-yocto-bsp/conf/machine/routerstationpro.conf | 2 +-
.../recipes-kernel/linux/linux-yocto_3.10.bbappend | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
--
1.7.10.4
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] yocto-bsp: add 3.10 bbappend and update routerstationpro's preferred version
2013-08-25 5:20 [PATCH 0/1] meta-yocto-bsp: add linux-yocto-3.10 bbappend Bruce Ashfield
@ 2013-08-25 5:20 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2013-08-25 5:20 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
Now that the 3.10 yocto kernel tree is available, meta-yocto-bsp needs a
bbappend with the relevant SRCREVs defined.
Note: that only the routerstationpro is updated to 3.10, and the other reference
BSPs continue to use their existing preferred versions.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta-yocto-bsp/conf/machine/routerstationpro.conf | 2 +-
.../recipes-kernel/linux/linux-yocto_3.10.bbappend | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
diff --git a/meta-yocto-bsp/conf/machine/routerstationpro.conf b/meta-yocto-bsp/conf/machine/routerstationpro.conf
index d9575eb..281d3f6 100644
--- a/meta-yocto-bsp/conf/machine/routerstationpro.conf
+++ b/meta-yocto-bsp/conf/machine/routerstationpro.conf
@@ -11,7 +11,7 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ?= "3.8%"
+PREFERRED_VERSION_linux-yocto ?= "3.10%"
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
XSERVER ?= "xserver-xorg \
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
new file mode 100644
index 0000000..1ac014e
--- /dev/null
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -0,0 +1,20 @@
+KBRANCH_atom-pc = "standard/common-pc/atom-pc"
+KBRANCH_genericx86 = "standard/common-pc/atom-pc"
+KBRANCH_routerstationpro = "standard/routerstationpro"
+KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
+KBRANCH_beagleboard = "standard/beagleboard"
+
+SRCREV_machine_atom-pc ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0"
+SRCREV_machine_genericx86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
+SRCREV_machine_routerstationpro ?= "3991d03bd450e9363d5b6e97ede0628ba073db79"
+SRCREV_machine_mpc8315e-rdb ?= "8d8339af518104db03f9c36b82f4372569e55b0a"
+SRCREV_machine_beagleboard ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0"
+
+COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
+COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
+COMPATIBLE_MACHINE_beagleboard = "beagleboard"
+COMPATIBLE_MACHINE_atom-pc = "atom-pc"
+COMPATIBLE_MACHINE_genericx86 = "genericx86"
+
+# routerstationpro has a flash size of 16mb
+KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-25 5:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-25 5:20 [PATCH 0/1] meta-yocto-bsp: add linux-yocto-3.10 bbappend Bruce Ashfield
2013-08-25 5:20 ` [PATCH 1/1] yocto-bsp: add 3.10 bbappend and update routerstationpro's preferred version Bruce Ashfield
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.