All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nss: change kernel version from 3.4 to 3.10
@ 2014-02-14  3:30 rongqing.li
  2014-02-14  4:59 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2014-02-14  3:30 UTC (permalink / raw)
  To: openembedded-core

From: Roy Li <rongqing.li@windriver.com>

Linux kernel 3.10 is used currently

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 meta/recipes-support/nss/nss.inc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc
index a6aeed8..e0840c4 100644
--- a/meta/recipes-support/nss/nss.inc
+++ b/meta/recipes-support/nss/nss.inc
@@ -55,7 +55,7 @@ do_compile() {
     export NSS_USE_SYSTEM_SQLITE=1
     export NSS_ENABLE_ECC=1
 
-    export OS_RELEASE=3.4
+    export OS_RELEASE=3.10
     export OS_TARGET=Linux
     export OS_ARCH=Linux
 
@@ -95,7 +95,7 @@ do_install() {
     export NSS_USE_SYSTEM_SQLITE=1
     export NSS_ENABLE_ECC=1
 
-    export OS_RELEASE=3.4
+    export OS_RELEASE=3.10
     export OS_TARGET=Linux
     export OS_ARCH=Linux
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nss: change kernel version from 3.4 to 3.10
  2014-02-14  3:30 [PATCH] nss: change kernel version from 3.4 to 3.10 rongqing.li
@ 2014-02-14  4:59 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2014-02-14  4:59 UTC (permalink / raw)
  To: rongqing.li; +Cc: Patches and discussions about the oe-core layer


On Feb 13, 2014, at 7:30 PM, <rongqing.li@windriver.com> <rongqing.li@windriver.com> wrote:

> From: Roy Li <rongqing.li@windriver.com>
> 
> Linux kernel 3.10 is used currently

Can you explain a bit more ? is it kernel-headers thats important here
or is it the machine kernel ? if its machine kernel then this recipe
should be made machine specific and a mechanism to dig the machine kernel
version should be used which won’t be 3.10 always. but if its just kernel
headers then its less of a concern still this must be documented.

> 
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
> meta/recipes-support/nss/nss.inc |    4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc
> index a6aeed8..e0840c4 100644
> --- a/meta/recipes-support/nss/nss.inc
> +++ b/meta/recipes-support/nss/nss.inc
> @@ -55,7 +55,7 @@ do_compile() {
>     export NSS_USE_SYSTEM_SQLITE=1
>     export NSS_ENABLE_ECC=1
> 
> -    export OS_RELEASE=3.4
> +    export OS_RELEASE=3.10
>     export OS_TARGET=Linux
>     export OS_ARCH=Linux
> 
> @@ -95,7 +95,7 @@ do_install() {
>     export NSS_USE_SYSTEM_SQLITE=1
>     export NSS_ENABLE_ECC=1
> 
> -    export OS_RELEASE=3.4
> +    export OS_RELEASE=3.10
>     export OS_TARGET=Linux
>     export OS_ARCH=Linux
> 
> -- 
> 1.7.10.4
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-14  4:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14  3:30 [PATCH] nss: change kernel version from 3.4 to 3.10 rongqing.li
2014-02-14  4:59 ` Khem Raj

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.