[meta-arago] [nightly] Core TISDK 2015.01 build 2015-02-05_22-00-57

2015-02-05 Thread Denys Dmytriyenko
Title: Status for 02/05/15 Status for 02/05/15 BUILD_ID: build-2015-02-05_22-02-01 Clean Build: false Clean Sources: false Repository Revisions Repository Git URL Branch Commit ID Layers bitbake git://git.openembedded

[meta-arago] [PATCH] packagegroup-arago-console: Make Alsa packages depend on 'alsa' MACHINE_FEATURES

2015-02-05 Thread Sam Nelson
- If MACHINE_FEATURES doesnot inlcude 'alsa', alsa related packages will be excluded Signed-off-by: Sam Nelson --- .../packagegroups/packagegroup-arago-console.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegrou

Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Denys Dmytriyenko
On Thu, Feb 05, 2015 at 12:49:58PM -0500, Denys Dmytriyenko wrote: > On Thu, Feb 05, 2015 at 12:19:30PM -0500, Cooper Jr., Franklin wrote: > > > On Thu, Feb 05, 2015 at 12:08:09PM -0500, Cooper Jr., Franklin wrote: > > > > > On Thu, Feb 05, 2015 at 04:45:43PM +, Cooper Jr., Franklin wrote: > >

Re: [meta-arago] [PATCH] busybox/defconfig: Enable options required by LAVA

2015-02-05 Thread Denys Dmytriyenko
On Thu, Feb 05, 2015 at 12:34:54PM -0500, Cooper Jr., Franklin wrote: > > > >> Carlos, > > > >> Do we really need another web server? > > > >> We have lighttpd and thttpd already. Can either of those be reused > > > >> especially thttpd since it's already a light weight web server. > > > > > > > >

Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Denys Dmytriyenko
On Thu, Feb 05, 2015 at 12:19:30PM -0500, Cooper Jr., Franklin wrote: > > On Thu, Feb 05, 2015 at 12:08:09PM -0500, Cooper Jr., Franklin wrote: > > > > On Thu, Feb 05, 2015 at 04:45:43PM +, Cooper Jr., Franklin wrote: > > > > > I see references to several boards that have enabled rtc in its > >

Re: [meta-arago] [PATCH] busybox/defconfig: Enable options required by LAVA

2015-02-05 Thread Cooper Jr., Franklin
> -Original Message- > From: Dmytriyenko, Denys > Sent: Thursday, February 05, 2015 10:49 AM > To: Cooper Jr., Franklin > Cc: Hernandez, Carlos; meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH] busybox/defconfig: Enable options required > by LAVA > > On Thu, Feb 05, 2015

Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Cooper Jr., Franklin
> -Original Message- > From: Dmytriyenko, Denys > Sent: Thursday, February 05, 2015 11:14 AM > To: Cooper Jr., Franklin > Cc: Nelson, Sam; meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add > HWCLOCKACCESS=no > > On Thu, Feb 05, 201

Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Denys Dmytriyenko
On Thu, Feb 05, 2015 at 12:08:09PM -0500, Cooper Jr., Franklin wrote: > > > > -Original Message- > > From: Dmytriyenko, Denys > > Sent: Thursday, February 05, 2015 10:53 AM > > To: Cooper Jr., Franklin > > Cc: Nelson, Sam; meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH]

Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Cooper Jr., Franklin
> -Original Message- > From: Dmytriyenko, Denys > Sent: Thursday, February 05, 2015 10:53 AM > To: Cooper Jr., Franklin > Cc: Nelson, Sam; meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add > HWCLOCKACCESS=no > > This was supposed t

Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Denys Dmytriyenko
On Thu, Feb 05, 2015 at 11:15:36AM -0500, Sam Nelson wrote: > - realtime clock is not commonly present and hence adding > HWCLOCKACCESS=no > - Avoids error message if rc device not present Why not set it in /etc/default/hwclock? That way we can machine-specific versions of the file, when we wan

Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Denys Dmytriyenko
This was supposed to be an RFC, by the way... On Thu, Feb 05, 2015 at 04:45:43PM +, Cooper Jr., Franklin wrote: > I see references to several boards that have enabled rtc in its dts file. I > didn't check all the boards we support in meta-ti but additional boards may > use it. So we shouldn

Re: [meta-arago] [PATCH] busybox/defconfig: Enable options required by LAVA

2015-02-05 Thread Denys Dmytriyenko
On Thu, Feb 05, 2015 at 10:59:24AM -0500, Cooper Jr., Franklin wrote: > > On Feb 5, 2015, at 9:52 AM, Dmytriyenko, Denys wrote: > >> On Thu, Feb 05, 2015 at 10:47:16AM -0500, Cooper Jr., Franklin wrote: > On Feb 5, 2015, at 9:14 AM, Dmytriyenko, Denys wrote: > > On Thu, Feb 05, 20

Re: [meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Cooper Jr., Franklin
I see references to several boards that have enabled rtc in its dts file. I didn't check all the boards we support in meta-ti but additional boards may use it. So we shouldn't disable it for these boards. Honestly if the error is harmless I would say just ignore it. Use some variable that will c

[meta-arago] [PATCH] sysvinit: Changing default setting to add HWCLOCKACCESS=no

2015-02-05 Thread Sam Nelson
- realtime clock is not commonly present and hence adding HWCLOCKACCESS=no - Avoids error message if rc device not present Signed-off-by: Sam Nelson --- .../recipes-core/sysvinit/files/hwclock.rcS|2 ++ .../sysvinit/sysvinit_2.88dsf.bbappend |9 + 2 files ch

Re: [meta-arago] [PATCH] busybox/defconfig: Enable options required by LAVA

2015-02-05 Thread Cooper Jr., Franklin
> On Feb 5, 2015, at 9:52 AM, Dmytriyenko, Denys wrote: > >> On Thu, Feb 05, 2015 at 10:47:16AM -0500, Cooper Jr., Franklin wrote: >> >> >> On Feb 5, 2015, at 9:14 AM, Dmytriyenko, Denys wrote: On Thu, Feb 05, 2015 at 10:02:33AM -0500, Carlos Hernandez wrote: Linaro's

Re: [meta-arago] [PATCH] busybox/defconfig: Enable options required by LAVA

2015-02-05 Thread Denys Dmytriyenko
On Thu, Feb 05, 2015 at 10:47:16AM -0500, Cooper Jr., Franklin wrote: > > > > > On Feb 5, 2015, at 9:14 AM, Dmytriyenko, Denys wrote: > > > >> On Thu, Feb 05, 2015 at 10:02:33AM -0500, Carlos Hernandez wrote: > >> Linaro's Test Framework (LAVA) requires httpd and other options > >> enabled in

Re: [meta-arago] [PATCH] busybox/defconfig: Enable options required by LAVA

2015-02-05 Thread Cooper Jr., Franklin
> On Feb 5, 2015, at 9:14 AM, Dmytriyenko, Denys wrote: > >> On Thu, Feb 05, 2015 at 10:02:33AM -0500, Carlos Hernandez wrote: >> Linaro's Test Framework (LAVA) requires httpd and other options >> enabled in busybox. Enable them so LAVA tests can be run on Arago >> images. > > Looks good. The

Re: [meta-arago] [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery

2015-02-05 Thread Cooper Jr., Franklin
> On Feb 5, 2015, at 9:16 AM, Dmytriyenko, Denys wrote: > >> On Wed, Feb 04, 2015 at 07:19:52PM -0600, Franklin S. Cooper Jr wrote: >> From: "Franklin S. Cooper Jr" >> >> * Remove image gallery and dual camera since they aren't support on 3.14 >> kernel > > Do you want to remove it completel

Re: [meta-arago] [PATCH v2] perl-native: Fix for when shebang is too many characters.

2015-02-05 Thread Denys Dmytriyenko
On Wed, Feb 04, 2015 at 08:51:41AM -0500, Jacob Stiffler wrote: > * Currently perl-native is installing perl scripts with the > absolute path to the native perl interpreter in the shebang. > * Due to the directory structure of Yocto, this path may exceed > the shebang character limit in bash.

Re: [meta-arago] [PATCH 2/3] packagegroup-arago-tisdk-matrix: Remove dual camera and image-gallery

2015-02-05 Thread Denys Dmytriyenko
On Wed, Feb 04, 2015 at 07:19:52PM -0600, Franklin S. Cooper Jr wrote: > From: "Franklin S. Cooper Jr" > > * Remove image gallery and dual camera since they aren't support on 3.14 > kernel Do you want to remove it completely or will it be fixed soon? > Signed-off-by: Franklin S. Cooper Jr >

Re: [meta-arago] [PATCH] busybox/defconfig: Enable options required by LAVA

2015-02-05 Thread Denys Dmytriyenko
On Thu, Feb 05, 2015 at 10:02:33AM -0500, Carlos Hernandez wrote: > Linaro's Test Framework (LAVA) requires httpd and other options > enabled in busybox. Enable them so LAVA tests can be run on Arago > images. Looks good. The only concern I have is below. > Signed-off-by: Carlos Hernandez > ---

[meta-arago] [PATCH] busybox/defconfig: Enable options required by LAVA

2015-02-05 Thread Carlos Hernandez
Linaro's Test Framework (LAVA) requires httpd and other options enabled in busybox. Enable them so LAVA tests can be run on Arago images. Signed-off-by: Carlos Hernandez --- meta-arago-distro/recipes-core/busybox/busybox/defconfig | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-