From 7f8f09d73c1b0bee258fddab537a3b8a25f5341a Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sun, 20 Feb 2005 22:40:08 +0000 Subject: [PATCH] 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 --- packages/initscripts/initscripts_1.0.bb | 4 +++- packages/unionfs/unionfs-1.0.9/make.patch | 0 packages/unionfs/unionfs-modules_1.0.9.bb | 0 packages/unionfs/unionfs-utils_1.0.9.bb | 0 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 packages/unionfs/unionfs-1.0.9/make.patch create mode 100644 packages/unionfs/unionfs-modules_1.0.9.bb create mode 100644 packages/unionfs/unionfs-utils_1.0.9.bb 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 -- 2.39.5