Otavio Salvador [Thu, 15 Jan 2009 12:01:14 +0000 (10:01 -0200)]
xorg-xserver-common: do not include .la files in module packages
Otavio Salvador [Wed, 14 Jan 2009 22:35:35 +0000 (20:35 -0200)]
bitbake.conf: enable dynamic locale packages since bitbake 1.8.12 is now released
To ensure all users are notified about it, we bump the minimal bitbake
version to 1.8.12 to avoid problems for them.
Tim 'timtim' Ellis [Thu, 22 Jan 2009 20:42:16 +0000 (20:42 +0000)]
checksums.ini: Add avr-evtd 1.7.2 and sort
Koen Kooi [Thu, 22 Jan 2009 18:23:42 +0000 (19:23 +0100)]
task-beagleboard-demo: remove epiphany, midori does a much better job these days
Denis 'GNUtoo' Carikli [Thu, 22 Jan 2009 14:55:12 +0000 (15:55 +0100)]
scummvm: fix the fact that none of the engines were builtin(so scummvm was useless) while keeping ENTERPRISE_DISTRO and minor fixes:
*took the lacking scummvm/files/openmoko/openmoko-scummvm from the openmoko wiki
*no-strip.patch for the 0.12.0 version : if you let the Makefile strip,openembedded skip stripping and so it can't copy the unstripped binaries before stripping...and so it creates an empty -dbg package
*must check the stripping for the others versions
*explanation of the main fix: most of the recipes added something like this:
DEFINES="-DUNIX -DSCUMM_NEED_ALIGNMENT -DUSE_VORBIS -DUSE_ZLIB -DUSE_MPEG2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '-DUSE_MAD -DUSE_MPEG2', d)}"
this did override the DEFINES...and so defines such as -DENABLE_ENGINENAME=STATIC_PLUGIN were no longer defined...and so none of the engines were built...
I removed it and remplaced it by
${@base_conditional('ENTERPRISE_DISTRO', '1', '--disable-mpeg2', '--with-mpeg2-prefix=${STAGING_LIBDIR}/..', d)} \
${@base_conditional('ENTERPRISE_DISTRO', '1', '--disable-mad', '--with-mad-prefix=${STAGING_LIBDIR}/..', d)} \
I've also tested it with ENTREPRISE_DISTRO = "1" in my local.conf here are what I checked:
**the configure log:
Checking for MAD... no
Checking for libmpeg2 >= 0.3.2... no
**the run.do_configure.21902 shell script:
--disable-mpeg2 twice in oe_runconf and in do_configure ..no other matches for mpeg
same thing for --disable-mad
**the about menu inside scummvm says vorbis zlib in the "features compiled in" section
and there were no mention of mad,mp3 or mpeg2
*bump all PR
Koen Kooi [Thu, 22 Jan 2009 17:54:45 +0000 (18:54 +0100)]
omap3-sgx-modules: add 1.2.12.838 as reference
Koen Kooi [Thu, 22 Jan 2009 17:51:37 +0000 (18:51 +0100)]
checksums.ini: add more checksums
Koen Kooi [Thu, 22 Jan 2009 17:47:24 +0000 (18:47 +0100)]
linux-omap: add patch to get i2c working on the pico DLP
Koen Kooi [Thu, 22 Jan 2009 13:08:51 +0000 (14:08 +0100)]
xf86-video-omapfb: get XV working on 32bpp displays
Mark Brown [Wed, 21 Jan 2009 23:47:35 +0000 (23:47 +0000)]
alsa-utils 1.0.18: Remove xmlto usage from the build
It's not available on all hosts and some have broken installs.
Marcin Juszkiewicz [Thu, 22 Jan 2009 12:45:11 +0000 (13:45 +0100)]
linux: enabled many drivers for AT91SAM9263-EK board
Marcin Juszkiewicz [Thu, 22 Jan 2009 12:26:17 +0000 (13:26 +0100)]
busybox: ship /dev/snd/timer with mdev
Richard Purdie [Tue, 26 Aug 2008 10:23:59 +0000 (10:23 +0000)]
sanity.bbclass: Provide preserving the mmap_min_addr setting over reboots (from Poky)
git-svn-id: https://svn.o-hand.com/repos/poky@5106
311d38ba-8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Mon, 19 Jan 2009 13:34:51 +0000 (14:34 +0100)]
busybox: rename mdev subpackage to busybox-mdev as we have 1.2.1 mdev as separate recipe
Stefan Schmidt [Thu, 22 Jan 2009 10:48:59 +0000 (11:48 +0100)]
openmoko.conf: Revert not intended change to preferred-om-2009-versions.inc
Michael 'Mickey' Lauer [Thu, 22 Jan 2009 10:27:25 +0000 (11:27 +0100)]
sane-srcrevs.inc: fix typo
Koen Kooi [Thu, 22 Jan 2009 07:57:12 +0000 (08:57 +0100)]
angstrom feed builder: include transmission
Koen Kooi [Thu, 22 Jan 2009 07:56:31 +0000 (08:56 +0100)]
task-native-sdk: try harder to include cpp
Tim 'timtim' Ellis [Wed, 21 Jan 2009 23:49:04 +0000 (23:49 +0000)]
lsppc: Add KERNEL_IMAGETYPE, UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS info and kernel-devicetree to MACHINE_EXTRA_RDEPENDS
Tim 'timtim' Ellis [Wed, 21 Jan 2009 23:47:25 +0000 (23:47 +0000)]
linux-linkstationppc: Move from 2.6.21-rc5 to 2.6.27.10. Move to using deice tree stuff in linux.inc.
Tim 'timtim' Ellis [Wed, 21 Jan 2009 20:54:59 +0000 (20:54 +0000)]
transmission: Add transmission, a bittorrent client with a nice web interface, great on NAS. Thanks dave purdy for this.
Tim 'timtim' Ellis [Wed, 21 Jan 2009 20:51:50 +0000 (20:51 +0000)]
checksums.ini: Add transmission-1.40
Tim 'timtim' Ellis [Wed, 21 Jan 2009 20:47:40 +0000 (20:47 +0000)]
linux.inc: Add lsppchg and lsppchd to linux.inc and sort the KERNEL_DEVICETREE devices by name
Koen Kooi [Wed, 21 Jan 2009 19:52:47 +0000 (20:52 +0100)]
omap3 sgx drivers: fix initscript, fix S in kernel recipe
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 19:15:59 +0000 (20:15 +0100)]
timidity: new nonworking recipe; needs host tool
Andreas Kemnade [Wed, 21 Jan 2009 19:07:32 +0000 (20:07 +0100)]
mumpot: add version 0.3.2
Ken [Wed, 21 Jan 2009 18:55:47 +0000 (19:55 +0100)]
bootchart-lite: new recipe; bootchart diagnostic tool for embedded systems
Koen Kooi [Wed, 21 Jan 2009 18:56:39 +0000 (19:56 +0100)]
checksums.ini: Look, another recipe added without checksums: libgpod
Koen Kooi [Wed, 21 Jan 2009 18:55:40 +0000 (19:55 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Koen Kooi [Wed, 21 Jan 2009 18:53:31 +0000 (19:53 +0100)]
checksums.ini: *sigh* add missing checksums for the last 2 commits (pingus and tuxmath)
Erik Boto [Wed, 21 Jan 2009 18:50:05 +0000 (19:50 +0100)]
libgpod: new recipe; A library to access the Apple iPod
Koen Kooi [Wed, 21 Jan 2009 18:42:21 +0000 (19:42 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Koen Kooi [Wed, 21 Jan 2009 18:40:31 +0000 (19:40 +0100)]
pingus: fix style issues and packaging
* machine specific start script ?!?!?! Can't it check /proc/cpuinfo?
Elena of Valhalla [Wed, 21 Jan 2009 18:38:42 +0000 (19:38 +0100)]
tuxmath: new recipe; A math game based on SDL
Koen Kooi [Wed, 21 Jan 2009 18:38:37 +0000 (19:38 +0100)]
angstrom feed builder: add pingus and frozen-bubble
Koen Kooi [Wed, 21 Jan 2009 18:36:04 +0000 (19:36 +0100)]
alsa-utils 1.0.18: def pref -1 till someone fixes it so it actually builds
Sander van Grieken [Wed, 21 Jan 2009 18:27:45 +0000 (19:27 +0100)]
pingus: new recipe; A lemmings-clone based on SDL
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 16:21:30 +0000 (17:21 +0100)]
connman: add RDEPENDS to dynamic packages, enable more plugins
Jeremy Lainé [Wed, 21 Jan 2009 16:04:44 +0000 (17:04 +0100)]
tzdata: make it possible to set default timezone
* make it possible to choose the default timezone by
setting the DEFAULT_TIMEZONE variable
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 14:51:26 +0000 (15:51 +0100)]
gsm0710muxd: bump to 0.9.3 release
Koen Kooi [Wed, 21 Jan 2009 13:22:24 +0000 (14:22 +0100)]
task-native-sdk: rrecommend fortran symlinks as well
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 13:07:59 +0000 (14:07 +0100)]
bluez4: s/alsa-libs/alsa-lib/
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 12:44:12 +0000 (13:44 +0100)]
sane-srcrevs: bump FSO bundle
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 12:36:25 +0000 (13:36 +0100)]
openmoko.conf: move to bluez4
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 12:33:30 +0000 (13:33 +0100)]
bluez4: packaging tweaks; remove bluez4-utils in favour of that
Koen Kooi [Wed, 21 Jan 2009 12:20:58 +0000 (13:20 +0100)]
blueprobe: bump PR
Mark Brown [Tue, 6 Jan 2009 23:48:06 +0000 (23:48 +0000)]
alsa: update to 1.0.18
Mark Brown [Thu, 15 Jan 2009 16:50:32 +0000 (16:50 +0000)]
Add tuning for ARM1176JZF-S core
This core is featured in processors such as the S3C6410.
Bernhard Reutner-Fischer [Fri, 9 Jan 2009 19:12:41 +0000 (20:12 +0100)]
busybox: use short options for hwclock - closes #4978
Both busybox as well as big version support the same short options
but the busybox version may be build with getopt_long turned off.
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 10:37:22 +0000 (11:37 +0100)]
paroli: new recipe; combined application for Openmoko 2009.x
this supersedes paroli-dialer and paroli-gui which are now removed
Koen Kooi [Wed, 21 Jan 2009 10:08:12 +0000 (11:08 +0100)]
angstrom feed builder: add pimlico
Koen Kooi [Wed, 21 Jan 2009 10:04:06 +0000 (11:04 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 03:16:09 +0000 (04:16 +0100)]
bluez4: 4.7 -> 4.27; improve package granularity and fix DEPENDS
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 01:58:48 +0000 (02:58 +0100)]
frameworkd: bump for python 2.6
mickeydbus: bump for python 2.6
mickeyterm: bump for python 2.6
multicat: bump for python 2.6
zhone: bump for python 2.6
Tim 'timtim' Ellis [Tue, 20 Jan 2009 21:15:21 +0000 (21:15 +0000)]
lsppc: Remove foonas classes lsppchg-image and lsppchd-image
Tim 'timtim' Ellis [Tue, 20 Jan 2009 20:54:00 +0000 (20:54 +0000)]
lsppc: Remove uboot from machine features as this is broken atm, also remove pci
Koen Kooi [Tue, 20 Jan 2009 19:24:34 +0000 (20:24 +0100)]
myththv: bump PR
Jan Lübbe [Tue, 20 Jan 2009 18:44:28 +0000 (18:44 +0000)]
bluez4-utils: update to 4.27
Jan Lübbe [Tue, 20 Jan 2009 18:31:51 +0000 (18:31 +0000)]
bluez4-utils: ship missing files, bluetoothd can start now
Philip Balister [Tue, 20 Jan 2009 18:31:07 +0000 (11:31 -0700)]
dsplink : Add a (hopefully) stable URL to find TI SW needed to build dsplink
and codec engine.
Koen Kooi [Tue, 20 Jan 2009 18:25:22 +0000 (19:25 +0100)]
linux-omap 2.6.27: add patch to make gwc device work
Koen Kooi [Tue, 20 Jan 2009 18:24:12 +0000 (19:24 +0100)]
checksums.ini: add vpnc
Florian Boor [Tue, 20 Jan 2009 17:54:19 +0000 (18:54 +0100)]
vpnc: Include correct help file, apply patch to get install right (fixes #4831) and update makeman.patch to work for multiple versions.
woglinde [Tue, 20 Jan 2009 16:29:33 +0000 (17:29 +0100)]
libsdl-mixer: add libvrobis as dependency
* this is needed for frozen-bubble
* libvorbis is enough, because it will pull in libogg anyway
* bump PR
* closes BUG 4967
woglinde [Tue, 20 Jan 2009 16:15:12 +0000 (17:15 +0100)]
frozen-bubble: add version 2.2.0
* not default version yet we need to workaround the messie
perl buildystem in one case
* recipe orginal from GNUtoo
* closes BUG 4965
Jeremy Lainé [Tue, 20 Jan 2009 16:10:16 +0000 (17:10 +0100)]
busybox_1.11.3.bb: don't call update-rc.d for mdev
* prune call to update-rc.d mdev for the busybox package, it is
handled in the mdev package
Denys Dmytriyenko [Fri, 5 Dec 2008 17:48:06 +0000 (12:48 -0500)]
image.bbclass: resize images (ext2/ext3) only if they are bigger then IMAGE_ROOTFS_SIZE
Marcin Juszkiewicz [Fri, 5 Dec 2008 16:15:41 +0000 (17:15 +0100)]
Auto resizing ext2/ext3 images (from Poky)
During my work for OpenedHand I wrote one usefull thing which we used for
ext2/ext3 images - autosizing.
In few words: it checks how big rootfs is, adds IMAGE_EXTRA_SPACE amount
of kilobytes to it and gives that size to genext2fs.
Koen Kooi [Tue, 20 Jan 2009 10:39:33 +0000 (11:39 +0100)]
ffmpeg: bump SRCREV
Koen Kooi [Tue, 20 Jan 2009 10:37:29 +0000 (11:37 +0100)]
angstrom feed builder: add stalonetray and sensors-applet
Koen Kooi [Tue, 20 Jan 2009 10:36:00 +0000 (11:36 +0100)]
angstrom source mirror: blacklist more packages
Koen Kooi [Tue, 20 Jan 2009 10:35:25 +0000 (11:35 +0100)]
sensors-applet: gnome panel applet for lm-sensors
Koen Kooi [Tue, 20 Jan 2009 10:34:57 +0000 (11:34 +0100)]
lmsensors: fix packaging, add 2.10.8, add staging function
Koen Kooi [Tue, 20 Jan 2009 08:31:05 +0000 (09:31 +0100)]
angstrom feed builder: clean opkg-native during machine section as well
Koen Kooi [Mon, 19 Jan 2009 22:45:50 +0000 (23:45 +0100)]
checksums: add prboom and vagalume
Koen Kooi [Mon, 19 Jan 2009 22:45:29 +0000 (23:45 +0100)]
mplayer: bump SRCREV
Tim 'timtim' Ellis [Mon, 19 Jan 2009 21:09:52 +0000 (21:09 +0000)]
lsmipsel: Can not inherit lsmipsel-image because it does not exist, remove
Tim 'timtim' Ellis [Mon, 19 Jan 2009 21:07:41 +0000 (21:07 +0000)]
foonas: Remove TARGET_FPU from foonas machines orion, lsppc, lsmipsel, n1200, storcenter
Denys Dmytriyenko [Mon, 19 Jan 2009 20:51:05 +0000 (15:51 -0500)]
package.bbclass: skip symlinks when generating shlib info in package_do_shlibs()
Koen Kooi [Mon, 19 Jan 2009 19:19:44 +0000 (20:19 +0100)]
linux-omap: remove unused patches
Koen Kooi [Mon, 19 Jan 2009 19:19:32 +0000 (20:19 +0100)]
prboom: update to 2.5.0
Frans Meulenbroeks [Sun, 18 Jan 2009 19:38:58 +0000 (20:38 +0100)]
lirc: upgraded to 0.8.4a
Frans Meulenbroeks [Sun, 18 Jan 2009 19:26:18 +0000 (20:26 +0100)]
lirc: changed config to build serial and mceusb; building more modules at the same time seems not possible
Frans Meulenbroeks [Sun, 18 Jan 2009 17:40:05 +0000 (18:40 +0100)]
lirc: updated to 0.8.4a; added mceusb & mceusb2 drivers
Frans Meulenbroeks [Sun, 18 Jan 2009 15:59:29 +0000 (16:59 +0100)]
lcd4lnux updated to 0.11.0-SVN; added --with-ncurses in bb file
frans [Sun, 18 Jan 2009 12:31:11 +0000 (13:31 +0100)]
use python from env instead of /usr/bin/python
Tick Chen [Mon, 19 Jan 2009 18:33:00 +0000 (02:33 +0800)]
opkg: bump up opkg version to R197
solving issue of http://code.google.com/p/opkg/issues/detail?id=3&can=1
that opkg-cl crashes while dealing with package infomation exceeds
8192 bytes.
Tick Chen [Mon, 19 Jan 2009 13:10:45 +0000 (21:10 +0800)]
vagalume: update the SRC_URI to garage.maemo.org
Cannot find the tarball from original web-site
Koen Kooi [Mon, 19 Jan 2009 11:58:34 +0000 (12:58 +0100)]
ekiga: also depend on gst-plugin-video4linux2
Koen Kooi [Mon, 19 Jan 2009 11:57:32 +0000 (12:57 +0100)]
gst-plugins-good: enable v4l2
Koen Kooi [Mon, 19 Jan 2009 11:43:24 +0000 (12:43 +0100)]
checksums.ini: add some more checksums
Koen Kooi [Mon, 19 Jan 2009 11:10:46 +0000 (12:10 +0100)]
ekiga: add 3.1.0
Koen Kooi [Mon, 19 Jan 2009 10:10:09 +0000 (11:10 +0100)]
ptlib: update to 2.5.2
Koen Kooi [Mon, 19 Jan 2009 10:09:30 +0000 (11:09 +0100)]
opal: update to 3.5.2
Koen Kooi [Mon, 19 Jan 2009 08:24:03 +0000 (09:24 +0100)]
opkg: fix postinst script to work outside of OE as well
* $IMAGE_ROOTFS is an OE var, use $D instead
Koen Kooi [Mon, 19 Jan 2009 08:23:52 +0000 (09:23 +0100)]
opkg-collateral: fix PR
Koen Kooi [Mon, 19 Jan 2009 08:13:56 +0000 (09:13 +0100)]
linux-omap git: update to 2.6.29rc2
Koen Kooi [Mon, 19 Jan 2009 08:07:44 +0000 (09:07 +0100)]
linux-omap 2.6.28: update to head of 2.6.28 branch
Michael 'Mickey' Lauer [Mon, 19 Jan 2009 00:01:25 +0000 (01:01 +0100)]
vala[-native]: 0.5.5 -> 0.5.6
Michael 'Mickey' Lauer [Sun, 18 Jan 2009 23:43:26 +0000 (00:43 +0100)]
python-pygobject-native 2.16.0: new recipe