summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libgcrypt: turn into a bbappendPaul Eggleton2011-07-154-84/+2
| | | | | | | | The only meaningful difference was a BBCLASSEXTEND so move this to a bbappend file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Remove meta-oe/patches/Paul Eggleton2011-07-152-142/+0
| | | | | | | I suspect this should not have been committed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: sync with oe-core after recent initramfs mergesKoen Kooi2011-07-151-6/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* base/kernel/image.bbclass: Clean up do_deploy ordering to ensure it just ↵Richard Purdie2011-07-151-1/+1
| | | | | | | happens before a build completes Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel: move menuconfig task after configureDarren Hart2011-07-151-1/+1
| | | | | | | | | | | | | | Fixes [YOCTO 1136] linux-yocto adds some configure steps that are necessary to prepare the source tree after the do_patch task. This causes a "-c menuconfig" to fail in a clean build tree. Typical use of menuconfig should be to modify the config provided by the recipe being built. It therefor makes sense for the menuconfig task to come after the configure task. This also happens to fix the issue seen with the linux-yocto kernel recipe. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaroundPhil Blundell2011-07-151-5/+0
| | | | | | Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-1449-49/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* classes: remove qt4e.bbclassPaul Eggleton2011-07-141-17/+0
| | | | | | | The same version of this class is now in openembedded-core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* classes/testlab: Enhance to dump license informationKhem Raj2011-07-141-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | It will now additionally create a new file which will contain list of licenses of installed packages in a given image. The fix to get the package name is there because the packages which contains epoch PE in the version string were not being constructed correctly since opkg-cl would dump 'epoch:version' for Version string but the real ipk did not have 'epoch' in its name. e.g. for armv5te/libopkg0_0.1.8+svnr609-r2_armv5te.ipk Package: libopkg0 Version: 1:0.1.8+svnr609-r2 as you can see version contained in ipk is not containing the 'epoch' so we have to eliminate 'epoch' from version we get from opkg-cl to for the installed ipk name correctly. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to v30 releaseKoen Kooi2011-07-141-2/+2
| | | | | | | tested on: beagleboard/angstrom usrp-e1xx/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pangomm: delete obsolete pangomm 2.26.0 recipeKoen Kooi2011-07-131-22/+0
|
* connman: update to 0.75Koen Kooi2011-07-132-8/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* icon-naming-utils: Inherit perlnativeKhem Raj2011-07-131-2/+2
| | | | | | | So we get the staged native perl to use Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* icon-naming-utils: inherit allarchKhem Raj2011-07-131-2/+2
| | | | | | | | This is a perl script which can be made into an all arch package and avoid redundant duplicate builds Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* icon-naming-utils-native: Fix long path to perl in icon-name-mappingTom Rini2011-07-121-0/+7
| | | | | | | | This is imported from oe.dev Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori 0.3.6: fix source checksumsKoen Kooi2011-07-121-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* jack 0.121.0: import from OE.devKoen Kooi2011-07-123-0/+141
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pavucontrol: add 0.9.10+gitKoen Kooi2011-07-121-0/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtkmm: add 2.20.0Koen Kooi2011-07-122-0/+36
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pangomm: add 2.28.2Koen Kooi2011-07-121-0/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cairomm: add 1.10.0Koen Kooi2011-07-121-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cairo: update to 1.10.2Koen Kooi2011-07-121-4/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* glibmm: add 2.28.2Koen Kooi2011-07-123-0/+66
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsigc++: add 2.2.9Koen Kooi2011-07-121-0/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mm-common: add 0.9.5Koen Kooi2011-07-121-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Replace use of %m in printf formatsKhem Raj2011-07-112-2/+408
| | | | | | | | | | The patch is applied optionally only to uclibc builds Also move the mkostemp replacement patch to uclibc only list Not perfect yet but gets us going on uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: update to 172Koen Kooi2011-07-111-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.22.2Koen Kooi2011-07-095-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* start-stop-daemon: Add version 1.16.0.2 (initial recipe)Michael Lippautz2011-07-091-0/+31
| | | | | | | | | | | | Provides a stand-lone s-s-d that is extracted from dpkg of the corresponding version. * dpkg_1.16.0.2 is hostedd on sources.oe.org, since debian wipes old versions from their mirrors * Installing only s-s-d (binary) would be covered by automake rules. Documentation would be missing. Thus install all and purge non s-s-d files. Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* audiofile: Update 0.2.6 to 0.2.7Michael Lippautz2011-07-095-165/+5
| | | | | | | | | | | | | | | 0.2.7 fixes various bugs of 0.2.6 and adds further support for WAVE and AIFF-C formats. Drop patches: * CVE-2008-5824 is already fixed in 0.2.7 (patch has just been a workaround): https://github.com/mpruett/audiofile/commit/e8cf0095b3f319739f9aa1ab5a1aa52b76be8cdd * oldstyle patch is not needed , since current toolchain compiles C files with old style function declarations * audiofile-0.2.6 patch is already applied in 0.2.7 * audiofile-m4_quote_fix is already applied in 0.2.7 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* python-sqlalchemy: Add version 0.7.1 (initial recipe)Michael Lippautz2011-07-091-0/+16
| | | | Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* python-pyudev: Add version 0.11 (initial recipe)Michael Lippautz2011-07-091-0/+22
| | | | Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* systemd git: bump SRCREV to get a proper fix for the hugepages and mqueue issueKoen Kooi2011-07-091-8/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Edit defaults.h in ${B} instead of ${S}, and t-oe in ${B}Khem Raj2011-07-022-1/+59
| | | | | | | | This patches are from oe-core needed after shared sourcedir changes to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: blacklist 'perf-dbg' as well for the modules meta packageKoen Kooi2011-07-021-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: sync with OE-coreKoen Kooi2011-07-021-4/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: Add support for perf-dbg packageMark Hatle2011-07-021-1/+2
| | | | | | | | | | The perf component is built with the kernel, so ensure that it gets the debug information associated with it. Also bump the PR in the linux-yocto-* to ensure they get rebuilt. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* image|kernel.bblass|module-init-tools: do not use depmod-2.6Anders Darander2011-07-021-6/+4
| | | | | | | | | | Change to only depend on virtual/*/depmod. Change all calls to only use depmod. Do not install depmod as depmod-2.6 Bump PR in module-init-tools-cross. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove support for building 2.4 kernelsAnders Darander2011-07-021-10/+2
| | | | | Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cpufrequtils: Fix compilation on uclibcKhem Raj2011-07-012-1/+86
| | | | | | | We make nls optional Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* htop: Link with libubacktrace when compiling for uclibcKhem Raj2011-07-011-0/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dietsplash: add git versionKoen Kooi2011-07-011-0/+20
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: Ensure kernel/* internal sysroot working directory don't get ↵Richard Purdie2011-07-011-0/+6
| | | | | | | | | packaged This removes a couple of megabytes of QA warnings! Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tzcode: Update tzdata version.Anders Darander2011-07-011-4/+4
| | | | | Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iw: add 0.9.20Koen Kooi2011-07-012-0/+52
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc 4.5: update to work with shared-workKoen Kooi2011-07-011-2/+3
| | | | | | http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=934d38530c9a67562e53d4034aee5531f0f26750 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd_git.bb: Add patch to disable --nonet optionKhem Raj2011-07-012-1/+32
| | | | | | | | | | | | Hi I am not particularly happy with this patch but by letting xsltproc download stylesheets from internet it atleast compiles the thing. But its very slow. So any better solution if someone has suggestion please by all means -Khem Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd_git.bb: Alias mkostemp() to mkstemp() for uclibc targetsKhem Raj2011-07-012-1/+21
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: clean up serial port handling some more and fix the screen clearing ↵Koen Kooi2011-06-302-4/+10
| | | | | | problem Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: move machine specific package out to a new recipeKoen Kooi2011-06-283-24/+45
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>