From: nslu2-linux.adm@bkbits.net Date: Sun, 20 Feb 2005 22:40:08 +0000 (+0000) Subject: Merge bk://oe-devel.bkbits.net/openembedded X-Git-Tag: Release-2010-05/1~14907 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8f09d73c1b0bee258fddab537a3b8a25f5341a;p=openembedded.git Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/20 16:34:06-06:00 ti.com!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded 2005/02/20 16:33:49-06:00 ti.com!kergoth Add unionfs 1.0.9. 2005/02/20 15:33:14-06:00 ti.com!kergoth Adjust the PACKAGE_ARCH of the initscripts package to be target specific when building for OZ (necessary for multimachine). BKrev: 421911c82HFyCWA1Me2DRwFAtnarUg --- diff --git a/packages/initscripts/initscripts_1.0.bb b/packages/initscripts/initscripts_1.0.bb index 22fb2c08fa..2003c63094 100644 --- a/packages/initscripts/initscripts_1.0.bb +++ b/packages/initscripts/initscripts_1.0.bb @@ -44,7 +44,9 @@ def read_kernel_version(d): return file( filename + "/kernel-abiversion", "r" ).read().strip() else: return "not important" -KERNEL_VERSION = "${@read_kernel_version(d)}" +KERNEL_VERSION = "" +KERNEL_VERSION_openzaurus = "${@read_kernel_version(d)}" +PACKAGE_ARCH_openzaurus = "${MACHINE_ARCH}" do_install () { # diff --git a/packages/unionfs/unionfs-1.0.9/make.patch b/packages/unionfs/unionfs-1.0.9/make.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/unionfs/unionfs-modules_1.0.9.bb b/packages/unionfs/unionfs-modules_1.0.9.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/unionfs/unionfs-utils_1.0.9.bb b/packages/unionfs/unionfs-utils_1.0.9.bb new file mode 100644 index 0000000000..e69de29bb2