diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-02 23:25:17 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-02 23:25:17 +0000 |
commit | 83b4fcd8bbb8896e8f3a473f8c6c9222cc161ed9 (patch) | |
tree | 11d9f407a3c95ea6ebaf58f49f7f91121d69b753 /nslu2-binary-only/nslu2-unslung-ramdisk-able_2.3r25.oe | |
parent | b480099179a200a86cf2b4e46941c005f44c2435 (diff) |
Merge http://nslu2-linux.bkbits.net/packages
into handhelds.org:/home/kergoth/code/packages
2004/11/03 09:55:16+10:30 (none)!rwhitby
Added FILESPATH to unslung ramdisk variants
2004/11/03 09:48:09+10:30 (none)!rwhitby
Added unslung ramdisk variants to respective images
2004/11/03 09:39:54+10:30 (none)!rwhitby
Moved nslu2-unslung-ramdisk from BASE_PACKAGES to DEPENDS so it can be overridden.
2004/11/03 09:35:01+10:30 (none)!rwhitby
Unslung: fixed unslung-image.oe due to image name changes
BKrev: 4188175dfRaC0iyq0dUuqfINarVOqw
Diffstat (limited to 'nslu2-binary-only/nslu2-unslung-ramdisk-able_2.3r25.oe')
-rw-r--r-- | nslu2-binary-only/nslu2-unslung-ramdisk-able_2.3r25.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nslu2-binary-only/nslu2-unslung-ramdisk-able_2.3r25.oe b/nslu2-binary-only/nslu2-unslung-ramdisk-able_2.3r25.oe index e69de29bb2..7491cb9eef 100644 --- a/nslu2-binary-only/nslu2-unslung-ramdisk-able_2.3r25.oe +++ b/nslu2-binary-only/nslu2-unslung-ramdisk-able_2.3r25.oe @@ -0,0 +1,8 @@ +UNSLUNG_VARIANT = "able" + +# Add overlays and patches to the standard ramdisk here +# SRC_URI += "file://ipkg.conf" + +include nslu2-unslung-ramdisk_2.3r25.oe + +FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/nslu2-unslung-ramdisk/able', '${FILE_DIRNAME}/nslu2-unslung-ramdisk', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" |