diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-05-27 15:57:32 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-05-27 15:57:32 +0000 |
commit | db81f176add4d94b2348ea92d0e57ae31e1dd517 (patch) | |
tree | e5f52c13ad05780aa753f3389f688d3342ceb18c /packages/meta/openslug-image.bb | |
parent | ba72365e84cf61c7c39f6b2d1414e31a1c2e507a (diff) |
Image description changes: packages not required for a
bootable image have been moved to the openslug.conf
file so that an image can be built without them (by
overriding the OPENSLUG_EXTRA_RDEPENDS variable.)
Image release name changed to 1.20-pre1
BKrev: 4297436cqk3HFrq4AoEgLcOBYWcbpw
Diffstat (limited to 'packages/meta/openslug-image.bb')
-rw-r--r-- | packages/meta/openslug-image.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb index 8e50c1b40a..d2bf3bb7c3 100644 --- a/packages/meta/openslug-image.bb +++ b/packages/meta/openslug-image.bb @@ -1,4 +1,4 @@ -PR = "r11" +PR = "r12" IMAGE_BASENAME = "openslug" @@ -10,11 +10,11 @@ OPENSLUG_HIDDEN_PACKAGES = "ipkg-native ipkg-utils-native fakeroot-native ${PATC DEPENDS = "virtual/kernel base-files base-passwd \ busybox dropbear hotplug-ng initscripts netbase \ - sysvinit tinylogin lrzsz portmap \ + sysvinit tinylogin portmap \ ixp4xx-csr ixp425-eth openslug-init \ module-init-tools modutils-initscripts \ ipkg-collateral ipkg ipkg-link diffutils \ - cpio findutils e2fsprogs mtd-utils \ + cpio findutils mtd-utils \ ${OPENSLUG_EXTRA_DEPENDS}" # NOTE: file system kernel modules are defined in openslug.conf @@ -22,12 +22,11 @@ DEPENDS = "virtual/kernel base-files base-passwd \ # kernel-module-af-packet must be in the image for DHCP to work IPKG_INSTALL = "base-files base-passwd \ busybox dropbear hotplug-ng initscripts netbase \ - update-modules sysvinit tinylogin lrzsz portmap \ + update-modules sysvinit tinylogin portmap \ ixp4xx-csr ixp425-eth openslug-init \ module-init-tools modutils-initscripts \ ipkg-collateral ipkg ipkg-link diffutils \ - cpio findutils e2fsprogs-mke2fs \ - e2fsprogs-fsck e2fsprogs-e2fsck \ + cpio findutils \ kernel-module-af-packet \ kernel-module-netconsole \ ${OPENSLUG_EXTRA_INSTALL}" |