Re: [Angstrom-devel] [PATCH meta-ti] sdcard_image: Copy user.txt/uEnv.txt if it exists in /boot

2011-10-20 Thread Joel A Fernandes
On Thu, Oct 20, 2011 at 12:40 AM, Koen Kooi k...@dominion.thruhere.net wrote: [added meta-ti list] Op 20 okt. 2011, om 05:52 heeft Joel A Fernandes het volgende geschreven: Pick up uEnv.txt/user.txt U-boot environment files installed in /boot This doesn't match what the patch does :/ Yes

Re: [Angstrom-devel] [PATCH meta-ti] sdcard_image: Copy user.txt/uEnv.txt if it exists in /boot

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 08:17 heeft Joel A Fernandes het volgende geschreven: On Thu, Oct 20, 2011 at 12:40 AM, Koen Kooi k...@dominion.thruhere.net wrote: [added meta-ti list] Op 20 okt. 2011, om 05:52 heeft Joel A Fernandes het volgende geschreven: Pick up uEnv.txt/user.txt U-boot

Re: [Angstrom-devel] [PATCH meta-ti] sdcard_image: Copy user.txt/uEnv.txt if it exists in /boot

2011-10-20 Thread Joel A Fernandes
Signed-off-by: Joel A Fernandes joelag...@ti.com --- classes/sdcard_image.bbclass |    4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass index ed9d779..c535ad2 100644 --- a/classes/sdcard_image.bbclass +++

[Angstrom-devel] [PATCH v3 meta-ti] linux-ti33x-psp 3.1rc8: Add pin mux and init for beaglebone specific devices

2011-10-20 Thread Joel A Fernandes
Updated the USER LED patch to include BeagleBone tester specific initialization/code. Build and run time tested. Signed-off-by: Joel A Fernandes joelag...@ti.com --- v3: * formatted patch with -B -C * Modified commit summary ...in-mux-and-init-for-beaglebone-specific-.patch} | 63

[Angstrom-devel] [PATCH v2 meta-ti] sdcard_image: Copy user.txt/uEnv.txt if it exists in /boot

2011-10-20 Thread Joel A Fernandes
Fixed a bug where the U-boot environment files are not copied to the boot partition if they were installed in /boot by other recipes. We should copy the uEnv.txt and user.txt always without placing a condition for the presence of anything else in /boot. This is the original behavior of

Re: [Angstrom-devel] [PATCH v3 meta-ti] linux-ti33x-psp 3.1rc8: Add pin mux and init for beaglebone specific devices

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 08:54 heeft Joel A Fernandes het volgende geschreven: Updated the USER LED patch to include BeagleBone tester specific initialization/code. Build and run time tested. Signed-off-by: Joel A Fernandes joelag...@ti.com --- v3: * formatted patch with -B -C * Modified

Re: [Angstrom-devel] task-base(-extended) missing in systemd-image based images?

2011-10-20 Thread Andreas Müller
On Thursday, October 20, 2011 07:32:33 AM Koen Kooi wrote: Task-basic is all the rage now :) This should fix it for you: There was something but I can't find it any more: What's wrong with task-base? Andreas ___ Angstrom-distro-devel mailing list

Re: [Angstrom-devel] task-base(-extended) missing in systemd-image based images?

2011-10-20 Thread Koen Kooi
Op 20 okt. 2011, om 22:23 heeft Andreas Müller het volgende geschreven: On Thursday, October 20, 2011 07:32:33 AM Koen Kooi wrote: Task-basic is all the rage now :) This should fix it for you: There was something but I can't find it any more: What's wrong with task-base? It includes too much

[Angstrom-devel] [PATCH 1/2] angstrom-2010-preferred-versions: Pin xserver-xorg to 1.11.1

2011-10-20 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../include/angstrom-2010-preferred-versions.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc index

[Angstrom-devel] [PATCH 2/2] angstrom-2010-preferred-versions: Pin the libtool version to 2.4.2

2011-10-20 Thread Khem Raj
Pull it after http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gold-updates has been applied to oe-core Signed-off-by: Khem Raj raj.k...@gmail.com --- .../include/angstrom-2010-preferred-versions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Angstrom-devel] [PATCH meta-ti 2/2] u-boot 2011.10rc: Read EEPROM header correctly for BeagleBone board detection

2011-10-20 Thread Joel A Fernandes
This patch fixes the case where the EEPROM is programmed but we still use the fall back case to detect the bone board. Now that EEPROMs are programmed, we should correctly detect the bone board instead of relying on fall back to bone mode. PR bumped Signed-off-by: Joel A Fernandes

[Angstrom-devel] [PATCH meta-ti 1/2] u-boot 2011.10rc: Fix kernel hang due to machine ID patches

2011-10-20 Thread Joel A Fernandes
As we're not going to be allocating a new machine ID for BeagleBone, and as these patches have been verified to cause the kernel to hang and thus make newer images unbootable, lets drop it from the recipe but lets optionally leave the patches itself undeleted for now. Signed-off-by: Joel A