diff options
author | Bruno Randolf <br1@subnet.at> | 2004-09-24 13:02:28 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-09-24 13:02:28 +0000 |
commit | 5e41bf2dddbc0e709453a6f9471faa51d15ffce1 (patch) | |
tree | f12438d8b44c9582aa5bc074b69bab5c9efcd578 /meta | |
parent | c9763529cff3cf381608b22250de282220887eed (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/09/24 15:00:45+02:00 (none)!br1
nylon updates
BKrev: 41541ae4ves9F3EB7OMYgueNSMJAIw
Diffstat (limited to 'meta')
-rw-r--r-- | meta/nylon-image-base.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/nylon-image-base.oe b/meta/nylon-image-base.oe index e69de29bb2..ec1a206b25 100644 --- a/meta/nylon-image-base.oe +++ b/meta/nylon-image-base.oe @@ -0,0 +1,14 @@ +export IMAGE_BASENAME = "nylon-base" + +NYLON_COMMON = "base-files base-passwd bash busybox \ + ipkg initscripts iproute2 modutils modutils-collateral modutils-initscripts \ + netbase openssh sysvinit tinylogin" + +DEPENDS = "virtual/kernel ${NYLON_COMMON} \ + ${BOOTSTRAP_EXTRA_DEPENDS}" + +RDEPENDS = "kernel ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS}" + +export IPKG_INSTALL = "${RDEPENDS}" + +inherit image_ipk |