summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/slugos.inc
AgeCommit message (Collapse)Author
2010-09-09Per the TSC decision, make packaged-staging defaultChris Larson
For now, just ensures its inherited. In the future, we can merge / simplify staging.bbclass with packaged-staging.bbclass as appropriate. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-26Siteinfo cleanup v2Chris Larson
- Don't supply site files for native. - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass. - Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it. - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS. Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26Revert "Siteinfo cleanup"Chris Larson
Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
2010-07-26Siteinfo cleanupChris Larson
- Don't supply site files for native - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass - Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>', leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH for "site/<sitefile>". - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-24distro: Add new feature to indicate thumb-interworking.Khem Raj
* This would be used to decide if we can use BX in return instructions in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-25distros: add PREFERRED_PROVIDER_virtual/libx11-nativeMartin Jansa
* to be able to use virtual/libx11 in BBCLASSEXTEND = native recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-17SlugOS: slugos.inc - Fix bluez dependenciesMike Westerhof
No need to build all of bluez if we only depend on the libs.
2010-06-16SlugOS: Initial commit for SlugOS 5.5 - update toolchain, use eglibcMike Westerhof
Switch to gcc 4.4.4, update toolchains to match, switch to eglibc Also add some PREFERRED_PROVIDERS.
2010-03-19slugos: add siteinfo to INHERIT, since it's used for the distro and image namesChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2009-12-05SlugOS: update preferred versions for distro to currentMike Westerhof
(fixes problem where gphoto and libgphoto fail to build)
2009-11-15SlugOS: slugos.inc - set preferred provider for util-linux to util-linux-ng.Mike Westerhof
2009-07-09SlugOS: slugos.inc - switch from diet-x11 libs to standard x11 libsMike Westerhof
(diet-x11 has grown stale, and while the smaller size is good, staying current is preferable as a default.)
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
2009-05-04All distros: Bring in conf/distro/include/${LIBC}.incTom Rini
With minimal/minimal-uclibc we have to do a little rework so that minimal-uclibc can override the main distro. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-30SlugOS: slugos.inc - ensure that the rootfs is mounted with the noatime optionMike Westerhof
(this is for documentation purposes, and to future-proof, since the real command line is set in the apex recipe.)
2009-03-01SlugOS: set version on dev branch to 5.4-alpha nowmwester
2009-02-18SlugOS: slugos.inc - SlugOS 5.3-alpha enters the world.Mike Westerhof
2009-02-13SlugOS: separate the PREFERRED_VERSIONS into its own conf fileMike Westerhof
2009-02-13SlugOS - enable --hash-style=gnu option for SlugOS and packages.Mike Westerhof
2009-02-13SlugOS: slugos.inc - nail boost preferred version down since newer one won't ↵Mike Westerhof
build
2009-01-18conf/distro/include/slugos.inc: revert to mtd-utils 1.1.0Mike Westerhof
(Unable to fetch mtd-utils 1.2.0+git)
2009-01-18SlugOS: slugos.inc, busybox-1.13.2/slugos/defconfig - SlugOS now uses ↵Mike Westerhof
busybox 1.13.2
2009-01-08SlugOS: slugos.inc, opkg-nogpg-nocurl_svn.bb - revert to SVN rev 160Mike Westerhof
Override sane-srcrevs.inc in slugos.inc Reinstate old patches to opkg-nogpg-nocurl_svn.bb required by older sources. (This fixes a number of instabilities and problems reported with opkg)
2008-12-31libusb: create dummy libusb version to pull in libusb-compat instead.Mike Westerhof
See comments in libusb_0.0.0.bb for details on the problem. In a nutshell, set PREFERRED_VERSION_libusb = "0.0.0" for your distro to ensure that libusb-compat and libusb1 is not stomped on by libusb.
2008-12-30SlugOS: conf files - switch to EABI and newer toolchainMike Westerhof
2008-12-18SlugOS: distro/include/slugos.inc - this time really make 118 the preferred udevMike Westerhof
2008-12-17SlugOS: distro/include/slugos.inc - PREFERRED_VERSION of udev to 118Mike Westerhof
2008-12-10angstrom-uclibc.inc: Disable USE_NLS for gcc-crossKhem Raj
angstrom-uclinux-uclibc.inc: Ditto slugos.inc: Ditto minimal-uclibc.conf: Ditto * uclibc based system gettext gets pulled in to provide libintl and when gcc-cross is rebuilt then it ends up noticing that it can use the NLS support and the patches for uclibc locale support in gcc does not go so well with this. We disable NLS for uclibc based angstroms.
2008-12-08SlugOS: lockdown the kernel version in slugos.conf to override ixp4xx.confMike Westerhof
Also remove PREFERENCE nslu2 override in the kernel bb, as it does nothing at all.
2008-12-08SlugOS: Select 2.6.27.8 kernel for SlugoS 5.1Mike Westerhof
2008-10-31SlugOS: set preferred version for halMike Westerhof
(newer hal requires a newer udev as well)
2008-10-26SlugOS: slugos.inc - Set preferred version for cairo as wellMike Westerhof
2008-10-24SlugOS: slugos.inc - set preferred version for gnutlsMike Westerhof
(our autotools is a bit too old at the moment)
2008-10-13SlugOS: Set PREFERRED_VERSION for gettext, e2fsprogs, and add a temporaryMike Westerhof
hack to e2fsprogs_1.38.bb to work around the autotools and gettext version incompatabilities.
2008-10-12slugos.inc: conf - revert PREFERRED_VERSION for the older gettext toolsMike Westerhof
The patches requires to e2fsprogs* to make it work with the newer gettext stuff make it no longer work at all with the older gettext. Note that this may break more packages than just e2fsprogs* but there is little that can be done about that or to identify it, it seems.
2008-10-11SlugOS: slugos.inc - Set preferred version for gettext; enable testlabMike Westerhof
(The newer version of gettext causes install failures for e2fsprogs)
2008-10-07slugos.inc: set PREFERRED_VERSION for pango and glib-2.0Mike Westerhof
(the default pango does not like the older glib)
2008-09-18uclibc: fix logic error for glib-2.0-nativeHenning Heinold
* if we set for glib-2.0 USE_NLS = yes, we have to do it for the native package too, otherwise the check function for USE_NLS bails out and build the older 2.12.4 package
2008-08-22slugOS 5.0 is born - initial commit.Mike Westerhof
- 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-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-07-19conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵Richard Purdie
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class
2008-06-26slugos.inc: Set preferred providers for avahi and gconfRod Whitby
2008-05-10slugos.inc: Enable relevant distro featuresRod Whitby
2008-05-03slugos: Updated to 4.10Rod Whitby
2008-01-30slugos.inc: Allow ixp4xx.conf to set the preferred kernel versionRod Whitby
2007-12-31SlugOS: bump version number in mtn up to 4.9, as 4.8 has been released.Mike Westerhof
2007-12-24slugos.inc: SlugOS 4.8 release candidateRod Whitby
2007-12-09slugos.inc: added a couple of PREFERRED_PROVIDER lines to avoid ambiguityMike Westerhof
about built vs external toolchain.
2007-11-28slugos.inc: Set default cmdline_root for nslu2Rod Whitby
2007-11-28linux-ixp4xx: Migration from ixp4xx-kernel. Intended to follow recent OE ↵Rod Whitby
kernel recipe conventions. Default kernel for slugos distro and ixp4xx machines. ixp4xx-kernel will be removed later once this is well tested.