-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 19-04-10 16:34, Vitus Jensen wrote: > > Signed-off-by: Vitus Jensen <[email protected]> > --- > conf/distro/angstrom-2008.1.conf | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/angstrom-2008.1.conf > b/conf/distro/angstrom-2008.1.conf > index 2b03e71..00f1a01 100644 > --- a/conf/distro/angstrom-2008.1.conf > +++ b/conf/distro/angstrom-2008.1.conf > @@ -81,7 +81,7 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20" > #KERNEL_INITRAMFS_PATH = "${KERNEL_INITRAMFS_DIR}/$(readlink > ${KERNEL_INITRAMFS_DIR}initramfs-bootmenu-image-${MACHINE}.cpio.gz)" > > #This is unrelated to the kernel version, but userspace apps (e.g. HAL) > require a recent version to build against > -PREFERRED_VERSION_linux-libc-headers = "2.6.31" > +PREFERRED_VERSION_linux-libc-headers ?= "2.6.31"
NACK, there's is a good reason it's not soft assigned. Your hack to make it machine specific is worse, since it means that other machines with the same arch now get a "random" version. What we can do is globally increase the version, which was planned anyway. Does can need .32 or .33? I tested using llc .32 locally, but hadn't pushed that change yet. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFLzLazMkyGM64RGpERAprHAJ4g/qIJ+2JTBX2dBV5j9qvXabB77ACghL2M mkx8G87d5lGlBbJDbKaOSos= =1pVK -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
