Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-06-12 | bitbake.conf: add -g to BUILD_OPTIMIZATION | Phil Blundell | 3 | |
sane-toolchain-*.inc: remove assignments to BUILD_OPTIMIZATION Acked-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-12 | micro-uclibc: make sure "micro" is in OVERRIDES; use eabi for armeb | Phil Blundell | 1 | |
2009-06-12 | Angstrom: set BUILDNAME | Koen Kooi | 1 | |
2009-06-09 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 2 | |
into org.openembedded.dev | ||||
2009-06-09 | webkit-gtk: first stab at enabled JIT for armv7a | Koen Kooi | 1 | |
2009-06-09 | minimal.conf: really set inodes in ext2 rootfs to 8192 now. | Rolf Leggewie | 1 | |
2009-06-09 | minimal.conf: increase number of inodes in ext2 rootfs to 8192. | Rolf Leggewie | 1 | |
2009-06-09 | trouble with ext2 filesystem | Alessandro GARDICH | 1 | |
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-09 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 1 | |
into org.openembedded.dev | ||||
2009-06-09 | efl: bump SRCREV | Koen Kooi | 1 | |
2009-06-09 | kaeilos.conf and SPLASH | Alessandro GARDICH | 1 | |
Hi Make kaeilos.conf be aware of the new SPASH variable used in images recipes. At least it make bitbake start work, as soon as build the x11-image I'll check if also the image is working proper Alessandro Acked-by: Marco Cavallini <m.cavallini@koansoftware.com> | ||||
2009-06-09 | webkit-gtk: bump SRCREV | Koen Kooi | 1 | |
2009-06-09 | midori: bump SRCREV | Koen Kooi | 1 | |
2009-06-08 | angstrom: use -O not -O2 for ep9312 tuning | Marcin Juszkiewicz | 1 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> | ||||
2009-06-08 | angstrom: disable binary locales for ep9312 (tuning) instead of ep93xx (machine) | Marcin Juszkiewicz | 1 | |
ep93xx can be built for armv4t which supports binary locales Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> | ||||
2009-06-07 | webkit-git: bump SRCREV | Koen Kooi | 1 | |
2009-06-07 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 2 | |
into org.openembedded.dev | ||||
2009-06-06 | sane-srcrevs: Update and add more swisscom revisions | Stefan Schmidt | 1 | |
2009-06-06 | angstrom 2009.X: prefer a newer usbutils | Koen Kooi | 1 | |
2009-06-06 | micro: eliminate some bloat | Phil Blundell | 1 | |
Acked-by: Chris Larson | ||||
2009-06-05 | midori: bump SRCREB | Koen Kooi | 1 | |
2009-06-05 | webkit: bump SRCREV | Koen Kooi | 1 | |
2009-06-05 | enlightenment: bump SRCREV in anticipation of new snapshot coming friday * ↵ | Koen Kooi | 1 | |
systray is now part of e-wm, so adjust metadata * use lib-glibc override now it exists * fix upgrade paths for eina * fix upgrade paths for evas * fix upgrade paths for edje | ||||
2009-06-05 | angstrom 2009.X: switch to autoconf 2.63 * update to a newer pulseaudio as well | Koen Kooi | 1 | |
2009-06-05 | angstrom 2009.X: weakly assign xserver-xorg as default * images can still ↵ | Koen Kooi | 1 | |
pick kdrive if wanted | ||||
2009-06-02 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Stefan Schmidt | 5 | |
into org.openembedded.dev | ||||
2009-06-02 | angstrom: no binary locales for ep93xx | Marcin Juszkiewicz | 1 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-06-01 | (e)glibc.inc: add minimal sane kernel versions, move from bitbake.conf | Roman I Khimov | 2 | |
(e)glibc is configured for OLDEST_KERNEL, certain target architectures have specific requirements for kernel versions, if that are not satisfied (e)glibc reconfigures itself with what it think more appropriate and warns user that there is misconfiguration on his side. Add minimal sane kernel versions for architectures requiring that. Also move (e)glibc-specific OLDEST_KERNEL variable from bitbake.conf to (e)glibc.inc files that are more appropriate for this. Acked-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-05-31 | libjana: sync with poky | Koen Kooi | 1 | |
2009-05-31 | gnet: sync with poky | Koen Kooi | 1 | |
2009-05-31 | angstrom 2009.X: preferred-versions updates | Koen Kooi | 1 | |
2009-05-28 | angstrom 2009.X: some more preferred versions | Koen Kooi | 1 | |
2009-05-28 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Stefan Schmidt | 3 | |
into org.openembedded.dev | ||||
2009-05-27 | angstrom 2009.X: remove some useless preffered_version files | Koen Kooi | 1 | |
2009-05-27 | angstrom 2009.X: prefer Xorg-xserver 1.6.1 | Koen Kooi | 1 | |
2009-05-27 | angstrom 2009.X: require newer util-macros | Koen Kooi | 1 | |
2009-05-26 | alsa-scenario_0.2.bb : add new release of alsa scenario | Graeme Gregory | 1 | |
alsa-scenario_git.bb : bump the PV of git recipe, add DEF_PREF = -1 | ||||
2009-05-25 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Stefan Schmidt | 49 | |
into org.openembedded.dev | ||||
2009-05-22 | angstrom: stop disabling binary localegen for >=armv6 per RFC on the ml | Koen Kooi | 1 | |
2009-05-21 | Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll() | Koen Kooi | 1 | |
2009-05-20 | xf86-video-geode: add 2.11.2 | Otavio Salvador | 1 | |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
2009-05-20 | gnumeric: update to 1.8.4 | Otavio Salvador | 1 | |
We updated it to latest stable release and droped the old versions since noone is preferring those. Another small change is to depends on gdk-pixbuf-csource-native otherwise the build can fail if the host doesn't has the development files of GTK+ installed. The only reference to a gnumeric version has been found at preferred-om-2008-versions.inc and it referred to a missing version. This also makes it to point to the latest one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
2009-05-20 | various nylon stuff: Updates to nylon-only code, needed to work with the ↵ | Martin Dietze | 1 | |
current OE. | ||||
2009-05-20 | Nylon: Nylon is now derived from angstrom. | Martin Dietze | 1 | |
2009-05-20 | zaurusd: update to latest svn (as of 20090501) | Paul Eggleton | 1 | |
2009-05-19 | angstrom 2009.X: switch to udev 141 and hal 0.5.12 per RFC | Koen Kooi | 1 | |
2009-05-19 | conf/distro/minimal.conf: assign DISTRO_TYPE only weakly | Rolf Leggewie | 1 | |
2009-05-18 | sane-srcrevs: Add gpe-mini-browser 2 | Florian Boor | 1 | |
2009-05-18 | angstrom 2009.X: weakly assign OLDEST_KERNEL | Koen Kooi | 1 | |
2009-05-17 | midori git: bump SRCREV | Koen Kooi | 1 | |