summaryrefslogtreecommitdiff
path: root/conf/distro
AgeCommit message (Collapse)AuthorFiles
2006-01-11slugos: make slugos-??? default to big-endian throughout in slugos.confJohn Bowler7
- the JFFS2 format can be overridden in the DISTRO .conf (unlike the other slugos configuration parameters) It can also be changed in local.conf if using a slugos-??? build directly.
2006-01-11ludeos: Changed jffs2 to little-endian to match kernel.Rod Whitby1
2006-01-11slugos: Enabled JFFS2 endianness to be controlled.Rod Whitby5
2006-01-09debianslug.conf: Removed DEPENDS linesRod Whitby1
2006-01-11slugos-image: remove spurious DEPENDS in confJohn Bowler7
- this upgrades slugos-image to the new RDEPENDS only world, some missing (R)dependencies are corrected slugos-init: remove virtual/ixp-eth in 0.10 - this stuff is no longer necessary and the modprobe.conf has been moved to the ixp-eth module rather than having it incorrectly introduced in a non-dependent module.
2006-01-09explicit_merge of '93b8d4a095a60dfe2b4b6e82f4ce68721a1d4f11'John Bowler15
and 'd5130c6d17c31fa91dee51b0074c7e5e8c87717c' using ancestor '' to branch 'org.openembedded.dev'
2006-01-09slugos: update floating CVS packages and ipkg to latest versions in confJohn Bowler1
2006-01-08Following from the meta/packages changes, cleanup conf/machine for incorrect ↵Richard Purdie3
DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any.
2006-01-08Move multimachine.inc to conf/distro/include/multimachine.conf and include ↵Richard Purdie4
it by default for familiar/openzaurus
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie10
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2006-01-07slugos: Major rename of common SlugOS files and directories from openslug to ↵Rod Whitby2
slugos.
2006-01-04unslung: Usability updates for Unslung 6.x - ipkg prints message when booted ↵Rod Whitby1
on flash, motd prints at login indicating status of on-disk or on-flash, status appears on home page in web interface, unsling now asks for root password, and some additional checks are made by unsling to avoid known problems that can prevent a successful unsling, added new unslung logo.
2006-01-04slugos: updated to nslu2-kernel 2.6.15 final.Rod Whitby1
2006-01-04openslug: updated to version 3.1, based on slugos-bag feeds.Rod Whitby1
2006-01-04ludeos: Changed to little-endian, based on slugos-lag.Rod Whitby1
2006-01-04debianslug: new distro for little-endian nslu2 kernel suitable for running ↵Rod Whitby2
debian
2006-01-04slugos-packages: Merged contents from ludeos-packages, openslug-packages, ↵Rod Whitby4
ucslugc-packages.
2006-01-04slugos-packages: Added cdstatus, gd, madplay, fetchmail. Demoted irssi due ↵Rod Whitby1
to autobuild failures. Demoted alsa-utils from ucslugc due to autobuild failures.
2006-01-04unslung-binary-kernel: Removed - we now have the source code to this kernel ↵Rod Whitby2
to be able to build it.
2006-01-03slugos-packages: add klibc to build (meta package)John Bowler2
2006-01-02openzaurus: change version from 3.5.4 to 'unstable'Marcin Juszkiewicz3
- OPIE CVS is now preferred instead of 1.2.1 - feeds uris are removed - if someone build from .dev then know what to do with packages
2006-01-02nslu2-kernel: bug fix kernel release 2.6.15.5John Bowler1
2005-12-30familiar-unstable: don't use cvsdate=now because it produces stuff like ↵Koen Kooi1
this: xrdb-0.0cvsnow-r2
2005-12-30familiar unstable: tweaksKoen Kooi1
* set cvsdate to 'now' * build opie from cvs HEAD
2005-12-29nslu2-kernel: bug fix release 2.6.14.4John Bowler1
2005-12-23gpe 2.7: prefer gpe-conf 0.1.27Koen Kooi1
2005-12-21familiar: remove '0.8.3' and replace it with 'unstable'Koen Kooi1
2005-12-14familiar 0.8.3: add note on zap-root-passwdKoen Kooi1
2005-12-06merge of bb8a3b34208ff63b05eb2b6f77183737b9a38c6aRod Whitby1
and efe5ba84574e7ae7e86f7fb34cf883a21c2144bb
2005-12-06disapproval of revision '1836da10f903d9ee68a7255b7a5d899128f4f43c'Marcin Juszkiewicz1
2005-12-06merge of 1836da10f903d9ee68a7255b7a5d899128f4f43cRod Whitby2
and d52c3796ab80d51e4749743886263398c84dffac
2005-12-06module-init-tools: prefer 3.2.1 over 3.2-pre4Philipp Zabel1
- adds DEFAULT_PREFERENCE="-1" to the 3.2-pre4, see bug #498
2005-12-05unslung: Now based on Linksys version 2.3R63Rod Whitby1
2005-12-03conf/distro/openslug-packages.conf: added libiconv to packages list, needed ↵Frans Meulenbroeks1
for php
2005-12-03openslug-packages.conf: added groffFrans Meulenbroeks1
2005-11-28slugos.conf: add ez-ipupdate package to slugos confJohn Bowler2
2005-11-28nslu2-kernel: bug fix release 2.6.14.3John Bowler1
2005-11-27conf/distro/preferred-gpe-versions-2.7.inc: update to latest 2.7 bitsKoen Kooi1
2005-11-21nas100d-kernel: fixed rtc cmdline and unpinned the kernel version.Rod Whitby1
2005-11-23base.bbclass: attempt to fix the staging .la problemJohn Bowler2
- when using oe_libinstall to install a libtool library (.la file - present) into the staging directory (${STAGING_LIBDIR}) fix up the - installed .lai file so that it contains 'installed=no' - this - prevents libtool from subsequently using a copy of the build system - library if it exists in the final (target) installation directory - on the build machine (typically /usr/lib). Remove the patches from - pcre_4.4.bb to match (it now seems to work without them), add - cherokee to the openslug (etc) build (it was failing because of this - problem.)
2005-11-20nas100d-kernel: Latest 2.6.15-rc1 patches added.Rod Whitby1
2005-11-21slugos: new ethernet driver, ixp4xx release 2.1, ethernet 1.5 (all slugos ↵John Bowler1
distros) - Release 1.5 of the ethernet driver is compatible (almost) with Linux - kernel version 2.6, consequently it has been possible to remove a very - large number of the previous patches. - Release 2.1 of ixp4xx-csr is substantially unchanged from the point - of view of kernel 2.6 compatibility, however it has extra functionality - which is used by v1.5 of the ethernet driver. - It is essential to either use 2.0/1.4 or 2.1/1.5 - the releases cannot - be mixed.
2005-11-14slugos.conf: add masqmail to build, version 0.2.20John Bowler2
2005-11-14nslu2-kernel: upgrade to 2.6.14.2John Bowler1
nslu2-kernel: add (only semi working) 2.6.15-rc1
2005-11-11openslug, ucslugc: convert to use slugos.confJohn Bowler5
- All the openslug/ucslugc specific .bb files are converted in this - change to use generic 'slugos' files with the required configuration - in openslug.conf or ucslugc.conf. This unifies the image and package - build stuff. Old targets should continue to work as the slugos - .bb files PROVIDE the required targets.
2005-11-10preferred-opie-versions.inc: fixed versions for opie-lockapplet and ↵Marcin Juszkiewicz1
opie-icon-reload
2005-11-05distro/ludeos.conf: Removed the dependency on upslug2-native.Rod Whitby1
2005-11-05ludeos-packages.conf: Fixed missing EXTRA_PACKAGES declarationRod Whitby1
2005-11-05ludeos: Added nas100d/ludeos distribution, including nas100d-kernel.Rod Whitby2
2005-11-06preferred gpe versions 2.7: sync with the branchKoen Kooi1