Commit Graph

1673 Commits

Author SHA1 Message Date
Martin Jansa d110784db8 kernel.bbclass: unify white spaces
* indentation was with spaces and tabs, unify to use tabs instead of
  spaces, because "python populate_packages" expects tabs (or 8 spaces)
  and we're doing populate_packages_preppend here

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-29 16:14:38 +02:00
Richard Purdie 4e9eb33068 kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKE
Without this we don't take advantage of any configured multiple CPU
cores which seems a shame.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-29 16:14:38 +02:00
Martin Jansa be2ae063d1 xinput-calibrator: add systemd service
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-29 16:14:38 +02:00
Martin Jansa 2bbed5ec03 kernel.bbclass: touch .scmversion also in ${S}
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-29 16:14:37 +02:00
Martin Jansa 17ffdaa698 keymaps: import systemd support from meta-shr layer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-29 16:14:37 +02:00
Martin Jansa 803c8d2b08 linux-kexecboot-3.2: upgrade to 3.2.12
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-29 16:14:37 +02:00
Koen Kooi faf10fc6f3 xbmc: update from rc2 to final release
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-26 15:05:47 +02:00
Martin Jansa 7aeea5345b kernel.bbclass: don't create /etc/modutils/*
* update-modules was updated to read /etc/modules-load.d/*.conf

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-26 15:05:46 +02:00
Martin Jansa 7c6bca094b kernel.bbclass: use symlinks for modutils files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-26 15:05:46 +02:00
Martin Jansa be333f0e2f linux: import shared linux.inc so we have just one copy
* in my env I have 7 copies now
  ./meta-smartphone/meta-htc/recipes-kernel/linux/linux.inc
  ./meta-smartphone/meta-nokia/recipes-kernel/linux/linux.inc
  ./meta-smartphone/meta-openmoko/recipes-kernel/linux/linux.inc
  ./meta-smartphone/meta-samsung/recipes-kernel/linux/linux.inc
  ./meta-smartphone/meta-palm/recipes-kernel/linux/linux.inc
  ./meta-ti/recipes-kernel/linux/linux.inc
  ./meta-handheld/recipes-kernel/linux/linux.inc
  meta-smartphone's are 100% identical, meta-handheld is slightly
  different (ARM_KEEP_OABI can be set in recipe after require .inc) and
  meta-ti seems like much older version of linux.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-26 15:05:46 +02:00
Martin Jansa ef29620a79 kernel.bbclass: fix extra + in kernelrelease
* see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-December/014308.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-26 15:05:46 +02:00
Martin Jansa 5d07b1429e kernel.bbclass: use better number for KERNEL_PRIORITY
* there is no upgrade from 2.6.X to 3.X.Y
  last part of PV is used as kernel priority for u-a, but X is usually higher then Y in 3.x.x
  so use all 3 parts in one bigger number
* and make it weak assignment if this scheme doesn't work for some
  recipe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-26 15:05:46 +02:00
Martin Jansa 1fd050dc8d e-tasks: bump PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-26 13:37:56 +02:00
Martin Jansa 7f5b07f69a emotion: fix upgrade path from libemotion0 to libemotion1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-26 13:37:56 +02:00
Martin Jansa 6acf438b92 e-base: bump EFL_SRCREV
Newer efl alpha was released today, so I hope that next bump will be with released tarballs.

This EFL_SRCREV is a bit older but worth upgrading as it finishes python-elementary changes
for elementary-1.0 APIs and also includes .so changes for release (so switch to tarballs should
be rather formality with bugfixes).

All elementary based apps need PR bump.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-26 13:37:55 +02:00
Khem Raj bcd942a312 nautilus: Add gdk-pixbuf gtk+ to DEPENDS
Fixes

| eel-accessibility.c:26:21: fatal error: gtk/gtk.h: No such file or directory
| compilation terminated.
| make[2]: *** [eel-accessibility.lo] Error 1
| make[2]: *** Waiting for unfinished jobs....
| In file included from eel-background.c:26:0:
| eel-background.h:43:21: fatal error: gdk/gdk.h: No such file or directory
| compilation terminated.
| make[2]: *** [eel-background.lo] Error 1
| eel-canvas.c:69:28: fatal error: gdk/gdkprivate.h: No such file or directory

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-26 13:37:54 +02:00
Koen Kooi ff0f815593 toolchain-layer: move binutils and gcc from meta-oe into here
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-24 07:35:22 +01:00
Koen Kooi 6b22bd198a systemd-serialgetty: sync with upstream
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:57:19 +01:00
Martin Jansa b020571752 kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too
* /etc/modules-load.d/foo.conf is used by systemd like /etc/modutils/foo was with sysvinit

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:56:21 +01:00
Martin Jansa efc1626c8e kernel.bbclass: import QA warning fix for unpackaged files from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:56:21 +01:00
Martin Jansa 3ec761eeb3 kernel.bbclass: import s/1/True/ changes from oe-core version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:56:20 +01:00
Andreas Müller 09d0c1efe4 slim: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:55:16 +01:00
Andreas Müller 2d1c7eb177 dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:55:15 +01:00
Andreas Müller 28d718f1ee udev_182: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:55:14 +01:00
Andreas Müller 67b01371ec udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:55:14 +01:00
Andreas Müller c43b2b36bc systemd_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:55:13 +01:00
Andreas Müller 0658069375 systemd-serialgetty: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:55:12 +01:00
Andreas Müller 815124f28e systemd-compat-units: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:55:12 +01:00
Andreas Müller ed8bbbc690 systemd.bbclass: remove systemd_unitdir it is set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23 07:55:11 +01:00
Koen Kooi 1abbfd367b toolchain-layer: initial add
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Eric Bénard <eric@eukrea.com>
2012-03-23 07:55:10 +01:00
Paul Eggleton 986de01251 qmake2: remove
qmake is now provided by the qt4-x11-tools package in OE-Core (and has
RPROVIDES + RREPLACES), so remove this recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-21 13:50:44 +01:00
Paul Eggleton bea124794b python-imaging: remove
Fixes from this version have now been merged into OE-Core, so remove
it here.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-21 13:50:41 +01:00
Koen Kooi 0148de029c udev: update to 182
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-20 18:13:16 +01:00
Koen Kooi ba029c641a kmod: update to v7
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-20 17:59:56 +01:00
Koen Kooi 31acd55435 busybox: update bbappend to match update recipe in oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-19 15:22:26 +01:00
Koen Kooi b7259759ee pixman: update bbappend to match update recipe in oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-19 15:22:26 +01:00
Koen Kooi af16bd03d0 dropbear: update bbappend to match update recipe in oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-19 15:22:21 +01:00
Koen Kooi b0a7f2e761 systemd: update to v44 + CVE fix
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-18 13:04:15 +01:00
Martin Jansa 85be934bdc e-base: bump EFL_SRCREV again to get elementary-1.0 API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:27 -07:00
Martin Jansa 5a44b6ed40 eina: fix QA warning about unpackaged dir
* WARNING: For recipe eina, the following files/directories were installed but not shipped in any package:
  WARNING:   /usr/bin

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:26 -07:00
Martin Jansa ed330bb6f8 elementary: package new datetime_input_ctxpopup module
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:26 -07:00
Martin Jansa 1502c432e6 e-tasks: drop local patches and use our github repo instead
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:25 -07:00
Martin Jansa 8e7090f0be midori: upgrade to 0.4.4
* custom waf to fix dirty vala version was dropped
* I've fixed our vala to stop reporting dirty even for valid released tarballs
  so you can still get dirty version but it's not so common to keep this ugly binary here.
* disable PARALLEL_MAKE to improve our chances agains build hangs
  (btw fedora is doing the same
   http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:25 -07:00
Andreas Müller 414e97ad47 libass.inc: fix typo OE_EXTRACONF -> EXTRA_OECONF
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:24 -07:00
Gary Thomas a1ffc23c94 midori: Add project home page info
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:23 -07:00
Otavio Salvador cb5ff1622e openbox: update to 3.5.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-14 17:33:25 -07:00
Andreas Müller 4586a3b9ab xarchiver: add unzip to RRECOMMENDS_${PN}
opening *.zip caused:
Failed to execute child process "zipinfo" (No such file or directory)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-13 20:03:37 -07:00
Andreas Müller a463a83960 xarchiver: add bzip2 to RRECOMMENDS_${PN}
error message for *.tar.bz2 was
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar (child): Error is not recoverable: exiting now
tar (child): bzip2: Cannot exec: No such file or directory

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-13 20:03:37 -07:00
Andreas Müller 2faacf535d ristretto: update to 0.3.5
run tested on overo

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-13 20:03:37 -07:00
Otavio Salvador c8680dada5 systemd-compat-units: rename service to run postinst scripts
OE-Core uses run-postinsts script to trigger package configuration on
first boot so the service ought to be named the same, for consistency.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-13 18:53:03 +01:00