[OE-core] [PATCH] nss: change kernel version from 3.4 to 3.10

Khem Raj raj.khem at gmail.com
Fri Feb 14 04:59:55 UTC 2014


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

> From: Roy Li <rongqing.li at 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 at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list