summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* gateone: silence systemd bbclass WARNING, ${PN}-systemd is unwantedKoen Kooi2012-04-181-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd bbclass: allow recipes to silence WARNING during parsing when ↵Koen Kooi2012-04-181-1/+4
| | | | | | ${PN}-systemd is unwanted Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/Radek Dostal2012-04-172-3/+3
| | | | | | 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>
* pixman: remove IWMMXT settingMartin Jansa2012-04-171-4/+2
| | | | | | | * 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>
* e-base: bump EFL_SRCREVMartin Jansa2012-04-171-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: create empty machine-id to fix first boot failuresKoen Kooi2012-04-161-1/+5
| | | | | Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bbappends: append to BBCLASSEXTEND instead of overwriting itKoen Kooi2012-04-1411-11/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxcursor: fix 'git mv' gone wrongKoen Kooi2012-04-131-1/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: fix emergency and rescue servicesKoen Kooi2012-04-131-1/+4
| | | | | | | 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>
* xorg: add more native BBCLASSEXTENDs for gtk+-nativeMartin Jansa2012-04-1310-0/+10
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qte-toolchain: add qwte supportEric BENARD2012-04-131-0/+3
| | | | | | | | 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>
* qwt: add 6.0.1 versionEric BENARD2012-04-136-20/+108
| | | | | | | - 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>
* xserver-common: use git patches and add functions fileMartin Jansa2012-04-1321-221/+434
| | | | | | | | * 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>
* gnuradio : Remove old files.Philip Balister2012-04-122-90/+0
| | | | | | | | | | 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>
* gnuradio : Update to version 3.5.3.Philip Balister2012-04-121-8/+71
| | | | | Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd : Update to version 3.4.1.Philip Balister2012-04-122-4/+4
| | | | | Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd-firmware : Update to version 003.004.000.Philip Balister2012-04-121-5/+5
| | | | | | | | 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>
* cpuburn-neon: add cpuburn app for neon and neon-cortexa8Koen Kooi2012-04-111-0/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator 0.7.5: run xinput_calibrator_once.sh using XDG autostart ↵Koen Kooi2012-04-112-1/+14
| | | | | | | | mechanism 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>
* sqlite: cp instead of mv in do_configureAnders Darander2012-04-111-1/+1
| | | | | | | | 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>
* midori: add librsvg-native to DEPENDSAndreas Müller2012-04-101-1/+3
| | | | | | | | | | | 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>
* midori: remove midori.inc and oe-stylizeAndreas Müller2012-04-102-42/+38
| | | | | | 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>
* thunar-volman: add eject to RDEPENDSAndreas Müller2012-04-101-0/+3
| | | | | | | | | | Ejecting USB-memory stick caused: Error starting job: Failed to execute child process "eject" (No such file or directory) run-tested with angstrom/meta-oe environment on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: add EnvironmentFileMartin Jansa2012-04-103-1/+8
| | | | | | | | | | * used to set HOME variable before /etc/X11/Xsession is started * e.g. enlightenment is creating ${HOME}/.e and without this it ends in /tmp/.e and during startup HOME gets defined and switched to /home/root/.e Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: use /etc/X11/Xserver from service file instead of Xorg ↵Denis 'GNUtoo' Carikli2012-04-102-2/+2
| | | | | | | | | | | directly * /etc/X11/Xserver is provided by xserver-common and sets correct DPI before starting Xorg (or other xserver) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* network-manager-applet: Fix missing DEPENDS and QA warnings.Samuel Stirtzel2012-04-101-1/+3
| | | | | | | | | | | | | | This fixes: | checking for ISO_CODES... no | No package 'iso-codes' found. and | checking for GNOME_KEYRING... no | configure: error: Package requirements (gnome-keyring-1) were not met: Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: fix .desktop for ARMKoen Kooi2012-04-091-0/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to head of the Eden release branchKoen Kooi2012-04-091-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gvfs-gdu-volume-monitor 1.8.2: remove conflicting filesKoen Kooi2012-04-091-1/+3
| | | | | | | | | | | * check_data_file_clashes: Package gvfs-gdu-volume-monitor wants to install file /usr/share/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml But that file is already provided by package * gvfs * check_data_file_clashes: Package gvfs-gdu-volume-monitor wants to install file /usr/share/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml But that file is already provided by package * gvfs * check_data_file_clashes: Package gvfs-gdu-volume-monitor wants to install file /usr/share/GConf/gsettings/gvfs-dns-sd.convert But that file is already provided by package * gvfs Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: fix vconsole-setup dependenciesKoen Kooi2012-04-091-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREVKoen Kooi2012-04-093-69/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: remove 0.5.1Koen Kooi2012-04-091-114/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add 0.6Koen Kooi2012-04-091-0/+110
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9 0.5.1: use nodejs4 instead of nodejsKoen Kooi2012-04-082-4/+4
| | | | | | This allows using nodejs 0.6.x for apps, but running cloud9 using node4 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.4.12: rename to node4 to make it parallel installable with 0.6.xKoen Kooi2012-04-082-5/+2
| | | | | | This is done to support running cloud9 using node 0.4.x but all other node apps with 0.6.x Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.6.x: update to 0.6.14Koen Kooi2012-04-081-6/+16
| | | | | | The LICENSE checksum changed due to date changes and clarification on licenses of included "libraries" like the markdown parser Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Update to 2012.03 linaro releaseKhem Raj2012-04-087-1/+1119
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* v4l-utils: correct license delimiterStefan Herbrechtsmeier2012-04-041-1/+3
| | | | | Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: add support to disable servicesOtavio Salvador2012-04-042-8/+26
| | | | | | | | This adds support to disable services making possible to it to be done during rootfs generation. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openmotif: add 2.3.3Otavio Salvador2012-04-042-0/+53
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>