Age | Commit message (Collapse) | Author | Files |
|
some recipes depend on MACHINE_DISPLAY_WIDTH_PIXELS and MACHINE_DISPLAY_HEIGHT_PIXELS
like wesnoth for instance
|
|
e-image-core used xserver-kdrive in DEPENDS and xserver-kdrive-fbdev
in IMAGE_INSTALL
That is wrong because every machine can have different needs
(for instance one machine would need/want Xvesa)
The correct thing to do is to use ${XSERVER} instead
hrw also thought that it was a bug:
Feb 12 15:02:06 <hrw> which is a bug
|
|
eFfeM pointed me out that he had a Xvesa binary in his xf46-image,
for eeepc701 and no Xorg.
So I investigated and found that:
In eee701.conf there were ?= for XSERVER and
PREFERRED_PROVIDER_virtual/xserver
That was wrong because we required i686-generic.conf which set them
And so the ?= didn't override the variable.
Note that we can't set theses variables in local.conf anymore because
they are now overriden by eee701.conf,but In another hand eFfeM pointed me that
all machine but gta01 and gta02 seem to do the same thing. So I bet that
not setting theses variables in local.conf is a desirable behaviour.
|
|
At first I had a bad hack for it,thanks JaMa for showing me how to
do it(pointing at one of your commits that did it)
|
|
The config.db seem to be some openembedded settings/configuration,
for launching entrance/e17 better
|
|
compilation failure)
Here's the error log:
| checking for EMPATHY... configure: error: Package requirements (
| glib-2.0 >= 2.16.0
| gobject-2.0
| gio-2.0 >= 2.16.0
| gdk-x11-2.0
| gtk+-2.0 >= 2.16.0
| libebook-1.2
| dbus-glib-1
| telepathy-glib >= 0.7.35
| telepathy-farsight
| farsight2-0.10
| gstreamer-0.10
| unique-1.0
| gnome-keyring-1 >= 2.22
| ) were not met:
|
| No package 'unique-1.0' found
While doing the change I broke the long dependency line in smaller parts with \
Now it fails to compile like this:
cc1: warnings being treated as errors
uniquebackend-bacon.c: In function 'unique_backend_bacon_get_type':
/home/embedded/oetmp_openmoko/staging/armv4t-oe-linux-gnueabi/usr/include/glib-2.0/glib/gthread.h:344: error: dereferencing pointer 'value_location.1' does break strict-aliasing rules
/home/embedded/oetmp_openmoko/staging/armv4t-oe-linux-gnueabi/usr/include/glib-2.0/glib/gthread.h:344: note: initialized from here
make[4]: *** [libunique_bacon_la-uniquebackend-bacon.lo] Error 1
|
|
|
|
|
|
renaming
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
installed and build with shr*image
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Machine config for the LPC32XX based Embedded Artists development board
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This is a kernel recipe for the LPC32XX (LPC3250) based Embedded Artists
development board. It uses public patches provided by NXP and Embedded
Artists. The other two patches provide drivers for the PWM capabilities
and fix one NXP patch.
It can be generalized for use with the PHYTEC LPC3250 development board.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
and make shr-lite-images smaller
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
because users insist on it :(
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
this builds wt3 outside the source tree.
not doing so is not the recommended solution and actually breaks in 3.1.0
fixed it to use a build dir
while at it also inlined the checksums and removed them from checksums.ini
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Change it to use the omap3.inc so it gets the same features beagle/zoom2/hawk
get.
|
|
pcmcia, nfs, smbfs, also remove kernel-modules from DISTRO_EXTRA_RRECOMMENDS which are pulled by task-base
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
|
|
|
|
* configure says that AC_CHECK_FILE is not supported for cross building
* that DEFAULT_FONT_PATH is later set by --with-default-font-path from
recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
Triggered by the patch from Marcos Amorim
updated the URI for the perl recipes.
Only the last one is in the src dir, the older ones are in src/5.0
As this does not change things functionally no PR bump
(btw: it worked in the past since normally the cached version was used).
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Set new URI to perl-native-5.8
Older versions reside in the 5.0 subdir
Marcos Amorim
>From b53cb90be367ede5691e169465ac3bee21d342b2 Mon Sep 17 00:00:00 2001
From: Marcos Amorim <marcosmamorim@2mi.com.br>
Date: Thu, 11 Feb 2010 17:15:29 -0200
Subject: [PATCH] perl-native: Change URI
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* config.vapi is per-app and can be considered as part of the autotools stuff
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Update to latest tip of master upstream.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
* py_prefix is used later for -L and without py_prefix set it tries to
load libraries from buildhost instead of staging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
configure handling
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
|