Hi Bryan,
Solved this using the ROOTFS_POSTPROCESS_COMMAND, but without the
patches series for > 8 characters password. Thanks for that input :-)
Using danny in this particular case.
Hope someone will update the FAQ !
Thanks
David
-Original Message-
From: Bryan Evenson [mailto:beven...
Hi,
I wants to use the LTP test suite provided by yocto project. But I
don't know how to enable it for "core-image-basic".
Can anyone help me to enable the LTP in "core-image-basic"?
Thanks & Regards
Amit K
The contents of this e-mail and any attachme
2013/10/18 Bruce Ashfield
> I fell behind today .. i had 2300 unread email to start this morning :)
> Is there a way that I can get a copy of your recipes and layers ? If
> I can do a build myself, I can easily debug and fix this .. otherwise,
> we'll
> go back and forth many times debugging.
>
>
Adding
IMAGE_FEATURES += "splash ssh-server-openssh ltp" in core-image-basic.bb
will enable ltp in your final image. Make sure you have added all
required layers :)
//Gaurang Shastri
On Fri, Oct 18, 2013 at 12:47 PM, Amit Kumar wrote:
> Hi,
>
>I wants to use the LTP test su
On Friday 18 October 2013 14:50:51 Gaurang Shastri wrote:
> Adding
>
> IMAGE_FEATURES += "splash ssh-server-openssh ltp" in core-image-basic.bb
>
> will enable ltp in your final image. Make sure you have added all
> required layers :)
Ah, that doesn't look right - I don't think we have an "ltp"
>
> On 17 October 2013 11:20, Glenn Schmottlach wrote:
>> > Just out of curiosity, is it possible that you added "package-management"
>> > to IMAGE_FEATURES after you already had a successful full build? Or is
>> > it possible that you had already done a full build with "package_rpm" or
>> > "_deb
Hello everyone,
Is there any way of defining a variable into a recipe and use it in another.
I tried: export VAR="value" but when I tested it`s existence in devshell it
did not exist(echo $VAR).
Defining this variable in local.conf is not a viable solution.
Thank you,
Alex
_
On 2013-10-17 13:49, Nicolas Dechesne wrote:
On Thu, Oct 17, 2013 at 3:50 PM, Gary Thomas wrote:
Can someone explain how I might control my busybox builds?
For example, I routinely add this to busybox*.bbappend:
#
# Force 'ifup' to wait longer for really slow links...
#
do_prepare_
On Fri, Oct 18, 2013 at 3:09 PM, Gary Thomas wrote:
> Thanks for the example. I added this simple config fragment and it works
> fine.
>
> # Force 'ifup' to wait longer for really slow links...
> CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n -T 1 -t 20"
> Of course, the comment is stripped in the
In data martedì 15 ottobre 2013 17:18:35, Paul Eggleton ha scritto:
> On Tuesday 15 October 2013 18:12:42 Davide Soldan wrote:
> > In data martedì 15 ottobre 2013 11:38:21, Paul Eggleton ha scritto:
> > > On Tuesday 15 October 2013 12:02:20 Davide Soldan wrote:
> > > > in my recipe I want to change
Hi Davide,
On Friday 18 October 2013 15:31:22 Davide Soldan wrote:
> In data martedì 15 ottobre 2013 17:18:35, Paul Eggleton ha scritto:
> > On Tuesday 15 October 2013 18:12:42 Davide Soldan wrote:
> > > In data martedì 15 ottobre 2013 11:38:21, Paul Eggleton ha scritto:
> > > > On Tuesday 15 Octo
Hi Alex,
On Friday 18 October 2013 15:19:57 jan alexandru vaduva wrote:
> Is there any way of defining a variable into a recipe and use it in another.
> I tried: export VAR="value" but when I tested it`s existence in devshell it
> did not exist(echo $VAR).
No, this is not possible. The only way y
In data venerdì 18 ottobre 2013 14:38:27, Paul Eggleton ha scritto:
> Hi Davide,
>
> On Friday 18 October 2013 15:31:22 Davide Soldan wrote:
> > In data martedì 15 ottobre 2013 17:18:35, Paul Eggleton ha scritto:
> > > On Tuesday 15 October 2013 18:12:42 Davide Soldan wrote:
> > > > In data marted
Hello,
After a chat with Richard and Stefan, I came up with an outline of how the
oe-selftest feature(https://bugzilla.yoctoproject.org/show_bug.cgi?id=4740 )
should look like. I made a summary of my proposal below. Please feel free to
add your thoughts!
There will be a new script introduced(s
I am currently trying to copy using sed the variable into local.conf.
But: grep -q "^AAA=" ${BUILDDIR}/conf/local.conf && \
sed "s/^AAA=.*/AAA="${D}"/" -i ${BUILDDIR}/conf/local.conf || \
sed "$ a\AAA="${D}"" -i ${BUILDDIR}/conf/local.conf
Is giving me some errors, like:
ParseError
I made an example of how we can use the functionality described to conduct 3 of
our test cases:
https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=90
https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=93
https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=83
As mentioned, t
hello all,
I am trying to get a uImage instead of zImage
My beagleboard before created a uImage now with dora I get a zImage.
in the mega-manual I see the following .
KERNEL_IMAGETYPE
The type of kernel to build for a device, usually set by the machine
configuration files and defaults to "zImage"
On Fri, 18 Oct 2013, Edward Vidal wrote:
> hello all,
> I am trying to get a uImage instead of zImage
> My beagleboard before created a uImage now with dora I get a zImage.
>
> in the mega-manual I see the following .
>
> KERNEL_IMAGETYPE
>
> The type of kernel to build for a device, usu
-- Forwarded message --
From: Robert P. J. Day
Date: Fri, Oct 18, 2013 at 9:44 AM
Subject: Re: [yocto] uImage instead of zImage
To: Edward Vidal
On Fri, 18 Oct 2013, Edward Vidal wrote:
> Hello
> When I changed the uEnv.txt file I get the same error.
> I also have a zImage-omap
On Oct 18, 2013, at 12:17 AM, Amit Kumar wrote:
> Hi,
>I wants to use the LTP test suite provided by yocto project. But I
> don’t know how to enable it for “core-image-basic”.
> Can anyone help me to enable the LTP in “core-image-basic”?
Several ways to do it. In your local.conf yo
All,
The latest major release of the Yocto Project, 1.5 "Dora" (poky-10.0.0), is now
available for download at:
*
http://downloads.yoctoproject.org/releases/yocto/yocto-1.5/poky-dora-10.0.0.tar.bz2
* http://mirrors.kernel.org/yocto/yocto/yocto-1.5/poky-dora-10.0.0.tar.bz2
Improvements over the
On 13-10-18 05:17 AM, Diego Sueiro wrote:
2013/10/18 Bruce Ashfield mailto:bruce.ashfi...@windriver.com>>
I fell behind today .. i had 2300 unread email to start this morning :)
Is there a way that I can get a copy of your recipes and layers ? If
I can do a build myself, I can easil
FILESEXTRAPATHS_prepend example is missing essential trailing colon.
Signed-off-by: Robert P. J. Day
---
diff --git a/documentation/kernel-dev/kernel-dev-common.xml
b/documentation/kernel-dev/kernel-dev-common.xml
index 11a527c..a152f9f 100644
--- a/documentation/kernel-dev/kernel-dev-common.
---
recipes-core/glib-2.0/glib-2.0_2.36.4.bbappend |1 -
recipes-core/glib-2.0/glib-2.0_2.38.0.bbappend |1 +
2 files changed, 1 insertion(+), 1 deletion(-)
delete mode 100644 recipes-core/glib-2.0/glib-2.0_2.36.4.bbappend
create mode 100644 recipes-core/glib-2.0/glib-2.0_2.38.0.bbappend
24 matches
Mail list logo