summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
2006-05-19add a machine configuration and a kernel for the Micrel KS8695 board thatMichael Lauer1
is commonly found in PePlink manga boards and a lot of wireless media streamer boxes first 2.6.16 bits + defconfig. unfortunately the kernel is too large for my bootloader and i can't get it more slim, so i have to halt the work in this state. perhaps someone wants to pick that up.
2006-05-19ezx.conf: updateMichael Lauer2
add openzaurus-unstable-uclibc distro configuration for testing...
2006-05-18ezx.conf: add stuff for uclibc builds (uncommented atm.)Michael Lauer1
2006-05-18merge of 93a7ad23db8afae5e3440a5866caf7bf2f8ee416Marcin Juszkiewicz1
and b2ab0fa552043211df9ed0b809ba28541d552bec
2006-05-18jlime-donkey: new distro - close #1002Marcin Juszkiewicz1
2006-05-18angstrom 2006.9: slide srcdate forward to avoid some build problemsKoen Kooi1
2006-05-17generic.conf: include preferred opie|gpe|e versionsMichael Lauer1
2006-05-17native.conf: append to ASSUME_PROVIDED, don't override itMichael Lauer1
2006-05-16conf/bitbake.conf:Holger Freyther1
Add an alternative OVERRIDES line to enable my gcc hacks to make things fail fast.
2006-05-16conf/bitbake.conf:Holger Freyther1
Use -isystem instead of -I for the staging incdir. This will make the staging directory to be the last one in the include chain, this should make all 'local' includes be handled first and only then we will fall back to the staging directory. nice option...
2006-05-16angstrom-2006.9: slide hh.org pxa kernel cvsdate forward a bitKoen Kooi1
2006-05-16angstrom: adjust angstrom uriKoen Kooi1
2006-05-16angstrom 2006.9: add multiple tarball stashes till we get our ownKoen Kooi1
2006-05-13add machine conf for Motorola e680 (ezx platform)Michael Lauer2
2006-05-13remove opensimpad distro configurations. there is no such thing as aMichael Lauer3
dedicated opensimpad distribution anymore. SIMpad support will be continued in Familiar Linux 0.8.4 and Angstrom. If you want to build a non-eabi SIMpad distro, set DISTRO = "openzaurus-unstable"
2006-05-12tweak ezx configs. bootstrap-image now builds, further tweaks not until I ↵Michael Lauer3
got my A780 :)
2006-05-12efl, e17: update to newest versionsJustin Patrin1
2006-05-12add distro configuration for EZX phone distributionMichael Lauer3
eventually this will be merged with Angstrom
2006-05-12familiar-unstable.conf: unbreak a bitMichael Lauer1
2006-05-12preferred-opie-versions.inc: set overridable defaults for QTE_VERSION, ↵Michael Lauer1
OPIE_VERSION and PALMTOP_USE_MULTITHREADED_QT
2006-05-11ep93xx: as pointed out on irc, the ep93xx is armv4t, not armv5te. Include ↵Koen Kooi1
tune-arm920t to tell gcc we have thumb as well
2006-05-11add metadata to some configurations. fixes #970Michael Lauer3
2006-05-11merge of 868246069be482bc64e4d7bd013d7a0df35de286Michael Lauer2
and e4d2a954ceceaa23fece37507c8e7f43cfbf1047
2006-05-11add first stab at support for the Motorola A780 GSM phoneMichael Lauer2
NOTE: for now, we use a dedicated linux-ezx kernel, but once this proves working, we will probably unify with linux-openzaurus
2006-05-11mainstone.conf: test commitCliff Brake1
2006-05-08h2200.conf: use pcmciautils instead of pcmcia-csKoen Kooi1
2006-05-08ipaq-pxa270.conf: fix touchscreen by autoloading evdev and use pcmciautils Koen Kooi1
2006-05-08merge of 055fac88594cb867a9e5f8bc0c610cd1d94dad73Florian Boor2
and 1b82a010f298211ce50ff06d99b1761cedbb5d3a
2006-05-08simpad.conf: Default to CL4/T-Sinus Pad flash size and don't install big ↵Florian Boor1
applications.
2006-05-06merge of 61de3f0b56891aca58e64a61d937595181f9775fFrans Meulenbroeks1
and 80048cf191d1060dd47d9f015de3baefa7d87ebc
2006-05-06slugos-packages.conf: added dhcp (includes dhclient)Frans Meulenbroeks1
2006-05-06angstrom 2006.9: slide cvsdate for hh-pxa kernel forward to get some ↵Koen Kooi1
bugfixes for hx4700 and h2200 machines
2006-05-01angstrom-2006.9: remove ?= from srcdate, since bitbake sets it before ↵Koen Kooi1
parsing $DISTRO.conf
2006-05-01angstrom 2006.9: update toolchain bits to match angstrom.confKoen Kooi1
2006-05-01angstrom: put some branding in the EABI toolchains :)Koen Kooi1
2006-04-30merge of 9a80eb5deb2b5f31c20a1da2065134687e7ef5ebFrans Meulenbroeks1
and 8efef2b3aa52e815abc0ab9f1df2391b3ffb9202
2006-04-30merge of 48e22a27d72e0291a7522958cfc2305284cb8d98Richard Purdie1
and 6b52726b2e4761c9b7b4858f6bdbc723e606359a
2006-04-30slugos-packages.conf: added w3cam (this also provides vidcat)Frans Meulenbroeks1
2006-04-30conf/bitbake.conf:Holger Freyther1
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf
2006-04-30merge of 8b0bc8c41b0802e756c70c90ed7dc760e76bb9bfFrans Meulenbroeks3
and f334192f936949d2ad335312f690105e8371df03
2006-04-30slugos-packages: added motionFrans Meulenbroeks1
2006-04-30conf/bitbake.conf:Holger Freyther1
Plain UPDATE, FETCH and RESUME-COMMAND to not have any value. They are used by the BitBake fetchers. e.g. with a broken update_data impl in BitBake cvs used the 'plain' variable instead the override. This change should make things fail faster and more obvious
2006-04-30angstrom-2006.9.conf: set SRCDATE via ?= so it can be overwritten in local.confPhilipp Zabel1
2006-04-30angstrom.conf: ship coreutils by defaultKoen Kooi1
* this is ~900kB more in jffs2 * it doesn't segfault or do 'function not implemented' like busybox
2006-04-29Angstrom 2006.9: switch to newer binutilsKoen Kooi1
2006-04-29blueangel.conf: Add autoload some kernel modules (#515 from Robert Woerle)Richard Purdie1
2006-04-28slugos.conf: Bumped distro version to 3.7 for final testing before a 3.8 ↵Rod Whitby1
beta release.
2006-05-03nokia770.conf: clean up a bitKoen Kooi1
2006-05-02lite5200.conf: remove stuff that should be in $DISTRO.confKoen Kooi1
2006-05-02jornada6xx.conf: sh -> sh3 and remove PREFERRED_VERSIONS, those should be in ↵Koen Kooi1
the $DISTRO.conf