1 #@--------------------------------------------------------------------
3 #@NAME: CELF Linux test
4 #@DESCRIPTION: A Linux Distribution for the CELF test project
5 #@--------------------------------------------------------------------
11 # we want IPKG packages and Debian style naming
12 INHERIT += " package_ipk debian"
14 # we want images supporting the following features (for task-base)
15 DISTRO_FEATURES = "nfs pcmcia usbhost"
17 # enable if you want ltp in bootstrap images
18 #DISTRO_EXTRA_RDEPENDS = "ltp"
20 DISTRO_VERSION = "${DATE}"
22 # DISTRO_TYPE control behaviour of some recipes
23 # dropbear allow password-less root logins for "debug"
24 # kernel can be set to export logs to screen/serial
26 # DISTRO_TYPE = "release"
28 # fix it to one date but allow to override in local.conf if needed
34 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
35 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
36 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
37 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
38 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}binutils:binutils-cross"
40 PREFERRED_VERSION_binutils = "2.16"
41 PREFERRED_VERSION_binutils-cross = "2.16"
43 PREFERRED_VERSION_gcc = "3.4.4"
44 PREFERRED_VERSION_gcc-cross = "3.4.4"
45 PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
46 PREFERRED_VERSION_gcc-cross-intermediate = "3.4.4"
49 require conf/distro/include/${LIBC}.inc
50 PREFERRED_VERSION_glibc = "2.3.5+cvs20050627"
53 # omap5912osk settings
56 # use latest booting kernel but allow to override it in local.conf
57 PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18-omap1"
59 # gcc 3.x use other -mtune name then gcc 4.x
60 TARGET_CC_ARCH_omap5912osk = "-march=armv5te -mtune=arm926ejs"
62 # 2.6.18 kernel does not support pcmcia-cs ioctl() calls
63 PCMCIA_MANAGER = "pcmciautils"
66 # target system settings
70 # use softfloat binaries to gain speed on ARM machines
71 TARGET_FPU_arm = "soft"
74 # extra checking for needed tools
77 # set minimal version of BitBake needed
78 BB_MIN_VERSION = "1.6.0"
80 # check for required tools and minimal BitBake version