On Wed, 2014-06-25 at 12:22 -0400, Denys Dmytriyenko wrote:
> On Wed, Jun 25, 2014 at 05:20:23PM +0100, Paul Eggleton wrote:
> > On Tuesday 24 June 2014 20:52:55 Denys Dmytriyenko wrote:
> > > Ping? Any comments? Any better suggestions?
> >
> > Looks like Richard has merged this, FWIW.
>
> Yes, I
On 06/25/2014 02:46 PM, Jate Sujjavanich wrote:
Move /etc/resolv.conf link generation a volatiles file. Then use
update-alternatives to choose the correct one. This is for sysvinit
and resolvconf.
Please review the commit guide lines on the Openembedded wiki
http://www.openembedded.org/wiki/Co
Move /etc/resolv.conf link generation a volatiles file. Then use
update-alternatives to choose the correct one. This is for sysvinit
and resolvconf.
---
.../resolvconf/files/volatiles_resolv-conf |1 +
.../resolvconf/resolvconf_1.75.bb | 15 ++-
.../inits
From: Adrian Freihofer
Example to reproduce:
runqemu ... qemuparams="-net nic,model=virtio... -net tap, ..."
If kernel parameters are extended to get the kernel forced to use
eth0 for the nfs rootfs another issue pops up. The script which creates
a special config for connman fails. It creates an
On Wed, Jun 25, 2014 at 05:20:23PM +0100, Paul Eggleton wrote:
> On Tuesday 24 June 2014 20:52:55 Denys Dmytriyenko wrote:
> > Ping? Any comments? Any better suggestions?
>
> Looks like Richard has merged this, FWIW.
Yes, I saw it. Already submitted backport for daisy... :)
--
Denys
--
___
From: Denys Dmytriyenko
Force probing of "platform" bus by default.
Signed-off-by: Denys Dmytriyenko
Signed-off-by: Richard Purdie
[Backport from OE-Core/master 6aae37c66fb6e7153b829ad860b7e7f94e804bd4]
Signed-off-by: Denys Dmytriyenko
---
meta/recipes-core/udev/udev/udev-cache.default | 1
* add --analyze option, which is useful when using from jenkins job
where you don't want to read output just to dectect how bad it was
* I was always using something like this inside jenkins job, but better
to share it in original script
Signed-off-by: Martin Jansa
---
scripts/sstate-diff-ma
* this is useful when using from jenkins job where you don't want to read
output just to dectect how bad it was
* add .log suffix to all files, so they can be easily downloaded from
http servers without default mimetype set to something useful
* add recipes failed in step 1 to steps 2 and 3 to
On Wed, Jun 25, 2014 at 1:26 PM, Paul Eggleton
wrote:
> On Tuesday 24 June 2014 10:01:36 Meier, Dennis wrote:
>> > -Original Message-
>> > From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On
>> > Behalf Of Otavio Salvador
>> > Sent: Dienstag, 17. Juni 2014 16:40
>> > To:
On Tuesday 24 June 2014 10:01:36 Meier, Dennis wrote:
> > -Original Message-
> > From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On
> > Behalf Of Otavio Salvador
> > Sent: Dienstag, 17. Juni 2014 16:40
> > To: Meier, Dennis
> > Cc: Patches and discussions about the oe-cor
On Tuesday 24 June 2014 20:52:55 Denys Dmytriyenko wrote:
> Ping? Any comments? Any better suggestions?
Looks like Richard has merged this, FWIW.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
--
___
Openembedded-core mailing list
From: Denys Dmytriyenko
Make probing of "platform" bus conditional based on PROBE_PLATFORM_BUS
variable from /etc/default/udev-cache on subsequent boots when udev
cache is used. PROBE_PLATFORM_BUS has to be set to "yes" in order to
force probing on every boot, otherwise it uses the old default be
* We don't want everyone to remove their identifying info, just if they
feel the need to
* Split lines for clarity
* A couple of grammar/spelling tweaks
Signed-off-by: Paul Eggleton
---
meta/classes/report-error.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/me
I think that you can add this to the image's recipe, or to conf/local.conf:
do_rootfs[postfuncs] += ""
Or you can add a task:
add task after do_rootfs before do_build
Please refer insane.bbclass or other classes in meta/classes for more info.
// Robert
On 06/25/2014 05:23 PM, Himanshu Pand
Add a script to verify all the recipes' HOMEPAGE.
[YOCTO #5689]
Signed-off-by: Chong Lu
---
scripts/contrib/verify-homepage.py | 63 ++
1 file changed, 63 insertions(+)
create mode 100755 scripts/contrib/verify-homepage.py
diff --git a/scripts/contrib/verif
The following changes since commit 3c7b5ec1cae6186a64e0be2c05b64b05add08c97:
syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:54:12 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/verifyhomepage
http://git.pokylinux.org/cgit.cgi/
Hi,
Script in this section is appending just after the COMPRESS_CMD_bz2 command
and the full script is executing as a single command.
I want to run my script separately just after rootfs.tar.bz2 is created.
Please help.
Thanks in advance
From: Robert Yang
Sent: Sat,
The following changes since commit 3c7b5ec1cae6186a64e0be2c05b64b05add08c97:
syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:54:12 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/createrepo
http://git.pokylinux.org/cgit.cgi/poky-con
On Tue, Jun 24, 2014 at 11:53:47PM +0100, Richard Purdie wrote:
> Rather than code which doesn't even work properly when cross compiling,
> lets just use pkg-config instead. Its a little simpler.
Acked-by: Martin Jansa
BTW: libsdl-ttf still needs patch to use freetype2 pkg-config instead of
free
Fixed the error when run createrepo on target:
Traceback (most recent call last):
File "/usr/share/createrepo/genpkgmetadata.py", line 27, in
import libxml2
File "/usr/lib64/python2.7/site-packages/libxml2.py", line 1, in
ImportError: No module named libxml2mod
Signed-off-by: R
From: "Maxin B. John"
The on-target fw_printenv and fw_setenv needs configuration file
(fw_env.config) to be present in the target.
Signed-off-by: Maxin B. John
---
meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb |2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-bsp/u-bo
Hi,
Script in this section is appending just after the COMPRESS_CMD_bz2 command
and the full script is executing as a single command.
I want to run my script separately just after rootfs.tar.bz2 is created.
Please help.
Thanks in advance--
___
Openemb
Please ignore this V2 too, I found a drawback that if the kernel-module*
are added to the initramfs image, then it will lead us to a circular
dependency risk, maybe we should not add this dependency at all.
//Ming Liu
On 06/25/2014 09:57 AM, Ming Liu wrote:
To ensure the bundled image to be p
23 matches
Mail list logo