Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-21 Thread Chris Tapp
On 21 Aug 2014, at 05:08, Bruce Ashfield wrote: > On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp wrote: >> Hi Bruce, >> >> Thanks for the feedback. >> >> On 20 Aug 2014, at 03:08, Bruce Ashfield >> wrote: >> >>> On 2014-08-19, 5:26 PM, Chris Tapp wrote: I need to include the kernel drive

Re: [yocto] Setting Default User Accounts

2014-08-21 Thread ChenQi
How about add in local.conf: INHERIT += "extrausers" EXTRA_USERS_PARAMS = "usermod -L root; \ useradd -P 'test' test;" //Chen Qi On 08/21/2014 03:13 AM, Crast, Nicholas wrote: All, I am currently in the middle of a battle with yocto, trying to accomplish the following:

[yocto] Tizen Build Using Yocto - bitbake error mesa_10.1.3.bb,do_configure

2014-08-21 Thread Anoop
Hi Yocto Build for minimal image Summary: 1 task failed: /home/sfm/YOCTO/poky/meta/recipes-graphics/mesa/mesa_10.1.3.bb, do_configure * configure: error: Package requirements (x11-xcb xcb-dri2 >= 1.8 xcb-xfixes) were not met

[yocto] [PATCH 2/2] Kill suprocesses when pressing ctrl+c

2014-08-21 Thread Marius Avram
This way the created bitbake subprocesses from the upgrade script are killed as well when you press ctrl+c. Signed-off-by: Marius Avram --- upgradehelper.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/upgradehelper.py b/upgradehelper.py index 771c981..7db89a7 100755 --- a/upgrad

[yocto] [PATCH 0/2] AUH patchset

2014-08-21 Thread Marius Avram
Two small features for the auto upgrade helper. Contrib branch can be found here: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mavram/auh_features Marius Avram (2): Send emails for a list of recipes Kill suprocesses when pressing ctrl+c upgradehelper.py | 205 ++

[yocto] [PATCH 1/2] Send emails for a list of recipes

2014-08-21 Thread Marius Avram
If the --emails or -e command line argument is active and a single or a list of recipes are given to the script, emails with the results and patches will be sent to their maintainers or to the overriden addresses from the configuration file. Also the status email will be sent in the case a selecti

Re: [yocto] Setting Default User Accounts

2014-08-21 Thread Akash Bhatnagar
Hi I have added new user in following way:- S = "${WORKDIR}" inherit useradd USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "-u 1200 -d /home/test -r -s /bin/bash -P 'test123' test " GROUPADD_PARAM_${PN} = "-g 880 testgrp" do_install () { install -d -m 755 ${D}/home/test

Re: [yocto] [PATCH 2/2] Kill suprocesses when pressing ctrl+c

2014-08-21 Thread Paul Eggleton
Hi Marius, On Thursday 21 August 2014 15:00:31 Marius Avram wrote: > This way the created bitbake subprocesses from the upgrade script > are killed as well when you press ctrl+c. > > Signed-off-by: Marius Avram > --- > upgradehelper.py |6 ++ > 1 file changed, 6 insertions(+) > > diff

Re: [yocto] [PATCH 1/2] Send emails for a list of recipes

2014-08-21 Thread Paul Eggleton
Hi Marius, On Thursday 21 August 2014 15:00:30 Marius Avram wrote: > If the --emails or -e command line argument is active and a single > or a list of recipes are given to the script, emails with the results > and patches will be sent to their maintainers or to the overriden > addresses from the c

[yocto] [PATCH 2/2] Kill suprocesses when pressing ctrl+c

2014-08-21 Thread Marius Avram
This way the created bitbake subprocesses from the upgrade script are killed as well when you press ctrl+c. Signed-off-by: Marius Avram --- upgradehelper.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/upgradehelper.py b/upgradehelper.py index 9ddfcb5..4ee65d5 100755 --- a/upgrad

[yocto] [auh][PATCH v2 1/2] Send emails for a list of recipes

2014-08-21 Thread Marius Avram
If the --emails or -e command line argument is active and a single or a list of recipes are given to the script, emails with the results and patches will be sent to their maintainers or to the overriden addresses from the configuration file. Also the status email will be sent in the case a selecti

[yocto] [meta-oracle-java][PATCH] update jdk and jre to version 67

2014-08-21 Thread Vladimir Redzhepov
>From f0305398a51435f407e41a8f0eaf83f8bdd13cca Mon Sep 17 00:00:00 2001 From: Vladimir Redzhepov Date: Thu, 21 Aug 2014 19:43:29 +0300 Subject: [PATCH] update jdk and jre to version 67 Signed-off-by: Vladimir Redzhepov --- recipes-devtools/oracle-java/oracle-jse-jdk-i586_1.7.0.bb | 10 +---

Re: [yocto] [meta-oracle-java][PATCH] update jdk and jre to version 67

2014-08-21 Thread Martin Jansa
On Thu, Aug 21, 2014 at 05:01:47PM +, Vladimir Redzhepov wrote: > From f0305398a51435f407e41a8f0eaf83f8bdd13cca Mon Sep 17 00:00:00 2001 > From: Vladimir Redzhepov > Date: Thu, 21 Aug 2014 19:43:29 +0300 > Subject: [PATCH] update jdk and jre to version 67 > > Signed-off-by: Vladimir Redzhepov

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-21 Thread Bruce Ashfield
On 14-08-21 04:17 AM, Chris Tapp wrote: On 21 Aug 2014, at 05:08, Bruce Ashfield wrote: On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp wrote: Hi Bruce, Thanks for the feedback. On 20 Aug 2014, at 03:08, Bruce Ashfield wrote: On 2014-08-19, 5:26 PM, Chris Tapp wrote: I need to include the

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-21 Thread Chris Tapp
On 21 Aug 2014, at 19:28, Bruce Ashfield wrote: > On 14-08-21 04:17 AM, Chris Tapp wrote: >> On 21 Aug 2014, at 05:08, Bruce Ashfield wrote: >> >>> On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp wrote: Hi Bruce, Thanks for the feedback. On 20 Aug 2014, at 03:08, Bruce

Re: [yocto] [meta-oracle-java][PATCH] update jdk and jre to version 67

2014-08-21 Thread Maxin B. John
Hi Vladimir, On Thu, Aug 21, 2014 at 05:01:47PM +, Vladimir Redzhepov wrote: > From f0305398a51435f407e41a8f0eaf83f8bdd13cca Mon Sep 17 00:00:00 2001 > > From: Vladimir Redzhepov > > Date: Thu, 21 Aug 2014 19:43:29 +0300 > > Subject: [PATCH] update jdk and jre to version 67 > > > > Sig

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-21 Thread Bruce Ashfield
On 14-08-21 03:11 PM, Chris Tapp wrote: On 21 Aug 2014, at 19:28, Bruce Ashfield wrote: On 14-08-21 04:17 AM, Chris Tapp wrote: On 21 Aug 2014, at 05:08, Bruce Ashfield wrote: On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp wrote: Hi Bruce, Thanks for the feedback. On 20 Aug 2014, at 03:0

[yocto] Bundling initramfs with uImage

2014-08-21 Thread Crast, Nicholas
All, I am currently working in an embedded environment, struggling to get the entire system running in RAM, so that everything is fresh after a reboot. I can currently use the initramfs-live-boot functionality to generate a .cpio.gz file, but I am lost on how to get this to 'bundle' with the uI

[yocto] Image that depends on another image

2014-08-21 Thread Seth Bollinger
Hello All, Our device requires two images to be built. Is there any way to have the first image depend on the second image? Thanks, Seth -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Image that depends on another image

2014-08-21 Thread Christopher Larson
On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger wrote: > Our device requires two images to be built. Is there any way to have the > first image depend on the second image? do_rootfs[depends] += "some-other-image:do_rootfs" would probably do. -- Christopher Larson clarson at kergoth dot com Fo