aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
AgeCommit message (Collapse)Author
2013-08-22f2fs-tools: add util-linux dependencyMartin Jansa
2013-04-29llvm2.9: add LLVM_EXTRA_ARCH to enable X86 unless building for x86Martin Jansa
* now I see why it was there before, at least on arm it fails with: | CMake Error at cmake/modules/LLVMConfig.cmake:127 (message): | Library `X86' not found in list of llvm libraries. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29llvm2.9: remove X86 from LLVM_TARGETS_TO_BUILDMartin Jansa
* when building for qemux86* it tries to build X86 twice and fails with: | CMake Error at lib/Target/CMakeLists.txt:24 (add_subdirectory): | The binary directory | | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/build/lib/Target/X86 | | is already used to build a source directory. It cannot be used to build | source directory | | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/lib/Target/X86 | | Specify a unique binary directory name. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29llvm2.9: try to fix thumb build and disable it after failureMartin Jansa
* khem: could you check what I'm doing wrong? This is out of my league.. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29llvm2.9: fix build with gcc-4.7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29llvm2.9: Import from meta-javaMartin Jansa
* llvm is generic enough to be useful outside meta-java e.g. we need it to enable llvmpipe galium driver in mesa * imported without any modification (except indentation), all credits go to Henning Heinold and Khem Raj for maintaining it in meta-java Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19llvm2.8: Import from meta-javaMartin Jansa
* llvm is generic enough to be useful outside meta-java e.g. we need it to enable llvmpipe galium driver in mesa * imported without any modification (except indentation), all credits go to Henning Heinold and Khem Raj for maintaining it in meta-java Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15packagegroup-basic: Drop bbappend from meta-systemdMartin Jansa
* avahi-systemd is now indluded in deamon * systemd-compat-units are RRECOMMENDED from systemd itself Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-21busybox: move /etc/default/busybox-syslog to ${PN}-syslogAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-30mm-common: inherit gnomebase instead of gnomeMartin Jansa
* gnomebase is enough and gnome pulls a lot of extra dependencies Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25f2fs-tools: change SRC_URI to use git repo on kernel.orgMartin Jansa
* sf does not provide tarballs anymore: The f2fs-tools is no longer maintained through sf.net. Instead, please access the following url. http://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16fakeroot: update to upstream version 1.18.4Marko Lindqvist
License is now GPLv3 Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16udev: remove from meta-oeMartin Jansa
* udev-182 is now also in oe-core, there is quite big diff between meta-oe version and oe-core version but I guess that most of meta-oe users are now also using meta-systemd layer and udev provided by systemd recipe * sending as RFC because I'm using udev provided by systemd recipe and cannot test this properly on my targets, please test and report Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11libxml++: fix unpackaged filesMartin Jansa
* fixes: libxml++-2.35.3: libxml++: Files/directories were installed but not shipped /usr/share/devhelp /usr/share/devhelp/books /usr/share/devhelp/books/libxml++-2.6 /usr/share/devhelp/books/libxml++-2.6/libxml++-2.6.devhelp2 /usr/lib/libxml++-2.6 /usr/lib/libxml++-2.6/include /usr/lib/libxml++-2.6/include/libxml++config.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-04packagegroup-cli-tools: remove mdbus2, mterm2, mkdump, mioctlMarcin Juszkiewicz
Missing or unbuildable dependency chain was: ['mdbus2'] Missing or unbuildable dependency chain was: ['mterm2'] Missing or unbuildable dependency chain was: ['mkdump'] Missing or unbuildable dependency chain was: ['mioctl'] Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-11-29libcgroup: removePaul Eggleton
This is now in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-28Replace bb.data.* with d.*Paul Eggleton
Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-28Remove NATIVE_INSTALL_WORKSPaul Eggleton
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-24f2fs-tools: add 1.1.0Koen Kooi
These are the tools needed for creating and managing f2fs partitions. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-23libjpeg-turbo: Add RPROVIDES to fix errors when rdepending on jpegSamuel Stirtzel
This fixes "ERROR: Multiple .bb files are due to be built which each provide jpeg" Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-20recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-10libjpeg: use nasm-native also for target DEPENDS, it's needed for targets ↵Martin Jansa
with SIMD support * configure checks that the same as in native case | configure:13139: checking if we have SIMD optimisations for cpu type | configure:13143: result: yes (x86_64) | configure:13151: checking for nasm | configure:13181: result: no | configure:13151: checking for nasmw | configure:13181: result: no | configure:13151: checking for yasm | configure:13181: result: no | configure:13189: error: no nasm (Netwide Assembler) found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-06task-x11*: remove in favor of packagegroup-core-x11* variants from oe-coreMartin Jansa
* packagegroup-core-x11* allows to remove task-x11-server and task-x11 from meta-oe without loosing any functionality * be carefull with 2 changed default values: XSERVER does not include xf86-input-mouse and xf86-input-keyboard VIRTUAL-RUNTIME_xserver_common defaults to x11-common in oe-core and to xserver-common in meta-oe's task-x11 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some ↵Martin Jansa
upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05task*: rename to packagegroup to match oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-24busybox/meta-oe: follow oe-core to 1.20.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-24udev-173: Fix SRC_URI to fetch bz2 archiveKhem Raj
gz archive is not available on source anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-08libxml++: New recipe - C++ bindings for libxmlGary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-31udev-extra-rules: drop in favor of udev-extraconf from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-23udev-extra-rules: add mount.blacklist to CONFFILESMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-16various: update ; proto= to ; protocol= in SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-16dropbear: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-16busybox: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-16task-x11: in case meta-systemd is part of BBLAYERS, ↵Andreas Müller
xserver-nodm-init-systemd is recommended automatically
2012-07-16task-basic: move systemd support to meta systemdAndreas Müller
2012-07-16move systemd recipes to meta-systemdAndreas Müller
2012-07-09udev: link librt explicitly on uclibcKhem Raj
Some functions used by udev are in librt in uclibc case therefore add -lrt to linker flags when building for uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-07-09systemd: Refresh uclibc patchKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-06-21libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8dMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20libjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg updateAndreas Müller
without following oe-core's version PREFERRED_PROVIDER_jpeg does not work and libjpeg is build. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa
without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05systemd-systemctl-native: Add additional messages for better debuggingAndreas Müller
These messages helped me to fix the breakage of networkmanager/systemd Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-14systemd-systemctl-native: fixed systemctl wrapper's `disable' actionMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-06glibmm: fix build with glib-2.32Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-27busybox 1.19.4 bbapped: create dir before installing into it, fixes build ↵Koen Kooi
failures on the autobuilder Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26systemd-machine-units: add machine specific recipe for BSPsMartin Jansa
* some machines like n900/gta02/palmpre are using extra units to initialize something (g_ether, cmt, ...), so make it easy to bbappend such units * stuff like INHERIT_append_crespo = " systemd" from BSP doesn't play well with systemd.bbclass Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-16systemd: create empty machine-id to fix first boot failuresKoen Kooi
Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-13systemd: fix emergency and rescue servicesKoen Kooi
In OE we use /home/root, not /root. Bug-reported-by: Graham Murphy <Graham.Murphy@jhuapl.edu> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09systemd: fix vconsole-setup dependenciesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>