|
From: Steve F. <st...@fa...> - 2006-08-26 15:48:15
|
Is it possible to build version 3.5.4.1 for collie with the 2.4 kernel or am
I stuck at version 3.5.4.0?
I finally got around to trying to build OZ 3.5.4.1 for my collie and I've
successfully setup my build environment and can build opie, gpe and e
images. However the zimage files seems to be the 2.6 kernel (the filename
is zImage-2.6.17-collie-20060823220727.bin) which, even though it might
work, does not support SD cards (from what I've hear on the list) which
makes it virtually unusable on collie. How do I tell bitbake that I want
the 2.4 kernel? I've tried the MACHINE_KERNEL_VERSION = "2.4" but that
doesn't seem to make a difference.
Also, what happened to all the different zimage files with the variations on
RAM to Filesystem size (i.e. 64-0. 56-8. 48-16, etc)? I only care about
the 64-0 version.
I've included my local.conf settings.
Thanks,
Steve
local.conf:
==================================
DL_DIR = "/local/src/sources"
BBFILES := "/local/src/openembedded/org.openembedded.oz354x/packages/*/*.bb"
BBMASK = ""
ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95"
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe"
PREFERRED_PROVIDERS += "
virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
MACHINE = "collie"
DISTRO = "openzaurus-3.5.4.1"
MACHINE_KERNEL_VERSION = "2.4"
IMAGE_FSTYPES = "jffs2 tar ext2"
IMAGE_ROOTFS_SIZE_ext2 = "262144"
BBINCLUDELOGS = "yes"
CVS_TARBALL_STASH = "http://www.oesources.org/source/current/"
|