Re: [Angstrom-devel] Koen Kooi : update-rc.d 0.7: don't let update-rc. d start initscripts when systemd is present

2011-10-19 Thread Steffen Sledz
On 18.10.2011 14:24, Angstrom Git Repos wrote: > Module: meta-angstrom > Branch: master > Commit: 36a550b314ebb0c30d1c0e565ded197a8682c025 > > Author: Koen Kooi > Date: Tue Oct 18 13:47:58 2011 +0200 > > update-rc.d 0.7: don't let update-rc.d start initscripts when systemd is > present > > T

Re: [Angstrom-devel] Koen Kooi : update-rc.d 0.7: don't let update-rc. d start initscripts when systemd is present

2011-10-19 Thread Koen Kooi
Op 19 okt. 2011, om 09:54 heeft Steffen Sledz het volgende geschreven: > On 18.10.2011 14:24, Angstrom Git Repos wrote: >> Module: meta-angstrom >> Branch: master >> Commit: 36a550b314ebb0c30d1c0e565ded197a8682c025 >> >> Author: Koen Kooi >> Date: Tue Oct 18 13:47:58 2011 +0200 >> >> update-

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES

2011-10-19 Thread Daniel Lazzari
> >DISTRO_FEATURES := "${@oe_filter_out('x11', '${DISTRO_FEATURES}', d)}" > >but when you do such customizations and ask for help on angstrom >channels then please specify exactly what you have done since folks >here will think you are using Angstrom defined distro policies. This is exactly what

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

2011-10-19 Thread Andreas Müller
just finished a build of xfce-nm-image.bb and was surprised of small size. I checked and found that all the recipes included in my machine conf by MACHINE_EXTRA_RRECOMMENDS = .. are missing in the image ( in my case kernel-modules! ). These are included by task-base.bb. Is it possible that this i

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

2011-10-19 Thread Joel A Fernandes
Currently added for following: * User LEDs (added by Koen Kooi ) * BeagleBone tester Build and run time tested. Signed-off-by: Joel A Fernandes --- ...pin-mux-and-init-for-beaglebone-specific-.patch | 109 ...5x-evm-hack-in-LED-support-for-beaglebone.patch | 109 -

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

2011-10-19 Thread Joel A Fernandes
Please ignore this patch, I will submit a v2 On Wed, Oct 19, 2011 at 8:35 PM, Fernandes, Joel A wrote: > Currently added for following: >  * User LEDs (added by Koen Kooi ) >  * BeagleBone tester > > Build and run time tested. > > Signed-off-by: Joel A Fernandes > --- >  ...pin-mux-and-init-for-

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

2011-10-19 Thread Joel A Fernandes
Currently added for following: * User LEDs (added by Koen Kooi ) * BeagleBone tester Build and run time tested. Signed-off-by: Joel A Fernandes --- v2 changes: Replaced correct patch ...pin-mux-and-init-for-beaglebone-specific-.patch | 132 ...5x-evm-hack-in-LED-suppo

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

2011-10-19 Thread Joel A Fernandes
Pick up uEnv.txt/user.txt U-boot environment files installed in /boot Signed-off-by: Joel A Fernandes --- 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 10

[Angstrom-devel] [PATCH meta-ti] beaglebone-tester: Update to latest and bump PR

2011-10-19 Thread Joel A Fernandes
* Remove usb gadget modules in advance before running the tests * Merge Koen's patch - check for command line argument using systemd (hardware tests trigger) Signed-off-by: Joel A Fernandes --- Build and run time tested recipes-ti/beagleboard/beaglebone-tester.bb|5 ++- ...check-fo

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

2011-10-19 Thread Koen Kooi
Op 20 okt. 2011, om 00:09 heeft Andreas Müller het volgende geschreven: > just finished a build of xfce-nm-image.bb and was surprised of small size. > I checked and found that all the recipes included in my machine conf by > > MACHINE_EXTRA_RRECOMMENDS = .. > > are missing in the image ( in my

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

2011-10-19 Thread Koen Kooi
[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 :/ > > Signed-off-by: Joel A Fernandes > --- > classes/sdcard_image.bbclass |4 +++-

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

2011-10-19 Thread Joel A Fernandes
On Thu, Oct 20, 2011 at 12:40 AM, Koen Kooi 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 it does > >> >> Sig

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

2011-10-19 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 > 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 in

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

2011-10-19 Thread Joel A Fernandes
Signed-off-by: Joel A Fernandes --- 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_ima