- Apr 26, 2012
-
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* 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>
-
Martin Jansa authored
* 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>
-
Saul Wold authored
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>
-
Andreas Oberritter authored
* 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>
-
Martin Jansa authored
* 4 spaces for anonymous python * don't recreate uImage if it already exists Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Apr 25, 2012
-
-
Otavio Salvador authored
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>
-
Mario Domenech Goulart authored
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>
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 24, 2012
-
-
Andrea Adami authored
* 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>
-
Mario Domenech Goulart authored
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>
-
Andreas Oberritter authored
Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 21, 2012
-
-
Koen Kooi authored
qt bbappends: play nice with bbappends in other layers by incrementing PRINC instead of overwriting it Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 20, 2012
-
-
Andrea Adami authored
* 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>
-
- Apr 19, 2012
-
-
Khem Raj authored
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>
-
Denys Dmytriyenko authored
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>
-
- Apr 18, 2012
-
-
Johan Hovold authored
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>
-
Luca Vaudano authored
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>
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 17, 2012
-
-
Radek Dostal authored
Signed-off-by:
Radek Dostal <rd@radekdostal.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Martin Jansa authored
* khem moved it to oe-core and kept it here Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 16, 2012
-
-
Koen Kooi authored
Acked-by:
Denys Dmytriyenko <denys@ti.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 14, 2012
-
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 13, 2012
-
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Koen Kooi authored
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>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Eric BENARD authored
we have QWT in meta-oe so include it in the SDK to give users the opportunity to use these widgets in their developments. Signed-off-by:
Eric Bénard <eric@eukrea.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Eric BENARD authored
- only the qwt-e version is compile and run tested ATM Signed-off-by:
Eric Bénard <eric@eukrea.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Martin Jansa authored
* otherwise we were depending on initscripts to provide it without RDEPENDing on it Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Acked-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 12, 2012
-
-
Philip Balister authored
Left the buildsys patch for now. It does not apply, but I have only built this with gcc-4.6 from toolchain layer, not gcc from Angstrom. The patch does not apply, but I am saving it to remind me how to fix the problem. Signed-off-by:
Philip Balister <philip@opensdr.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Philip Balister authored
Signed-off-by:
Philip Balister <philip@opensdr.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Philip Balister authored
Signed-off-by:
Philip Balister <philip@opensdr.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Philip Balister authored
Yes, Josh changed the paths again. They are much saner now, and if he touches them again, I will beat him with a ping pong paddle. Signed-off-by:
Philip Balister <philip@opensdr.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 11, 2012
-
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Koen Kooi authored
This runs when the session starts so after the DM. Not a great solution, but at least it will popup a calibration dialog automatically and restore calibration on subsequent sessions. Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Anders Darander authored
The use of mv in do_configure() made bitbake error out if a second run of do_configure was requested. Copy the file instead. Signed-off-by:
Anders Darander <anders@chargestorm.se> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Apr 10, 2012
-
-
Andreas Müller authored
configure found rsvg-convert on host: ... Checking for program rsvg-convert : /usr/bin/rsvg-convert ... Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Acked-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-