Roman I Khimov [Sun, 29 Mar 2009 21:59:57 +0000 (21:59 +0000)]
image.bbclass: reorder do_rootfs
Places do_rootfs function before do_install in image creation process.
This change allows multiimage builds, when one image depends on another (before
that second image creation raced with do_rootfs for the first one) and uses
it for some purpose.
Multiimage builds are useful in situations like creating an installer image
with initramfs (built in OE) and an image of the target FS (also built in OE)
or for building virtualized system images to be placed on target FS.
Signed-off-by: Koen Kooi <koen@openembedded.org>
Roman I Khimov [Thu, 26 Mar 2009 23:03:58 +0000 (23:03 +0000)]
busybox: update appletlib dependency patch
Previous version still failed from time to time on clean-start builds
with 4 bitbake threads and '-j16'. Building busybox as sole target worked
well.
The reason is that previous version introduced a race between applets make
processes spawned from top-level Makefile and from libbb Makefile.
Fix it with high-level dependency that doesn't create races.
Signed-off-by: Koen Kooi <koen@openembedded.org>
Petri Lehtinen [Tue, 14 Apr 2009 21:59:55 +0000 (21:59 +0000)]
base.bbclass: Combine all checksum.ini files found in BBPATH
This makes it possible for overlays to have checksum.ini.
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Chris Larson <clarson@kergoth.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Stanislav Brabec [Tue, 21 Apr 2009 17:05:18 +0000 (17:05 +0000)]
gnome-media: Built wihout gnomecd => nautilus-cd-burner is not needed. Removed obsolete .la file.
Koen Kooi [Tue, 21 Apr 2009 16:15:48 +0000 (18:15 +0200)]
angstrom: have bluez4 provide bluez-utils as well
Koen Kooi [Tue, 21 Apr 2009 15:32:53 +0000 (17:32 +0200)]
etk: hack around gettext breakage
Koen Kooi [Tue, 21 Apr 2009 13:50:09 +0000 (15:50 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Marcin Juszkiewicz [Sun, 19 Apr 2009 19:04:53 +0000 (21:04 +0200)]
angstrom-2008.1: do not use Thumb for uclibc
Compilation is broken with binutils which Angstrom uses.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Tue, 21 Apr 2009 13:44:38 +0000 (15:44 +0200)]
sane-srcrevs: bump EFL_SRCREV to the one mentioned in trac.enlightenment.org/e/wiki/ReleaseSchedule?version=3
* etk still fails to build, though
Steffen Sledz [Tue, 21 Apr 2009 12:53:55 +0000 (14:53 +0200)]
base-passwd: default password for hipox machine set
Koen Kooi [Tue, 21 Apr 2009 11:33:04 +0000 (13:33 +0200)]
beagleboard: move to 2.6.29
* on par with 2.6.28 for stability, codec-engine and libgles-omap3 both work as well
Koen Kooi [Tue, 21 Apr 2009 08:25:53 +0000 (10:25 +0200)]
libxml++: add 2.26.0
Koen Kooi [Tue, 21 Apr 2009 07:22:15 +0000 (09:22 +0200)]
linux-omap 2.6.29: add support for changing tranparency of overlays
Koen Kooi [Tue, 21 Apr 2009 07:21:36 +0000 (09:21 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Koen Kooi [Tue, 21 Apr 2009 07:12:53 +0000 (09:12 +0200)]
checksums: add some more checksums
Michael 'Mickey' Lauer [Mon, 20 Apr 2009 17:33:10 +0000 (19:33 +0200)]
libgsm0710mux: bump to 0.3.4
Marcin Juszkiewicz [Mon, 20 Apr 2009 15:31:38 +0000 (17:31 +0200)]
rpm-native: do not emit packages
Steffen Sledz [Mon, 20 Apr 2009 14:26:47 +0000 (16:26 +0200)]
u-boot_2009.03: fixes/adds for HIPOX machine
- enable mmu and dcache for faster nand access
- fix reset problem in gmac
Michael 'Mickey' Lauer [Mon, 20 Apr 2009 14:21:36 +0000 (16:21 +0200)]
sane-srcrevs.inc: bump EFL as per last weekend's feature freeze recommendation
Michael 'Mickey' Lauer [Mon, 20 Apr 2009 14:21:07 +0000 (16:21 +0200)]
e-wm: reorder metadata for clarity; fix packaging
Steffen Sledz [Mon, 20 Apr 2009 12:45:57 +0000 (14:45 +0200)]
linux-2.6.24: new defconfig for HIPOX machine
Steffen Sledz [Mon, 20 Apr 2009 10:39:27 +0000 (12:39 +0200)]
linux-2.6.24: Kconfig patch for HIPOX machine added
Jeremy Lainé [Mon, 20 Apr 2009 10:09:24 +0000 (12:09 +0200)]
bitbake.conf, lib_package.bbclass: fix missing '$' in previous commit
Jeremy Lainé [Mon, 20 Apr 2009 09:42:08 +0000 (11:42 +0200)]
bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.so
We need to include ${base_libdir}/*${SOLIBSDEV} in FILES_${PN]} because
the shared libraries in ${base_libdir} do not follow the usual *.so.* naming
convention, for instance libproc-3.2.7.so.
Steffen Sledz [Mon, 20 Apr 2009 07:23:49 +0000 (09:23 +0200)]
hipox: switch serial console to ttyS1
Leon Woestenberg [Sun, 19 Apr 2009 20:44:17 +0000 (22:44 +0200)]
lighttpd: Added 1.4.22 to checksums.ini to prevent punishment.
Leon Woestenberg [Sun, 19 Apr 2009 19:51:41 +0000 (21:51 +0200)]
wt-2.2.3: ARM_INSTRUCTION_SET = "arm" to workaround toolchain issue.
Works around this:
| /tmp/ccGh2Qre.s: Assembler messages:
| /tmp/ccGh2Qre.s:2339: Error: selected processor does not support `swp r4,r8,[r5]'
Leon Woestenberg [Sun, 19 Apr 2009 19:14:00 +0000 (21:14 +0200)]
linux-rt: Add 2.6.29 with DEFAULT_PREFERENCE -1.
Leon Woestenberg [Sun, 19 Apr 2009 19:02:33 +0000 (21:02 +0200)]
lighttpd: Added 1.4.22 with DEFAULT_PREFERENCE -1.
Marcin Juszkiewicz [Sun, 19 Apr 2009 18:25:15 +0000 (20:25 +0200)]
util-linux-ng: depend on virtual/libintl to pass building with uclibc
Marcin Juszkiewicz [Thu, 16 Apr 2009 16:52:07 +0000 (18:52 +0200)]
checksums.ini: added checksum for util-linux-ng 2.13.1
Marcin Juszkiewicz [Thu, 16 Apr 2009 11:51:10 +0000 (13:51 +0200)]
tracker: added libgnomecanvas to dependencies
Koen Kooi [Sun, 19 Apr 2009 17:13:51 +0000 (19:13 +0200)]
gnome-media: fix packaging and make it more determistic
Koen Kooi [Sun, 19 Apr 2009 11:36:52 +0000 (13:36 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Koen Kooi [Sun, 19 Apr 2009 11:36:07 +0000 (13:36 +0200)]
angstrom: start removing FEED_ARCH
Leon Woestenberg [Sun, 19 Apr 2009 00:24:54 +0000 (02:24 +0200)]
squashfs-tools: Added release 4.0 (for SquashFS 4.0 in Linux 2.6.29).
Added with DEFAULT_PREFERENCE -1. Be aware that squashfs release
4.0 is now upstream in Linux 2.6.29. The filesystem layout has
changed from the 3.x releases.
Distro's need to carefully select the (cross and native) version
depending on the kernel release, which again might be different for
the machines supported.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Leon Woestenberg [Sun, 19 Apr 2009 00:17:39 +0000 (02:17 +0200)]
MAINTAINERS: Updated my email address.
Andrea Adami [Sat, 18 Apr 2009 21:47:31 +0000 (23:47 +0200)]
zaurus-updater: force PARALLEL_MAKE = ""
- fix do_stage error during rebuild from packaged-staging
Stanislav Brabec [Sat, 18 Apr 2009 20:52:04 +0000 (20:52 +0000)]
nautilus-cd-burner: Added version 2.24.0, removed old one.
Stanislav Brabec [Sat, 18 Apr 2009 20:53:54 +0000 (20:53 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Stanislav Brabec [Sat, 18 Apr 2009 20:53:54 +0000 (20:53 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Stanislav Brabec [Sat, 18 Apr 2009 20:52:04 +0000 (20:52 +0000)]
nautilus-cd-burner: Added version 2.24.0, removed old one.
Marek Vasut [Sat, 18 Apr 2009 20:22:15 +0000 (22:22 +0200)]
Improve libgemwidget fix
Stanislav Brabec [Sat, 18 Apr 2009 19:57:18 +0000 (19:57 +0000)]
vala: Fixed bootstrapping.
Stanislav Brabec [Sat, 18 Apr 2009 19:47:22 +0000 (19:47 +0000)]
gvfs: Don't refer to the host system (samba includes, gawk).
Stanislav Brabec [Sat, 18 Apr 2009 18:40:53 +0000 (18:40 +0000)]
gnome-media: New recipe.
Koen Kooi [Sat, 18 Apr 2009 16:36:42 +0000 (18:36 +0200)]
linux-omap 2.6.29: add more dss2 patches
Koen Kooi [Sat, 18 Apr 2009 16:36:19 +0000 (18:36 +0200)]
udev 141: start clean up
Michael 'Mickey' Lauer [Sat, 18 Apr 2009 16:30:05 +0000 (18:30 +0200)]
fso-term: new recipe; a versatile muxer-aware terminal program
Stanislav Brabec [Sat, 18 Apr 2009 13:03:23 +0000 (13:03 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Stanislav Brabec [Sat, 18 Apr 2009 13:02:38 +0000 (13:02 +0000)]
iso-codes: Arch-independent package.
Stanislav Brabec [Sat, 18 Apr 2009 12:59:58 +0000 (12:59 +0000)]
autotools.bbclass, distutils-common-base.bbclass, bitbake.conf: Fully support datadir/pkgconfig...
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-April/009963.html
Koen Kooi [Sat, 18 Apr 2009 12:52:56 +0000 (14:52 +0200)]
testlab bbclass: disable package graphs when ONLINE_PACKAGE_MANAGEMENT != full
Koen Kooi [Sat, 18 Apr 2009 12:52:26 +0000 (14:52 +0200)]
minimal-image: update to use util-linux-ng
Stanislav Brabec [Sat, 18 Apr 2009 12:17:03 +0000 (12:17 +0000)]
libcanberra: Updated to version 0.12.
Carsten Haitzler (Rasterman [Sat, 18 Apr 2009 01:56:58 +0000 (11:56 +1000)]
libelf: fix another GNU_HASH issues while building libelf
Tom Rini [Fri, 17 Apr 2009 20:06:09 +0000 (13:06 -0700)]
mingw-gcc, mingw-runtime, mingw-w32api: Fix DEFAULT_PREFERENCES to be correct
We want a default of -1 (not 0) and 1 for "mingw32" so that the default list
of overrides will catch and use them.
Tom Rini [Fri, 17 Apr 2009 19:58:58 +0000 (12:58 -0700)]
canadian-sdk: We DO want DEPENDS_prepend to always bring in host virtual gcc/binutils
Without this gdb-canadian-sdk would try and build without a host compiler as
it wasn't fixing up this missing dep itself. The comment in the bbclass was
wrong (checked -g on all recipes using this bbclass).
David Huggins-Daines [Thu, 16 Apr 2009 21:10:51 +0000 (14:10 -0700)]
canadian-sdk: Synchronize (to some extent) canadian-sdk.bb with meta-toolchain.bb.
Unlike meta-toolchain, it does not build an -extras package.
Jeremy Lainé [Fri, 17 Apr 2009 17:57:32 +0000 (19:57 +0200)]
lib_package.bbclass: fix package population on darwin
* make use of SOLIBS and SOLIBSDEV to populate FILE_* instead of hardcoded .so.* and .so
Jeremy Lainé [Fri, 17 Apr 2009 17:56:18 +0000 (19:56 +0200)]
bitbake.conf: fix package population for darwin
* define SOLIBS and SOLIBSDEV for darwin9 (identical to darwin8)
* make use of SOLIBS and SOLIBSDEV to populate FILE_* instead of hardcoded .so.* and .so
Koen Kooi [Fri, 17 Apr 2009 16:48:25 +0000 (18:48 +0200)]
sysvinit: only ping splash when splashfuncs are present
Koen Kooi [Fri, 17 Apr 2009 16:43:53 +0000 (18:43 +0200)]
opkg: only ping splash when splashfuncs are present
Steffen Sledz [Fri, 17 Apr 2009 15:21:09 +0000 (17:21 +0200)]
linux-2.6.24: nand and ubifs patches for HIPOX machine
Jeremy Lainé [Fri, 17 Apr 2009 14:18:53 +0000 (16:18 +0200)]
insane.bbclass: add an entry for darwin9/arm
Michael 'Mickey' Lauer [Fri, 17 Apr 2009 14:06:46 +0000 (16:06 +0200)]
libgsm0710mux: bump to 0.3.3 release
fso-abyss: bump to 0.3.3 release
Koen Kooi [Fri, 17 Apr 2009 13:13:17 +0000 (15:13 +0200)]
policykit: fix permissions and volatiles
Koen Kooi [Fri, 17 Apr 2009 13:12:36 +0000 (15:12 +0200)]
packagekit: fix service and policy files, update git version
* patches against 0.4.6 have been applied upstream
Koen Kooi [Fri, 17 Apr 2009 13:11:55 +0000 (15:11 +0200)]
pulseaudio: fix volatiles and ship policykit file
Michael 'Mickey' Lauer [Fri, 17 Apr 2009 12:36:17 +0000 (14:36 +0200)]
libeflvala: bump to 0.0.1.0 and fix Q/A packaging error
Michael 'Mickey' Lauer [Fri, 17 Apr 2009 11:24:17 +0000 (13:24 +0200)]
libgsm0710: bump version to 1.1.1 release; add author and homepage
Koen Kooi [Fri, 17 Apr 2009 10:41:07 +0000 (10:41 +0000)]
iphone-compat: require angstrom, since minimal is just a copy of angstrom with added bugs, which we don't need
From the my jabber logs with Jeremy, the maintainer of iphone-compat:
12:37 Koen: better inherit angstrom, since minimal is just angstrom with added bugs
12:38 Sharky: ah ok
12:38 Sharky: feel free to change it
Mickey: next time check things before reverting (and violating the revert policy)
Michael 'Mickey' Lauer [Fri, 17 Apr 2009 10:59:11 +0000 (12:59 +0200)]
iphone.conf: revert
8821a1efe4bf6a5cb88792b5d5f250ef480604cb, since apart from the polemics, it's the call of
the maintainer, not yours.
Koen Kooi [Fri, 17 Apr 2009 10:41:07 +0000 (12:41 +0200)]
iphone-compat: require angstrom, since minimal is just a copy of angstrom with added bugs, which we don't need
Koen Kooi [Fri, 17 Apr 2009 10:40:36 +0000 (12:40 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Jeremy Lainé [Fri, 17 Apr 2009 10:24:41 +0000 (10:24 +0000)]
iphone-compat.conf: add mini distro with toolchain for iPhone
Jeremy Lainé [Fri, 17 Apr 2009 10:23:59 +0000 (10:23 +0000)]
gcc-iphone-cross: add rough cross-compiler for iPhone
Jeremy Lainé [Fri, 17 Apr 2009 10:19:11 +0000 (12:19 +0200)]
iphone.conf: add basic machine description for iPhone
Jeremy Lainé [Fri, 17 Apr 2009 10:15:04 +0000 (10:15 +0000)]
apple-csu: add core libraries for iPhone
Jeremy Lainé [Fri, 17 Apr 2009 10:10:29 +0000 (10:10 +0000)]
iphone: start adding toolchain elements for iphone
* iphone-sources: script to download and extract rootfs / SDKs
* iphone-sources.manifest: config file describing a firmware version
* iphone-rootfs.bb: stage libraries from firmware image
* iphone-sdks.bb: stage headers from SDKS
Koen Kooi [Fri, 17 Apr 2009 07:28:07 +0000 (09:28 +0200)]
task-beagleboard-demo: remove psplash hardcode
Steffen Sledz [Fri, 17 Apr 2009 07:09:59 +0000 (09:09 +0200)]
linux-2.6.24, linux-rt-2.6.24: squashfs-lzma-2.6.24.patch imported to oe repo
(former URL no longer available)
Koen Kooi [Fri, 17 Apr 2009 06:49:03 +0000 (08:49 +0200)]
psplash-zap: recommend psplash
Koen Kooi [Fri, 17 Apr 2009 06:39:50 +0000 (08:39 +0200)]
various image: weakly assign $SPLASH so it isn't unset on expansion
Koen Kooi [Fri, 17 Apr 2009 06:31:18 +0000 (08:31 +0200)]
e-wm-config-angstrom: connman module is disabled in recent builds, so don't try to load it
Carsten Haitzler (Rasterman [Fri, 17 Apr 2009 05:44:58 +0000 (15:44 +1000)]
angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splash
this abstracts psplash to be generic. now as long as something provides a
splashfuncs file that sysvinit (and other scripts) can source, and all the
approproate init hooks to start the splash etc. you can use psplash,
exquisitie, usplash or anything that tickles your fancy. this moves splash
toa ${SPLASH} variable to include in your image (or override). the default in
angstrom is psplash - unless you override it. opkg also runs a configure
script that cna take forever - and so this speically sends off some splash
commands (if there) to let you know the systme is alive and working (but just
busy).
this is one commit as if this breaks things you either want to fix the minor
break or totally revert the whole patch. i hope it didn't break anything.
Carsten Haitzler (Rasterman [Fri, 17 Apr 2009 05:44:13 +0000 (15:44 +1000)]
efl: newer svnrev with exquisite/ecore-fb fixes and more.
Stanislav Brabec [Thu, 16 Apr 2009 20:57:49 +0000 (20:57 +0000)]
libsndfile1: Package unpackaged octave files to subpackage libsndfile1-octave.
Stanislav Brabec [Thu, 16 Apr 2009 20:51:57 +0000 (20:51 +0000)]
eds-dbus: Package missing files, remove unneeded .la files.
Stanislav Brabec [Thu, 16 Apr 2009 20:50:49 +0000 (20:50 +0000)]
libatomics-ops: Package all installed files.
Stanislav Brabec [Thu, 16 Apr 2009 20:40:06 +0000 (20:40 +0000)]
espeak: Fixed GNU_HASH QA error.
Stanislav Brabec [Thu, 16 Apr 2009 20:37:53 +0000 (20:37 +0000)]
navit: Modules .so files must go to the main package, modules .la can go away.
Koen Kooi [Thu, 16 Apr 2009 15:29:14 +0000 (17:29 +0200)]
linux-omap 2.6.29: sync with dss2 tree for YUV rotation
Koen Kooi [Thu, 16 Apr 2009 14:17:34 +0000 (16:17 +0200)]
exquisite-theme-angstrom: import needed files after rasterman fixed the images
Stanislav Brabec [Thu, 16 Apr 2009 13:00:56 +0000 (13:00 +0000)]
mc: Fixed invalid references to staging bindir.
Koen Kooi [Thu, 16 Apr 2009 12:42:30 +0000 (14:42 +0200)]
exquisite-theme-angstrom: make it glow harder
Koen Kooi [Thu, 16 Apr 2009 12:42:15 +0000 (14:42 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Robert Schuster [Thu, 16 Apr 2009 11:02:51 +0000 (13:02 +0200)]
java.bbclass: Use force (-f) for ln (suggested by Marcin).
Jeremy Lainé [Thu, 16 Apr 2009 10:54:02 +0000 (10:54 +0000)]
odcctools: add cctools for Darwin (from Poky)
Jeremy Lainé [Thu, 16 Apr 2009 10:34:23 +0000 (10:34 +0000)]
siteinfo.bbclass: add entry for arm-darwin9