summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-09-08linux-kexecboot: restructure it a bit to make it more generic.Koen Kooi35
* linux-kexecboot recipe only need to include sources and patches in SRC_URI, linux-kexecboot.inc takes care of the rest * closes #4543
2008-09-08base-passwd: add 3.5.19, disabled by defaultKoen Kooi8
2008-09-08ffmpeg: fix versioning, the -pre1 is wrongly versioned, so bump PE, spotted ↵Koen Kooi2
by Xora
2008-09-08neuros: bump SRCREVS for userspace, kernel and ubootKoen Kooi9
2008-09-08merge of '79b90d4ef7df69035b001466908501f67f8aac76'Mike Westerhof36
and '81a14649e513b12b58d75276170ffa386580f244'
2008-09-08libpam: add flex as a dependency; handle empty .debug dir case (and clean upMike Westerhof1
the python whitespace too), bump PR.
2008-09-07qtnx: import qtnx to openembeddedHenning Heinold6
* added id-path.patch from debian * added pro and scroll.patch, which are my work * final commit for nx-client support in oe * only compile tested against qt-embedded
2008-09-07nxproxy: fix permissionsHenning Heinold1
* while writing the qtnx.bb I discoverd that nxproxy had the false permissions now 0755 * bump PR
2008-09-07sane-srcrevs.inc: Bump illume to get the recent fixes. Runs amok on FSO ↵Stefan Schmidt1
without. (Not a complete EFL_SRCREV bump as E did segfault on my test)
2008-09-07site avr32: add gmutex sizeKoen Kooi1
2008-09-07linux 2.6.25: bump PR for defconfig changesKoen Kooi1
2008-09-07linux 2.6.25: make powertop a bit happier on at32stk1000Koen Kooi1
2008-09-07merge of '7b32aa8708eff49950269f0ff77537df8a712616'OpenEmbedded Project1
and 'a43636037bc9323fe6ee34266933582908d035e2'
2008-09-07merge of '8b788877676745843159ccb616b8159259af90f9'Phil Blundell1
and 'dfbcb673122fc1ce8a4d1cfb9c2b2b67360f6fc8'
2008-09-07curl: make parameters configurable via CURL_FEATURESPhil Blundell1
2008-09-07site avr32 common: add pthread sizeKoen Kooi1
2008-09-07linux 2.6.25: enable amber leds for at32stk1000Koen Kooi1
2008-09-07angstrom led configs: add at32stk1000 supportKoen Kooi3
2008-09-07powertop: needs virtual/libintlKoen Kooi1
2008-09-07merge of '309e33d0dffe90b672817f37e57ed736d1f9672f'OpenEmbedded Project8
and 'efbc6b44ed8a82418c052ce81b199d54d7f6c831'
2008-09-07merge of '53d5f0675c5830e564fb6c225499e149b8d5b836'OpenEmbedded Project5
and '672d779f4a20adab617645d603796e2df04f86bf'
2008-09-07opie-console: remove double_name.patch (now applied in upstream CVS)Paul Eggleton3
2008-09-07xqt: fix to build with either qte or qte-mtPaul Eggleton1
2008-09-07Change opie-cardmon to opie-cardapplet in list of preferred versionsPaul Eggleton1
2008-09-07Update Opie 1.2.4-pre CVSDATE and add change opie-cardmon to opie-cardapplet ↵Paul Eggleton1
in preferred list
2008-09-07libqpe-opie: remove argv.patch (now in upstream CVS)Paul Eggleton2
2008-09-07curl: add 7.19.0Phil Blundell3
2008-09-07package.bbclass: add PACKAGE_SNAP_LIB_SYMLINKSPhil Blundell1
2008-09-07angstrom feed builder: build viking and fennecKoen Kooi1
2008-09-07pixman: add x888->565 speedup patch Koen Kooi2
2008-09-07angstrom uclibc: switch to proxy-libintlKoen Kooi1
2008-09-07popt: depend on gettext-native instead of gettextKoen Kooi1
2008-09-07fennec: add icon, apply js crosscompile patch (seriously, mozilla dudes, fix ↵Koen Kooi5
that already) and silence staging errors
2008-09-07merge of '36d8e178bafb50c7881d637db537e08c72510ace'Mike Westerhof35
and '409f0e4c54eb53279e57c78f8ba5c98e3fa9ceb3'
2008-09-07madwifi-ng: wackelf patch - updated to apply to new madwifi Makefile structureMike Westerhof1
2008-09-07madwifi-ng: ixp4xx - Update Makefile patch that strips VFP info from the ELF ↵Mike Westerhof1
header.
2008-09-06merge of '758d1f4ff547286aef7de856b87ca0bd9f743c4c'Koen Kooi1
and 'ba02b39ad05fe330967acb43ee7ac802b7fd24b3'
2008-09-06qt4 staging: try harder to fish out qt toolsKoen Kooi4
2008-09-06fennec: also put jsautocfg.h in objdirKoen Kooi1
2008-09-06fennec: add alsa-lib to dependsKoen Kooi1
2008-09-06fennec: package it up in an ugly way till mozilla dudes get a clue and ↵Koen Kooi2
create a 'make install' target
2008-09-06uclibc 0.9.28: remove avr32 hacks, they aren't needed anymoreKoen Kooi2
2008-09-06uclibc 0.9.28: fix buildKoen Kooi1
2008-09-06fennec: fix compile, do_install fails since fennec doesn't support 'direct ↵Koen Kooi1
installs'
2008-09-06uclibc 0.9.29: fix -dbg packagingKoen Kooi4
2008-09-06libnxcl: import nxcl to openembeddedHenning Heinold4
* libnxcl is the backend library for the opensource nx-clients * gcc4.3-ftbfs.patch taken from the debian unstable package * disabled nxcmd, bescause it is useles * disabled doxygen-doku too * third step for nx-client support in oe
2008-09-06nproxy: import nxproxy to openembeddedHenning Heinold4
* nxproxy this binary linked against libxcomp, which controls a remote or local connection to the nxserver * stdin.patch taken from debian, original posted by Fabian Franz * second step for nx-client support in oe
2008-09-06gdbserver: add recipe that only builds gdbserver, usefull for target without ↵Koen Kooi2
native gdb support (e.g. avr32)
2008-09-06merge of '02d2a2fcfe802bc2a50b32abb39c188461f83cc8'Koen Kooi1
and 'a83dd390e6cc7d972407dc06660f6b890764d341'
2008-09-06angstrom feed uploader: be more verbose in rsync stepKoen Kooi1