summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-08-11 11:26:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-11 11:26:15 +0000
commit1a8447cc2198d81d71b1758a18da50dd6e823f28 (patch)
tree8a1e2757a7b04c54ba50c83de923b57b66c4b462 /conf
parentf4f64f2ea3904aa9c38e38ab119181331a022c33 (diff)
Added the unslung OVERRIDE for unslung-binary-kernel distro
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/unslung-binary-kernel.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/unslung-binary-kernel.conf b/conf/distro/unslung-binary-kernel.conf
index 9394ba4475..20a1e32fa7 100644
--- a/conf/distro/unslung-binary-kernel.conf
+++ b/conf/distro/unslung-binary-kernel.conf
@@ -21,6 +21,10 @@ FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-reg
INHERIT += " package_ipk nslu2-ramdisk-image"
+# The OVERRIDES are modified here so that 'unslung' overrides are picked up if
+# present (unslung-binary-kernel overrides take precedence).
+NSLU2_BASE_DISTRO = ":unslung"
+
IMAGE_FSTYPE = "ext2.gz"
UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}"
EXTRA_IMAGECMD_ext2.gz = "-D ${UNSLUNG_DEVICE_TABLE}"