summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * gpsd: add recipe for 3.5 with negative D_P for testingMartin Jansa2012-04-302-0/+165
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: remove RPATH from binaries instead of replacing it with redundant /usr/libMartin Jansa2012-04-302-0/+42
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: replace whole do_install from scons.bbclassMartin Jansa2012-04-291-1/+6
| | | | | | | | | | | | | | * prefix was wrong, because SConstruct expects prefix usable as RPATH and DESTDIR not DESTDIR/prefix combined together in prefix variable Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: use gpsd.service and gpsd.socket from source tree, drop local filesMartin Jansa2012-04-293-20/+5
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: export PKG_CONFIG with PKG_CONFIG_SYSROOT_DIRMartin Jansa2012-04-291-0/+2
| | | | | | | | | | | | * python-scons-native executes pkg-config with wrong environment and as result -I/usr/include/libusb-1.0 is returned Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: pass sysroot param to scons and fix SConstruct to respect thatMartin Jansa2012-04-293-1/+71
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd-3.4: fix DSO build correctlyMartin Jansa2012-04-292-3/+42
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd-3.4: drop pkgconfig=''Martin Jansa2012-04-291-1/+0
| | | | | | | | | | | | | | * this is wrong, it's used as path where to install .pc files and we expect them in not directly in sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd-3.4: minor style issuesMartin Jansa2012-04-291-16/+13
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: move files to gpsd dir as they are not version specificMartin Jansa2012-04-295-0/+0
| | | | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * gpsd: update to 3.4Denis 'GNUtoo' Carikli2012-04-296-22/+27
| | | | | | | | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | libgcc-4.5: Fix nativesdk build problemKhem Raj2012-05-021-14/+18
| | | | | | | | | | | | | | | | | | We need to use BPN instead of PN so we access libgcc and not libgcc-nativesdk Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | gcc-crosssdk-intermediate_4.5.bb: with-headers has been moved from common ↵Khem Raj2012-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | include To accomodate gcc 4.7 which needed a different option than --with-header this option setting has been moved into version specific recipes Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | gcc-4.5: Match with OE-Core on building procedure for libgcc and gcc-runtimeKhem Raj2012-05-021-11/+36
| | | | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | media-ctl: update to latest gitKoen Kooi2012-04-301-4/+8
| | | | | | | | | | | | | | * split out libs * media-ctl has been relicensed to LGPLv2.1+ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | v4l-utils: update to 0.8.8Koen Kooi2012-04-301-3/+2
| | | | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | yavta: update to latest gitKoen Kooi2012-04-301-1/+2
| | | | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | synergy: remove inherit of siteinfo and fix license stringTasslehoff Kjappfot2012-04-301-2/+2
| | | | | | | | | | Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | ubi-utils-klibc: initial commit of version 1.4.9Andrea Adami2012-04-305-0/+208
|/ | | | | | | | * Initially only ubiattach was targeted (for kexecboot project). * Based on klibc_1.5.25, will be revised once new klibc is out. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel bbclass: recreate uImage unless KEEPUIMAGE is setKoen Kooi2012-04-271-1/+1
| | | | | | | | | | | The intent of the uImage code in this class includes the following 1) be able to specify custom load addresses without needing to patch the kernel 2) add better information to the uImage description field The current state is a NOP anyway, the kernel will always build a uImage when you tell it to 'make uImage'. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox 1.19.4 bbapped: create dir before installing into it, fixes build ↵Koen Kooi2012-04-271-1/+2
| | | | | | | failures on the autobuilder Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* synergy: add synergy 1.3.8Tasslehoff Kjappfot2012-04-271-0/+22
| | | | | Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pango: native support and --disable-introspection moved to oe-core pango.incMartin Jansa2012-04-261-5/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libusb*: remove native support, was moved to oe-coreMartin Jansa2012-04-262-7/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was moved ↵Martin Jansa2012-04-265-11/+1
| | | | | | to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt4: rename bbappends to match 4.8.1 from oe-coreMartin Jansa2012-04-262-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: keep PATCH prefix in subject-prefix, some people filter their inbox ↵Martin Jansa2012-04-267-5/+9
| | | | | | based on that Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* expedite: add LIC_FILES_CHKSUMMartin Jansa2012-04-261-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eio: fix LIC_FILES_CHKSUMMartin Jansa2012-04-261-1/+1
| | | | | | * formal changes in r66247 and copy&paste fix in r66262 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl-from-svn.inc: renameMartin Jansa2012-04-261-0/+0
| | | | | | | * people with this included will notice new release recipes and use them if possible without breaking upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: add recipes for new released versionsMartin Jansa2012-04-2667-277/+363
| | | | | | | * drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV for 1.2Martin Jansa2012-04-261-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd-machine-units: add machine specific recipe for BSPsMartin Jansa2012-04-261-0/+12
| | | | | | | | | * 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>
* systemd.bbclass: allow recipe to inherit systemd with empty SYSTEMD_SERVICEMartin Jansa2012-04-261-6/+5
| | | | | | | | | * I have use case where common recipe does inherit systemd and only some BSP's are bbappending some SERVICEs to it * install was moved intentionaly, so that /lib/systemd/system is not created if there is no .service file (causing QA Warning about unpackaged dir) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel: Fix packaging issueSaul Wold2012-04-261-1/+1
| | | | | | | | | | | | | Remove /etc since it is empty, when creating a machine that does not deliver any module config files, the /etc is empty and is then warned about not being shipped, so we remove it. This occurs in the routerstationpro with the following warning: WARNING: For recipe linux-yocto, the following files/directories were installed but not shipped in any package: WARNING: /etc Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* {kernel, module}.bbclass: don't run depmod for module packages during do_rootfsAndreas Oberritter2012-04-261-3/+1
| | | | | | | | | | | | | | | | * depmod already gets executed by pkg_postinst_kernel-image. * If you build a module using module.bbclass, pkg_postinst returns 1 in do_rootfs, causing pkg_postinst to run again on first boot. To improve this situation, I copied pkg_postinst from kernel.bbclass to module.bbclass. This was rejected by Koen, because he doesn't like the code from kernel.bblcass, which uses ${STAGING_DIR_KERNEL}. Richard then suggested that calling depmod during do_rootfs wasn't necessary at all, because it already gets done by kernel-image. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kernel.bbclass: resync with oe-core versionMartin Jansa2012-04-261-31/+33
| | | | | | | * 4 spaces for anonymous python * don't recreate uImage if it already exists Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: drop xinput-calibrator call as it is done by xdg nowOtavio Salvador2012-04-252-28/+0
| | | | | | | The new xinput-calibrator package provides a xdg file that handles this logic so drop it from session. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* net-snmp: split net-snmp-serverMario Domenech Goulart2012-04-252-9/+17
| | | | | | | | | | | | | | net-snmp-server has been split into two packages: net-snmp-server-snmpd and net-snmp-server-snmptrapd net-snmp-server is now a "meta-package" which depends on net-snmp-server-snmpd and net-snmp-server-snmptrapd. net-snmpd-server-systemd in no longer generated. It has been split into net-snmp-server-snmpd-systemd and net-snmp-server-snmptrapd-systemd. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
* epiphany 2.30.6: add missing gnome-doc-utils dependencyKoen Kooi2012-04-251-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc_1.5.25: add patches to build with 3.2 kernel headersAndrea Adami2012-04-243-1/+61
| | | | | | | | | | * kernel_3.2__aligned_u64.patch is already upstream * hack around the missing headers (now in /generated/asm) * bump INC_PR * waiting for klibc_2.0 release Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-openembedded: net-snmp: systemd supportMario Domenech Goulart2012-04-244-2/+1654
| | | | | | | | | | Backported systemd-related commits from net-snmp's master branch (full description in the systemd-support.patch file). .service files slightly adapted from Fedora's. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* oe-stylize.py: Add SUMMARY variableAndreas Oberritter2012-04-241-0/+1
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt bbappends: play nice with bbappends in other layers by incrementing PRINC ↵Koen Kooi2012-04-214-2/+4
| | | | | | instead of overwriting it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-yocto-tiny-kexecboot: initial commit of version 3.2Andrea Adami2012-04-201-0/+17
| | | | | | | | * this is the skeleton for .bbappend recipes * residing in the BSP layers Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Backport cpp honor sysroot patchKhem Raj2012-04-192-1/+38
| | | | | | | This patch is well vetted on gcc-4.6 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: fix meta-efl, meta-gpe and meta-xfce to point to openembedded.orgDenys Dmytriyenko2012-04-193-5/+3
| | | | | | | | | Fix README files for meta-efl, meta-gpe and meta-xfce to point to the correct openembedded.org address instead of the outdated openembedded.net in git URIs. Reported by Autif Khan for one of the layers. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: fix gpsd init scriptJohan Hovold2012-04-182-6/+6
| | | | | | | | | | | | Replace return with exit where appropriate. Current init script uses return outside of functions resulting in warnings such as the following when using bash as interpreter: /etc/init.d/gpsd: line 98: return: can only `return' from a function or sourced script Signed-off-by: Johan Hovold <johan.hovold@lundinova.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mime-support: Update to version 3.48Luca Vaudano2012-04-181-3/+2
| | | | | | Signed-off-by: Luca Vaudano <vaudano@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: silence systemd bbclass WARNING, ${PN}-systemd is unwantedKoen Kooi2012-04-181-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>