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 # fixed SRCDATE for many packages
29 require conf/distro/include/sane-srcdates.inc
31 # fix it to one date but allow to override in local.conf if needed
37 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
38 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
39 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
40 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
41 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}binutils:binutils-cross"
43 PREFERRED_VERSION_binutils = "2.16"
44 PREFERRED_VERSION_binutils-cross = "2.16"
46 PREFERRED_VERSION_gcc = "3.4.4"
47 PREFERRED_VERSION_gcc-cross = "3.4.4"
48 PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
49 PREFERRED_VERSION_gcc-cross-intermediate = "3.4.4"
52 require conf/distro/include/${LIBC}.inc
53 PREFERRED_VERSION_glibc = "2.3.5+cvs20050627"
56 # omap5912osk settings
59 # use latest booting kernel but allow to override it in local.conf
60 PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18-omap1"
62 # gcc 3.x use other -mtune name then gcc 4.x
63 TARGET_CC_ARCH_omap5912osk = "-march=armv5te -mtune=arm926ejs"
65 # 2.6.18 kernel does not support pcmcia-cs ioctl() calls
66 PCMCIA_MANAGER = "pcmciautils"
69 # target system settings
73 # use softfloat binaries to gain speed on ARM machines
74 TARGET_FPU_arm = "soft"
77 # extra checking for needed tools
80 # set minimal version of BitBake needed
81 BB_MIN_VERSION = "1.6.0"
83 # check for required tools and minimal BitBake version