[Angstrom-devel] Need help building kernel, toolchain and rootfs for AT91

2013-09-21 Thread Jim Norton
NOTE: Willing to pay $200 USD via PayPal for specific detailed  
help/instructions.


Hello Everybody,

I've used the search engines. However, for buildroot, OE and Angstrom  
I can find generic instructions for using the systems, however it is  
unclear to me how to build the various parts ( kernel, toolchain,  
filesystem ) specifically for AT91SAM9260.


I'm having a hard time putting all of the pieces together. I was able  
to build a root filesystem using buildroot, but I *don't* want to use  
uClibc.


I am willing to pay somebody via PayPal $200 USD for detailed  
instructions on how to build the kernel, toolchain and root filesystem  
for AT91SAM9260 ( Olimex SAM9-L9260 ) using Angstrom/OE. The reason I  
am willing to pay is that I am working on project and I don't have a  
lot of time to figure this all out. I'd love to solve it on my own,  
but I am on a deadline


Anybody willing to help me out?

Regards,
notronrj



___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] [meta-angstrom 2/2] set mesa-gl as default provider for virtual/libgl

2013-09-21 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 conf/distro/include/angstrom.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index d832bc9..2e9c502 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -168,6 +168,7 @@ DISTRO_FEATURES += "pulseaudio"
 
 # OpenGL support
 DISTRO_FEATURES += "opengl"
+PREFERRED_PROVIDER_virtual/libgl ??= "mesa-gl"
 
 # Inherit the default LIBC features superset from OE-core
 DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"
-- 
1.8.3.1


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] [meta-angstrom 0/2] opengl for all

2013-09-21 Thread Andreas Müller
mesa was changed in oe-core:

* to be able to depend on virtual/libgl opengl must be in DISTRO_FEATURES. This
  causes recipes depending on virtual/libgl (e.g. firefox / meta-browser) to
  get unbuildable.
* a new gl-only mesa was added (mesa-gl). Without preferred provider it
  conflicts with mesa.

Andreas Müller (2):
  angstrom.inc: add opengl to DISTRO_FEATURES for all machines
  set mesa-gl as default provider for virtual/libgl

 conf/distro/include/angstrom.inc | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
1.8.3.1


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] [meta-angstrom 1/2] angstrom.inc: add opengl to DISTRO_FEATURES for all machines

2013-09-21 Thread Andreas Müller
Signed-off-by: Andreas Müller 
---
 conf/distro/include/angstrom.inc | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 5500242..d832bc9 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -167,10 +167,7 @@ DISTRO_FEATURES += "3g"
 DISTRO_FEATURES += "pulseaudio"
 
 # OpenGL support
-DISTRO_GLFEATURES_x86 = "opengl"
-DISTRO_GLFEATURES?= ""
-
-DISTRO_FEATURES += "${DISTRO_GLFEATURES}"
+DISTRO_FEATURES += "opengl"
 
 # Inherit the default LIBC features superset from OE-core
 DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"
-- 
1.8.3.1


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel