[oe] [oe-commits] Roman I Khimov : (e)glibc-package: fix kernel version passed to qemu

Florian Boor florian.boor at kernelconcepts.de
Mon May 18 12:15:33 UTC 2009


Hi,

GIT User account schrieb:
> +		kernel_ver = bb.data.getVar("OLDEST_KERNEL", d, 1)
> +		if kernel_ver is None:
> +			qemu = "qemu-%s  -s 1048576" % target_arch
> +		else:
> +			qemu = "qemu-%s  -s 1048576 -r %s" % (target_arch, kernel_ver)

are you sure this is a good idea?
OLDEST_KERNEL defaults to "2.4.0", so this change is likely to break locale
generation for every machine that doesn't have OLDEST_KERNEL set.

Greetings

Florian

-- 
The dream of yesterday                  Florian Boor
is the hope of today                    Tel: +49 271-771091-15
and the reality of tomorrow.            Fax: +49 271-771091-19
[Robert Hutchings Goddard, 1904]        florian.boor at kernelconcepts.de
                                        http://www.kernelconcepts.de/en




More information about the Openembedded-devel mailing list