aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-06-11siteinfo.bbclass: add support for via C3 hostlaibsch/wipRolf Leggewie
2009-06-11{qpf|ttf}-fonts: fix runtime dependencies. (Closes: #2412)Rolf Leggewie
* replace virtual/japanese-font with virtual-japanese-font in RPROVIDES * adjust RDEPENDS and RRECOMMENDS accordingly in zten, uim, qpobox, nunome, jards and anki
2009-06-11ttf-fonts: fix runtime dependencies. (Partly Closes: #2412)Rolf Leggewie
* replace virtual/chinese-font with virtual-chinese-font in RPROVIDES * doesn't seem to be actually used anywhere
2009-06-11libx11: replace virtual/libx11 with virtual-libx11 for runtime #2412Rolf Leggewie
* it doesn't look like this is actually used anywhere
2009-06-11psplash: fix runtime dependencies. (Partly Closes: #2412)Rolf Leggewie
* virtual/psplash should be virtual-psplash to not confuse dpkg * make corresponding changes in initramfs-module-psplash_1.0.bb and exquisite_svn.bb as well
2009-06-11uclibc: don't use ${OEMAKE_NO_CC} for populate_staging, it breaks uclibc-initialPhil Blundell
2009-06-10uclibc: fix glob for FILESPhil Blundell
acked-by: Henning Heinold
2009-06-10binutils: add 2.19.51Phil Blundell
2009-06-10Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell
into org.openembedded.dev
2009-06-10uclibc: fix handling of bindir != /usr/binPhil Blundell
2009-06-10Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-06-10xf86-video-displaylink: update to 0.3Koen Kooi
2009-06-10sysklogd-1.5: Disable strip in Makefile.Leon Woestenberg
2009-06-10Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Leon Woestenberg
into org.openembedded.dev
2009-06-10linux-powerpc-fsl: Use FILESPATHPKGLeon Woestenberg
2009-06-10kernel-module-udlfb: update to 0.2.3Koen Kooi
2009-06-10recipe_sanity.bbclass: add initial recipe sanity checker.Chris Larson
Currently just checks for variables which the recipe can avoid defining, as the values end up the same as the defaults. Formerly known as kergoth_sanity, but we all know such a thing is mythical ;) Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-10Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell
into org.openembedded.dev
2009-06-10gcc-package-cross: tolerate absence of libstdc++Phil Blundell
2009-06-10Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Marcin Juszkiewicz
into org.openembedded.dev
2009-06-10checksums.ini: added xine 1.1.0Marcin Juszkiewicz
2009-06-10tslib: RRECOMMEND pointercal for all distributionsRolf Leggewie
The pointercal data is generally a good addition for all distributions. Relax distribution-specific override and make RRECOMMENDS the general default.
2009-06-10tslib: introduce INC_PRRolf Leggewie
2009-06-10guile: libtool 2.x supported in version 1.8.6 and later only.Rolf Leggewie
see http://www.mail-archive.com/bug-guile@gnu.org/msg04579.html and commit 9819c4c798ef82ee515a88fd900924ce768e75a7 for reference.
2009-06-09task-qte-toolchain: added mkspecs and new qt4-tools-sdk recipeIhar Hrachyshka
Added mkspecs, qt4-tools to toolchain tasks (now meta-toolchain-qte works ok). Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09pkg-config: migrated to INC_PRIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: create mkspecs packageIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: fixed pkgconfig for qt4-embeddedIhar Hrachyshka
Added ${QT_LIBINFIX} for pkgconfig dependencies. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: package all installed filesIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: fixed regexp pattern for graphics pluginsIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09meta-toolchain-qte: initial qt embedded toolchain versionIhar Hrachyshka
This version doesn't include qt tools yet so it is not ready to create crossed qt applications. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-x11-free: generalize recipes, port them to INC_PRIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-tools-native: use INC_PRIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4: style refinements, more generalizationIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-embedded: added directfb pluginIhar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09qt4-embedded: reworked directory layout for the next changes.Ihar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-06-09checksums.ini: added openssh 5.2p1Denis 'Gnutoo' Carikli
2009-06-09openssh: *add openssh 5.2p1Denis 'Gnutoo' Carikli
*as openssh 5.2p is similar(they worked with the same recipe) to openssh-4.6p1 they now(for openssh-4.6p1) depend on a common openssh.inc checksums will be commited soon
2009-06-09tftp-hpa: fix name of /etc/default/tftp(d)-hpaMarcin Juszkiewicz
2009-06-09checksums.ini : added guile-1.8.6.tar.gzDenis 'Gnutoo' Carikli
2009-06-09guile: added guile and guile-native 1.8.6 using .inc filesDenis 'Gnutoo' Carikli
*not bumping PR of 1.8.5 becuase the result of the recipe doesn't change *guile 1.8.6 works with libtool 2.x: http://git.savannah.gnu.org/gitweb/?p=guile.git;a=blob;f=NEWS;h=d5c6771d09f5a181122cf16c0723f02182314704;hb=43ec70085aad9fa368e7f64080427d40fa68c47b) while guile 1.8.5 doesn't: http://www.mail-archive.com/bug-guile@gnu.org/msg04579.html
2009-06-09Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-06-09webkit-gtk: first stab at enabled JIT for armv7aKoen Kooi
2009-06-09libsoup: actually add 2.26.2 (spotted by Stanislav)Koen Kooi
2009-06-09minimal.conf: really set inodes in ext2 rootfs to 8192 now.Rolf Leggewie
2009-06-09minimal.conf: increase number of inodes in ext2 rootfs to 8192.Rolf Leggewie
2009-06-09Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Leon Woestenberg
into org.openembedded.dev
2009-06-09sysklog-1.5: Remove -s (strip) from install.Leon Woestenberg
We want OE do the stripping for us, which splits off the debugging info instead of throwing it away. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-06-09trouble with ext2 filesystemAlessandro GARDICH
Phil Blundell wrote: > On Sat, 2009-05-23 at 22:23 +0200, Alessandro GARDICH wrote: >> At now I modify qemux86.conf cause usually EXTRA_IMAGECMD is in the >> machine config file, but to add hardware specific parameters (flash size >> and erase size). I'm not sure if is the right place. Probably in the >> distro configuration could be better. > > The distro config probably is the right place for this. After all, the > number of inodes you need depends primarily on the number of files that > you're going to ship in the rootfs, and that in turn is primarily > influenced by the DISTRO's policies rather than by any inherent aspect > of the MACHINE. > > The other uses of EXTRA_IMAGECMD that I guess you're thinking of are > mostly to do with jffs2 parameters, which are rather different in that > they're determined by the specifics of the hardware in use and hence do > go with the MACHINE rather than the DISTRO. > > p. > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel true, reform the patch for kaeilos.conf Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
2009-06-09Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev