[oe-commits] unknown Oplinux branch initial

ifaistos commit oe at amethyst.openembedded.net
Sun May 4 21:30:11 UTC 2008


Oplinux branch initial

Author: ifaistos at openembedded.org
Branch: unknown
Revision: 745f1f016506486de28a6aa9467fbc56cb32b033
ViewMTN: http://monotone.openembedded.org/revision/info/745f1f016506486de28a6aa9467fbc56cb32b033
Files:
1
conf/distro/include/oplinux.inc
packages/binutils/binutils-avr32.inc
Diffs:

#
# mt diff -rbe8d67463e92541aef0fb01adcc6585aede7f599 -r745f1f016506486de28a6aa9467fbc56cb32b033
#
#
#
# patch "conf/distro/include/oplinux.inc"
#  from [fdac56f39d82328f2c280d287c4311027ea9cf17]
#    to [5af0f3e555c3da25b2089272a44d317e776103c4]
# 
# patch "packages/binutils/binutils-avr32.inc"
#  from [7d4de5cdff8cbe23a79ceaf4ae9d202ba3b70583]
#    to [f542652a8b7f98688665946ef7a8f4643be2419b]
#
============================================================
--- conf/distro/include/oplinux.inc	fdac56f39d82328f2c280d287c4311027ea9cf17
+++ conf/distro/include/oplinux.inc	5af0f3e555c3da25b2089272a44d317e776103c4
@@ -1,10 +1,10 @@
 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
+
 # extra checking for needed tools
 #
-
 # set minimal version of BitBake needed
-BB_MIN_VERSION = "1.6.7"
+BB_MIN_VERSION = "1.8.10"
 
 #OPLinux and OPLinux-uclibc source mirrors
 INHERIT += "oplinux-mirrors"
@@ -33,15 +33,16 @@ IMAGE_FSTYPES = "tar.gz jffs2 ext2.gz cr
 
 # Specifies a location to search for pre-generated tarballs when fetching
 # a cvs:// URI. Outcomment this, if you always want to pull directly from CVS.
-CVS_TARBALL_STASH = "http://www.digital-opsis.com/oplinux/sources/current/"
+#CVS_TARBALL_STASH = "http://www.digital-opsis.com/oplinux/sources/"
 
+PREMIRRORS = "(ftp|http)://.*/.*/ http://source.digital-opsis.com/"
 
 #
 # Bootstrap & Init
 PREFERRED_PROVIDER_task-bootstrap = "task-base"
 
 # We want images supporting the following features (for task-base
-DISTRO_FEATURES = "nfs smbfs ext2 pcmcia usbgadget usbhost pci"
+DISTRO_FEATURES = "nfs smbfs ext2 usbhost pci"
 
 
 #We need to set this to avoid problems when building for if host=target
@@ -53,17 +54,21 @@ IMAGE_ROOTFS = "${TMPDIR}/rootfs/${MACHI
 
 #Dir config
 IMAGE_ROOTFS = "${TMPDIR}/rootfs/${MACHINE}"
+DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
 
 #Set the name of the generated images
 IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${MACHINE}-${DATE}-${SVN_REV}"
-DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
 
 
+#Do not ship kernel image with the rootfs
+IMAGE_PREPROCESS_COMMAND_append = "if [ -f ${IMAGE_ROOTFS}/boot/bzImage ]; then rm \
+${IMAGE_ROOTFS}/boot/bzImage*;fi;"
 
 
 
 #
-#feed definitions
+#Feed definitions
+#
 #i32 machines
 #i486 machines
 FEED_ARCH_x86           ="i486"
@@ -75,10 +80,7 @@ FEED_ARCH_i686-generic  = "i686"
 
 #i686 machines
 FEED_ARCH_i686-generic  = "i686"
-FEED_ARCH_guinness      = "i686"
-FEED_ARCH_progear       = "i686"
 
-
 #powerpc machines
 #ppc405
 FEED_ARCH_dht-walnut    = "ppc405"
@@ -91,12 +93,27 @@ FEED_ARCH_efika         = "ppc603e"
 #ppc603e
 FEED_ARCH_efika         = "ppc603e"
 
+#ppce300c2
+FEED_ARCH_mpc8323e-rdb  = "ppce300c2"
 
+#avr32
+FEED_ARCH_atngw100      = "avr32"
+FEED_ARCH_at32stk100    = "avr32"
+
+
+
 #
 #Preferred versions of packages we need
 #
 PREFERRED_VERSION_busybox = "1.2.1"
 PREFERRED_VERSION_u-boot ?= "1.1.4"
+PREFERRED_VERSION_fakeroot ?= "1.7.1"
+PREFERRED_VERSION_fakeroot-native ?= "1.7.1"
+PREFERRED_VERSION_makedev ?= "2.3.1"
+PREFERRED_VERSION_makedevs ?= "1.0.0"
+PREFERRED_VERSION_makedevs-native ?= "1.0.0"
+
+
 # Latest linphone supports yeaphone
 PREFERRED_VERSION_linphone ?= "1.6.0"
 
@@ -106,3 +123,6 @@ DISTRO_SSH_DAEMON ?= "dropbear"
 DISTRO_SSH_DAEMON ?= "dropbear"
 
 
+#PREFERRED_VERSION_opsis-asterisk-bri_dht-walnut = "1.2.17"
+#PREFERRED_VERSION_zaptel-bri_dht-walnut = "1.2.19"
+#PREFERRED_VERSION_libpri_dht-walnut = "1.2.4"
============================================================
--- packages/binutils/binutils-avr32.inc	7d4de5cdff8cbe23a79ceaf4ae9d202ba3b70583
+++ packages/binutils/binutils-avr32.inc	f542652a8b7f98688665946ef7a8f4643be2419b
@@ -5,7 +5,7 @@ do_avr32_reconf () {
 
 do_avr32_reconf () {
         if test ${TARGET_ARCH} == avr32; then
-            (cd ${S} && autoconf) || die "Error running autoconf"
+            (cd ${S} && autoconf2.13) || die "Error running autoconf"
             for dir in bfd opcodes binutils ld; do
                 (cd "${S}/$dir" &&
                  aclocal &&






More information about the Openembedded-commits mailing list