diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-31 17:35:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-31 17:35:04 +0000 |
commit | 4ee908e0d96dae594c302fa8102f0b34563bebb3 (patch) | |
tree | 4d98103ea72a34aa0b8207028bb04d650d148e26 /packages | |
parent | c8862168e6398b8ebaca137d175ea5f93f949769 (diff) |
Add support for UcSlugC builds.
(1) the 'standard' settings in local.conf.template (from the nslu2-linux.org
master makefile) have been folded back into the three distro .conf files.
(2) openslug-image now builds for any NSLU2 distro
(3) ucslugc configuration added
(4) more comments in the openslug and ucslugc configuration files
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/openslug-image.bb | 3 | ||||
-rw-r--r-- | packages/meta/openslug-packages.bb | 10 |
2 files changed, 6 insertions, 7 deletions
diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb index 6ab8bc73b5..c8c231d302 100644 --- a/packages/meta/openslug-image.bb +++ b/packages/meta/openslug-image.bb @@ -36,8 +36,7 @@ inherit image_ipk python () { # Don't build openslug images unless we're targeting an nslu2 mach = bb.data.getVar("MACHINE", d, 1) - dist = bb.data.getVar("DISTRO", d, 1) - if mach != 'nslu2' or dist != 'openslug': + if mach != 'nslu2': raise bb.parse.SkipPackage("OpenSlug only builds for the Linksys NSLU2") } LICENSE = MIT diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index 7a62698dd0..ac8c0db5e5 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -34,6 +34,7 @@ OPENSLUG_DEVELOPMENT = "\ pciutils \ quilt \ sed \ + strace \ util-linux \ " @@ -63,7 +64,6 @@ OPENSLUG_PACKAGES = "\ less \ libusb \ libxml2 \ - man \ man-pages \ miau \ microcom \ @@ -79,13 +79,10 @@ OPENSLUG_PACKAGES = "\ pcre \ ppp \ procps \ - psmisc \ puppy \ pwc \ rsync \ - screen \ setpwc \ - streamripper \ sudo \ sysfsutils \ thttpd \ @@ -109,18 +106,21 @@ OPENSLUG_PACKAGES = "\ # such as sinf.) OPENSLUG_PACKAGES_append_linux = "\ bind \ + man \ mgetty \ mpd \ nfs-utils \ libpam \ php \ postfix \ + psmisc \ + screen \ + streamripper \ xinetd \ yp-tools ypbind ypserv \ " BROKEN_PACKAGES = "\ - strace \ " DEPENDS = 'openslug-image \ |