On Mon, Dec 12, 2011 at 08:42:06AM +0000, [email protected] wrote: > Module: meta-openembedded.git > Branch: master > Commit: c486dfa4013b37972c1a1e4df8616eb6f49de498 > URL: > http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c486dfa4013b37972c1a1e4df8616eb6f49de498 > > Author: Koen Kooi <[email protected]> > Date: Sun Dec 11 09:46:28 2011 +0100 > > kernel bbclass: sync with OE-core > > Signed-off-by: Koen Kooi <[email protected]>
If you're working on shared linux.inc in meta-oe, could you please
integrate this:
do_configure_prepend() {
#otherwise it gets extra '+' "2.6.37+"
#because:
#$ scripts/setlocalversion . => +
#$ make kernelversion => 2.6.37
#$ make kernelrelease => 2.6.37+
rm -rf ${S}/.git
}
I have to do this in every git recipe as I don't like dirs like
/lib/modules/2.6.37+
Maybe it should be fixed on kernel.bbclass level, because linux-yocto
suffers the same ie /lib/modules/3.0.12-yocto-standard+
Ccing oe-core for that..
>
> ---
>
> meta-oe/classes/kernel.bbclass | 105
> +++++++++++++++++++++++-----------------
> 1 files changed, 61 insertions(+), 44 deletions(-)
>
> Diff:
> http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=c486dfa4013b37972c1a1e4df8616eb6f49de498
>
> _______________________________________________
> Openembedded-commits mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
