diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-20 22:40:08 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-20 22:40:08 +0000 |
commit | 7f8f09d73c1b0bee258fddab537a3b8a25f5341a (patch) | |
tree | 5d0ff4f48454b2f0501741e483f07ba461e3b015 /packages | |
parent | a801b58bfe1cc81878c99ae495b669826c935fff (diff) |
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
Diffstat (limited to 'packages')
-rw-r--r-- | packages/initscripts/initscripts_1.0.bb | 4 | ||||
-rw-r--r-- | packages/unionfs/unionfs-1.0.9/make.patch | 0 | ||||
-rw-r--r-- | packages/unionfs/unionfs-modules_1.0.9.bb | 0 | ||||
-rw-r--r-- | packages/unionfs/unionfs-utils_1.0.9.bb | 0 |
4 files changed, 3 insertions, 1 deletions
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 --- /dev/null +++ b/packages/unionfs/unionfs-1.0.9/make.patch 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 --- /dev/null +++ b/packages/unionfs/unionfs-modules_1.0.9.bb 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 --- /dev/null +++ b/packages/unionfs/unionfs-utils_1.0.9.bb |