[oe-commits] org.oe.dev celinux-test: added more comments, restructured

hrw commit openembedded-commits at lists.openembedded.org
Wed Oct 18 06:51:30 UTC 2006


celinux-test: added more comments, restructured

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 0f00f5e16ae646f65c57618dc7e3ef8ba0b28fce
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0f00f5e16ae646f65c57618dc7e3ef8ba0b28fce
Files:
1
conf/distro/celinux-test.conf
Diffs:

#
# mt diff -r98073c8a8f641f87e6d07b5e5ba09a471ba22365 -r0f00f5e16ae646f65c57618dc7e3ef8ba0b28fce
#
# 
# 
# patch "conf/distro/celinux-test.conf"
#  from [24221910b50305d6bc430df5a422a09fb2fc23a2]
#    to [d91a1ae201736d66dd9f88711fe8a95579ace439]
# 
============================================================
--- conf/distro/celinux-test.conf	24221910b50305d6bc430df5a422a09fb2fc23a2
+++ conf/distro/celinux-test.conf	d91a1ae201736d66dd9f88711fe8a95579ace439
@@ -1,31 +1,42 @@
 #@--------------------------------------------------------------------
 #@TYPE: Distribution
 #@NAME: CELF Linux test
 #@DESCRIPTION: A Linux Distribution for the CELF test project
 #@--------------------------------------------------------------------
 
-DISTRO_VERSION = "${DATE}"
+#
+# core distro settings
+#
 
-# fixed SRCDATE for many packages
-require conf/distro/include/sane-srcdates.inc
+# we want IPKG packages and Debian style naming
+INHERIT += " package_ipk debian"
 
+# enable if build for many machines
+#INHERIT += " multimachine"
+
+# we want images supporting the following features (for task-base)
+DISTRO_FEATURES = "nfs pcmcia usbhost"
+
+# enable if want ltp iin bootstrap images
+#DISTRO_EXTRA_RDEPENDS = "ltp"
+
+DISTRO_VERSION = "${DATE}"
+
 # DISTRO_TYPE control behaviour of some recipes
 # dropbear allow password-less root logins for "debug"
 # kernel can be set to export logs to screen/serial
 DISTRO_TYPE = "debug"
 # DISTRO_TYPE = "release"
 
+# fixed SRCDATE for many packages
+require conf/distro/include/sane-srcdates.inc
+
 # fix it to one date but allow to override in local.conf if needed
 SRCDATE ?= "20060927"
 
-# glibc provides iconv and intl
-PREFERRED_PROVIDER_virtual/libiconv = "glibc"
-PREFERRED_PROVIDER_virtual/libintl = "glibc"
-
 #
-# base
+# toolchain
 #
-#
 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"
@@ -37,6 +48,15 @@ PREFERRED_VERSION_gcc-initial-cross = "3
 PREFERRED_VERSION_gcc-cross = "3.4.4"
 PREFERRED_VERSION_gcc-initial-cross = "3.4.4"
 
+# glibc provides iconv and intl
+PREFERRED_PROVIDER_virtual/libiconv = "glibc"
+PREFERRED_PROVIDER_virtual/libintl = "glibc"
+
+#
+# omap5912osk settings
+#
+
+# use latest booting kernel but allow to override it in local.conf
 PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git"
 
 # gcc 3.x use other -mtune name then gcc 4.x
@@ -45,25 +65,20 @@ PCMCIA_MANAGER = "pcmciautils"
 # 2.6.18 kernel does not support pcmcia-cs ioctl() calls
 PCMCIA_MANAGER = "pcmciautils"
 
-# we want IPKG packages and Debian style naming
-INHERIT += " package_ipk debian"
-
-# enable if build for many machines
-#INHERIT += " multimachine"
-
+#
+# target system settings
+#
 TARGET_OS = "linux"
 
 # use softfloat binaries to gain speed on ARM machines
 TARGET_FPU_arm = "soft"
 
+#
+# extra checking for needed tools
+#
+
 # set minimal version of BitBake needed
 BB_MIN_VERSION = "1.6.0"
 
 # check for required tools and minimal BitBake version
 INHERIT += "sanity"
-
-# we want images supporting the following features (for task-base)
-DISTRO_FEATURES = "nfs pcmcia usbhost"
-
-# enable if want ltp iin bootstrap images
-#DISTRO_EXTRA_RDEPENDS = "ltp"






More information about the Openembedded-commits mailing list