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
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:
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
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
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 ++
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
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
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
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
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
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
>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 +---
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
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
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
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
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
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
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
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
20 matches
Mail list logo