[oe-commits] org.oe.oz354x added example local.conf for 3.5.4.1, dropped one for 3.5.4 as this distro version is not supposed to be used

hrw commit openembedded-commits at lists.openembedded.org
Thu Sep 28 18:32:32 UTC 2006


added example local.conf for 3.5.4.1, dropped one for 3.5.4 as this distro version is not supposed to be used

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: ffbb21ece1661e4d27e9476eb17a457ccec0172f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ffbb21ece1661e4d27e9476eb17a457ccec0172f
Files:
1
conf/local.conf.openzaurus-3.5.4
conf/local.conf.openzaurus-3.5.4.1
Diffs:

#
# mt diff -rbdbd69d226b5a5b5de619fc6e787dc7e5f99b769 -rffbb21ece1661e4d27e9476eb17a457ccec0172f
#
# 
# 
# rename "conf/local.conf.openzaurus-3.5.4"
#     to "conf/local.conf.openzaurus-3.5.4.1"
# 
# patch "conf/local.conf.openzaurus-3.5.4.1"
#  from [c7e9048faddbbb875844c393c9b6a23344003ecf]
#    to [718e2efe6bab68905071fa23efdded00ca7257b0]
# 
============================================================
--- conf/local.conf.openzaurus-3.5.4	c7e9048faddbbb875844c393c9b6a23344003ecf
+++ conf/local.conf.openzaurus-3.5.4.1	718e2efe6bab68905071fa23efdded00ca7257b0
@@ -1,24 +1,30 @@
-#adapt these to match your directory layout
+# adapt these to match your directory layout
 DL_DIR   = "/home/hrw/devel/sources/dl_dir/"
-BBFILES := "/home/hrw/devel/oe/org.openembedded.oz354fam083/packages/*/*.bb"
+BBFILES := "/home/hrw/devel/oe/org.openembedded.oz354x/packages/*/*.bb"
 
-#set distro and version
-DISTRO = "openzaurus-3.5.4"
+# set distro and version
+DISTRO = "openzaurus-3.5.4.1"
 
-#what kind of images do we want?
+# what kind of images do we want?
 IMAGE_FSTYPE="jffs2 tar"
 
-#Make use of my SMP box
+# make use of SMP box
 PARALLEL_MAKE="-j2"
 
-#multimachine build stuff
+# multimachine build stuff
 KERNEL_STAGING = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel"
 STAGING_KERNEL_DIR = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel"
 STAMP = "${TMPDIR}/stamps/${PACKAGE_ARCH}-${HOST_OS}/${PF}"
 WORKDIR = "${TMPDIR}/work/${PACKAGE_ARCH}-${HOST_OS}/${PF}"
 
-#Add verbosity to make fixing easier
+# add verbosity to make fixing easier
 BBINCLUDELOGS = "yes"
 
+# those machines were not part of OZ 3.5.4.1
+# but if you want to build for them then 2.4.18 kernel has to be used
+# they are set once more in distro config but machine config is read
+# before distro so you have to set them here - otherwise 2.6 kernel 
+# will get used
+MACHINE_KERNEL_VERSION_collie = "2.4"
+MACHINE_KERNEL_VERSION_poodle = "2.4"
+MACHINE_KERNEL_VERSION_tosa   = "2.4"
-#The name says it all
-CVS_TARBALL_STASH = "http://www.oesources.org/source/current/"






More information about the Openembedded-commits mailing list