Age | Commit message (Collapse) | Author | Files |
|
*Fixed compilation removing DOLT (from http://dolt.freedesktop.org/)
fom configure.in, else it would file like this(output stripped) :
.../doltlibtool: exec: .../libtool: cannot execute: No such file or directory
note that it looks for libtool and not ${TARGET_ARCH}-angstrom-linux-libtool
in my case,more informations are disponible reading the m4 dolt file here:
http://cgit.freedesktop.org/dolt/tree/dolt.m4
*fixed libwmf problem:
libwmf-config is a program that is used for knowing the compilations
flags like that :
libwmf-config --cflags
-I/usr/include/freetype2 -I/usr/include
->But like the in example the host version was called and so some
/usr/include were included into the build process,
--with-libwmf-config=${STAGING_DIR} fixes it
->also depend on the native libwmf so it is not required on the host
in order to build abiword
*fixed runtime problem with the plugins:
In the trunk(which regenerate configure files like we do),
autogen-common.sh was called by autogen.sh
And not calling it creates issues like for instance the absence of the
the collab plugin in the installation directory
|
|
Note that the native recipe(which depend on the non-native recipe)
is needed for a future fix for abiword 2.8.1
|
|
* shr is using the same pixman as angstrom so it should be safe
|
|
* Needs support from pixman, so only enable this patch when you are sure your pixman supports it
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
responsible on weaker devices
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
with spitz defconfig
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 8caa53f00e415b36e0ffae9a7b8f5c837bc2acdf.
eee701 is not yet in openembedded.dev
|
|
|
|
The main advantage in this version is that the handling of fonts is a
lot better:
In emacs-x11 the used fonts are not tiny anymore and can
easily be chosen
Note that we still use qemu for bytecode compilation on x86,
that is for several reasons:
*The most important one is that it prevents using the host's
libraries
*It simplifies the recipe(no separate case when the architecture
is the same )
*It should work if someone cross-compiles for x86 on
his mips,arm,powerpc,sparc computer
Warning: emacs_23.1 has not been tested but emacs-x11_23.1 has
so putting defaullt preference to -2 in emacs_23.1
|
|
Recent mkfs.ext[2|3|4] create filesystems with 256 bytes inodes
So if you boot a system with a recent e2fsprogs,
install an openembedded based distribution like angstrom from it,
and then try to boot the openembedded-based distribution: it won't
work (grub wouldn't be able to read files from the disk)
The patch came from:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23463236
|
|
update defconfig
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
also rtc.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
and new ones.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
HP Jornada 6xx.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
|
|
|
|
qemu-native has no support for sh3, one has to provide Qemu
outside of OE. Qemu only has the qemu-sh4 applet, but
since SH4 is a superset of SH3, simply linking qemu-sh4 to
qemu-sh3 and enabling ASSUME_PROVIDED += "qemu-native" will
do.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
klcc and save 20kb size omitting ggdb3. Bump PR.
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
This reverts commit c2b7702d52fd6f62f34e58dc2e806b44b8fb976b.
|
|
* This is not supporting multilib
* Only 64-bit userspace can be built.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
The udev configurations files are needed for Xorg configuration
for buglabs's bug device that will be commited later,
in order to find the right device nodes for the touchscreens
Note that the script creating the bmi(Bug module interface)
event pipe has not been commented out,because it will be needed
when the java bindings for the bug device will be in openembedded
The udev rules were took from buglabs svn:
svn://svn.buglabs.net/bug/branches/hrw/oe-stable-2009/
inside they are in meta-bug/packages/udev-rules/bug-udev/
|
|
|
|
|
|
classpath-native: Dito.
|
|
classpath-native: Dito.
|
|
|
|
|
|
|
|
to support use of nand and nor
(only tested for nor)
|
|
* dont use comments after your #undef settings for .in headers
* bump PR
|
|
* This stages m4 macro for use by autotools.
|
|
|
|
|
|
|
|
* if EGL needs to be enabled, some more thought needs to get put into it, since libEGL.so is what gets provided by all those binary driver blobs
|
|
|