* [PATCH 0/2] kernel-yocto/meta-yocto: BSP and feature updates
@ 2013-05-31 3:32 Bruce Ashfield
2013-05-31 3:32 ` [PATCH 1/2] poky.conf: add qemumips64 preferred version Bruce Ashfield
2013-05-31 3:32 ` [PATCH 2/2] poky-lsb: make NFS kernel server support specific to linux-yocto Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2013-05-31 3:32 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
Richard/Saul,
Here are two small changes for meta-yocto related to BSPs.
- Set the preferred kernel version for qemumips64
- Just as we do in oe-core, restricted the NFSD kernel feature requirement
to linux-yocto* recipes. This fixes linux-yocto-custom usecases.
Cheers,
Bruce
The following changes since commit 0c454dd43ac52cbc4fd4e938dae00ea92840bbd5:
kern-tools: expand kernel features that point to a directory name (2013-05-30 23:24:01 -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 (2):
poky.conf: add qemumips64 preferred version
poky-lsb: make NFS kernel server support specific to linux-yocto
meta-yocto/conf/distro/poky-lsb.conf | 2 +-
meta-yocto/conf/distro/poky.conf | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] poky.conf: add qemumips64 preferred version
2013-05-31 3:32 [PATCH 0/2] kernel-yocto/meta-yocto: BSP and feature updates Bruce Ashfield
@ 2013-05-31 3:32 ` Bruce Ashfield
2013-05-31 3:32 ` [PATCH 2/2] poky-lsb: make NFS kernel server support specific to linux-yocto Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2013-05-31 3:32 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta-yocto/conf/distro/poky.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 4a2019c..e2c4790 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -19,6 +19,7 @@ PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%"
PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.8%"
PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.8%"
PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%"
+PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.8%"
PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] poky-lsb: make NFS kernel server support specific to linux-yocto
2013-05-31 3:32 [PATCH 0/2] kernel-yocto/meta-yocto: BSP and feature updates Bruce Ashfield
2013-05-31 3:32 ` [PATCH 1/2] poky.conf: add qemumips64 preferred version Bruce Ashfield
@ 2013-05-31 3:32 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2013-05-31 3:32 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
In the current releases, not all linux-yocto derived kernels have NFS
support, or NFS support fragments availble. To ensure that derived
kernels like linux-yocto-cutom continue to work against poky-lsb,
we can make the KERNEL_FEATURE append more specific to the linux-yocto
recipe.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta-yocto/conf/distro/poky-lsb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
index 53d088f..f230254 100644
--- a/meta-yocto/conf/distro/poky-lsb.conf
+++ b/meta-yocto/conf/distro/poky-lsb.conf
@@ -7,6 +7,6 @@ DISTRO_FEATURES_append = " pam largefile opengl"
PREFERRED_PROVIDER_virtual/libx11 = "libx11"
# Ensure the kernel nfs server is enabled
-KERNEL_FEATURES_append = " features/nfsd/nfsd-enable.scc"
+KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-31 3:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31 3:32 [PATCH 0/2] kernel-yocto/meta-yocto: BSP and feature updates Bruce Ashfield
2013-05-31 3:32 ` [PATCH 1/2] poky.conf: add qemumips64 preferred version Bruce Ashfield
2013-05-31 3:32 ` [PATCH 2/2] poky-lsb: make NFS kernel server support specific to linux-yocto 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.