Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Thu, 2 Sep 2004 22:51:15 +0000 (22:51 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 2 Sep 2004 22:51:15 +0000 (22:51 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/09/03 00:51:06+02:00 uni-frankfurt.de!mickey
upgrade zaurus kernel to 2.6.8.1-jl1

BKrev: 4137a3e3EjNQEBUVDQBFU8XBJ9N2Cg

linux/openzaurus-2.6.7-jl2/collie-config-2.6.7-jl2 [deleted file]
linux/openzaurus-2.6.7-jl2/husky-config-2.6.7-jl2 [deleted file]
linux/openzaurus-2.6.7-jl2/patch-2.6.5-rp1.diff [deleted file]
linux/openzaurus-2.6.7-jl2/poodle-config-2.6.7-jl2 [deleted file]
linux/openzaurus-2.6.8.1-jl1/collie-config-2.6.7-jl2 [new file with mode: 0644]
linux/openzaurus-2.6.8.1-jl1/husky-config-2.6.7-jl2 [new file with mode: 0644]
linux/openzaurus-2.6.8.1-jl1/patch-2.6.5-rp1.diff [new file with mode: 0644]
linux/openzaurus-2.6.8.1-jl1/poodle-config-2.6.7-jl2 [new file with mode: 0644]
linux/openzaurus_2.6.7-jl2.oe [deleted file]
linux/openzaurus_2.6.8.1-jl1.oe [new file with mode: 0644]

diff --git a/linux/openzaurus-2.6.7-jl2/collie-config-2.6.7-jl2 b/linux/openzaurus-2.6.7-jl2/collie-config-2.6.7-jl2
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/linux/openzaurus-2.6.7-jl2/husky-config-2.6.7-jl2 b/linux/openzaurus-2.6.7-jl2/husky-config-2.6.7-jl2
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/linux/openzaurus-2.6.7-jl2/patch-2.6.5-rp1.diff b/linux/openzaurus-2.6.7-jl2/patch-2.6.5-rp1.diff
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/linux/openzaurus-2.6.7-jl2/poodle-config-2.6.7-jl2 b/linux/openzaurus-2.6.7-jl2/poodle-config-2.6.7-jl2
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/linux/openzaurus-2.6.8.1-jl1/collie-config-2.6.7-jl2 b/linux/openzaurus-2.6.8.1-jl1/collie-config-2.6.7-jl2
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/linux/openzaurus-2.6.8.1-jl1/husky-config-2.6.7-jl2 b/linux/openzaurus-2.6.8.1-jl1/husky-config-2.6.7-jl2
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/linux/openzaurus-2.6.8.1-jl1/patch-2.6.5-rp1.diff b/linux/openzaurus-2.6.8.1-jl1/patch-2.6.5-rp1.diff
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/linux/openzaurus-2.6.8.1-jl1/poodle-config-2.6.7-jl2 b/linux/openzaurus-2.6.8.1-jl1/poodle-config-2.6.7-jl2
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/linux/openzaurus_2.6.7-jl2.oe b/linux/openzaurus_2.6.7-jl2.oe
deleted file mode 100644 (file)
index 1bcf284..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-BROKEN = "1"
-DESCRIPTION = "Linux kernel 2.6 for Zaurus devices."
-LICENSE = "GPL"
-KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}"
-
-SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \
-           http://www.cs.wisc.edu/~lenz/zaurus/files/patch-${PV}.diff.gz;patch=1 \
-           file://patch-2.6.5-rp1.diff;patch=1 \
-           file://collie-config-${PV} \
-           file://poodle-config-${PV} \
-           file://husky-config-${PV}"
-S = "${WORKDIR}/linux-${KV}"
-
-inherit kernel
-
-#
-# Compensate for sucky bootloader on all Sharp Zaurus models
-#
-FILES_kernel = ""
-ALLOW_EMPTY = 1 
-        
-EXTRA_OEMAKE = ""
-COMPATIBLE_HOST = "arm.*-linux"
-KERNEL_CCSUFFIX = "-3.3.3"
-
-#FIXME: Use configuration system
-export MEM = "32"
-export RD = "32"
-export CMDLINE = "noinitrd root=/dev/mtdblock2 rootfstype=jffs2 console=tty0 jffs2_orphand_inodes=delete"
-export CMDLINEpxa = "console=ttyS0,9600n8 9600n8 noinitrd root=/dev/mtdblock2 rootfstype=jffs2 console=tty0 jffs2_orphand_inodes=delete"
-
-do_configure() {
-        install -m 0644 ${WORKDIR}/${MACHINE}-config-${PV} ${S}/.config || die "No default configuration for ${MACHINE} available."
-
-        if [ "${MACHINE}" == "collie" ]
-       then
-               mem=${MEM}
-               rd=${RD}
-               mempos=`echo "obase=16; $mem * 1024 * 1024" | bc`
-               rdsize=`echo "$rd * 1024" | bc`
-               total=`expr $mem + $rd`
-               addr=`echo "obase=16; ibase=16; C000000 + $mempos" | bc`
-               if [ "$rd" == "0" ]
-               then
-                       echo "# CONFIG_MTD_MTDRAM_SA1100 is not set" >> ${S}/.config
-               else
-                       echo "CONFIG_MTD_MTDRAM_SA1100=y"           >> ${S}/.config
-                       echo "CONFIG_MTDRAM_TOTAL_SIZE=$rdsize"     >> ${S}/.config
-                       echo "CONFIG_MTDRAM_ERASE_SIZE=1"           >> ${S}/.config
-                       echo "CONFIG_MTDRAM_ABS_POS=$addr"          >> ${S}/.config
-               fi
-               echo "CONFIG_CMDLINE=\"$CMDLINE mem=${mem}M\"" >> ${S}/.config
-       else
-               echo "CONFIG_CMDLINE=\"$CMDLINEpxa\"" >> ${S}/.config
-       fi
-        oe_runmake oldconfig
-}
diff --git a/linux/openzaurus_2.6.8.1-jl1.oe b/linux/openzaurus_2.6.8.1-jl1.oe
new file mode 100644 (file)
index 0000000..e69de29