summaryrefslogtreecommitdiff
path: root/packages/tasks/task-slugos.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-01-11SlugOS: task-slugos - re-instate module-init-tools due to busybox bugs.Mike Westerhof1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-08-29SlugOS 5.0: task-slugos - temporarily add mdadm and raid1 support to base imageMike Westerhof1
to facilitate broader testing, add netconsole to base image for next steps, and cleanup comments in general.
2008-08-22SlugOS 5.0 - replace module-init-tools with busyboxMike Westerhof1
2008-08-22slugOS 5.0 is born - initial commit.Mike Westerhof1
- enable many busybox options - replace several packages in rootfs with busybox, and adjust various config files and scripts to accomodate busybox options - change default alignment behavior to be more lenient Note: this is the first of many disruptive changes for SlugOS 5; this version is to be considered unstable at best!
2008-08-17task-slugos: the task-slugos definition RPEPENDS on ixp4xx-npe which is only ↵Rolf Leggewie1
compatible for machines "(nslu2|ixp4xx)" thus the same must be true for this task definition.
2008-03-15task-slugos: add libgcc as an explicit dependency to make sure the ↵Mike Westerhof1
/lib/libgcc_s.so.1 ends up in the rootfs.
2008-02-10task-slugos: add nfs kernel-module to the base image (for developmentMike Westerhof1
convenience; this should be removed for the release version).
2008-01-25task-slugos: Enabled IDE modules for the rootfs to match the modulefunctions ↵Rod Whitby1
script
2007-12-19task-slugos: Formatting cleanup, no functional change.Rod Whitby1
2007-10-06task-slugos: Add ehci-hcd to the rootfsRod Whitby1
2007-08-11slugos: Bumped version to 4.6, replaced dropbear with openssh, remove some ↵Rod Whitby1
non-essential stuff from the boot rootfs
2007-08-06slugos: Made sure the IXP modules are in the rootfs, and bumped the slugos ↵Rod Whitby1
revision in preparation for testing before a binary release
2007-07-02task-slugos: add wireless-tools to the base firmware imageMike Westerhof1
2007-07-01SlugOS: bump kernel up to svn 888 to pick up kexec patches, add kexec-toolsMike Westerhof1
to the base rootfs.
2007-06-29task-slugos: Added madwifi drivers and toolsRod Whitby1
2007-04-12task-slugos: Set variables if unset to avoid errorsRichard Purdie1
2007-04-03task-slugos: add kernel-module-loop to the rootfs (altboot support)Mike Westerhof1
2007-04-01task-slugos: Remove altbootRod Whitby1
2007-03-31task-slugos: Add altbootRod Whitby1
2007-03-26task-slugos: Made rng-tools conditional on not uclibcRod Whitby1
2007-03-10task-slugos: Changed a lot of packages in the rootfs from RDEPENDS to ↵Rod Whitby1
RRECOMMENDS
2007-03-08task-slugos: drop kernel-module-ntfs from rootfs; added kernel-module-nfs ↵Mike Westerhof1
back in.
2007-02-21slugos: demoted netconsole driver to module in rootfs, removed dsmg600 cmdlineMike Westerhof1
patch (replaced by shim), added linux-2.6.20.1 patch, to bring in sync with svn
2007-02-18slugos: Added support for DISTR_EXTRA_{DEPENDS,RDEPENDS,RRECOMMENDS}Rod Whitby1
2007-02-09task-slugos: Fixed package generationRod Whitby1
2007-02-08slugos: Added task-slugos to separate out rootfs contents from image creation.Rod Whitby1