Re: [yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Lei, Maohui
Hi Yi > There is a wiki page for it: https://wiki.yoctoproject.org/wiki/LSB_Result Thank you. But this is too old. I want the log of yocto 1.7.1 release. Cheers Lei > -Original Message- > From: Yi Zhao [mailto:yi.z...@windriver.com] > Sent: Thursday, January 29, 2015 11:32 AM > To: Lei

Re: [yocto] When I build kernel with toolchain comes from yocto, I met an issue

2015-01-28 Thread Lei, Maohui
Hi Paul I got it. Thank you very much. Cheers Lei > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, January 27, 2015 8:15 PM > To: Lei, Maohui/雷 茂慧 > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] When I build kernel with toolchain

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
I added less to my IMAGE_INSTALL, but it looks like I still have the busybox version in my image. How might I go about forcing the use of the standard less? Thomas From: ChenQi [mailto:qi.c...@windriver.com] Sent: Wednesday, January 28, 2015 8:31 PM To: Moore, Thomas (FtWorth); yocto@yoctoprojec

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread ChenQi
On 01/29/2015 05:56 AM, Moore, Thomas (FtWorth) wrote: Hello, In my image, I’ve included systemd. I’ve noticed that when running the systemctl command, the shell (/bin/sh) is not processing the color escape codes. Here’s an example of what it looks like: [[1;39m82 loaded units listed.[[0m P

Re: [yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Yi Zhao
The log should be in /var/opt/lsb/test/manager/results/ Yi 在 2015年01月29日 10:04, Lei, Maohui 写道: > Hi all > > Was LSB test executed in yocto 1.7.1 release? Where can I get the LSB test > log and result? > > Best Regards, > Lei Maohui -- ___ yocto mai

Re: [yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Lei, Maohui
Hi Yi > The log should be in /var/opt/lsb/test/manager/results/ > sorry,my expression is not very clear。 >From https://wiki.yoctoproject.org/wiki/Yocto_1.7_Overall_Test_Plan , I knew >LSB test was executed on target that made by yocto 1.7.1 release. So , I want to get the LSB test history of t

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread ChenQi
That's a little strange. The `less' command you are using should be from the less package. It has higher priority than that from busybox. ALTERNATIVE_${PN} = "less" ALTERNATIVE_PRIORITY = "100" The priority from busybox is "50". Regards, Chen Qi On 01/29/2015 11:01 AM, Moore, Thomas (FtWorth)

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
Oops. I was running an older version of the image. The new version of the image does have the GNU less command and it works as expected. Thanks, Thomas From: ChenQi [mailto:qi.c...@windriver.com] Sent: Wednesday, January 28, 2015 9:21 PM To: Moore, Thomas (FtWorth); yocto@yoctoproject.org Subje

Re: [yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Yi Zhao
Hi Maohui, There is a wiki page for it: https://wiki.yoctoproject.org/wiki/LSB_Result Yi 在 2015年01月29日 11:11, Lei, Maohui 写道: > Hi Yi > >> The log should be in /var/opt/lsb/test/manager/results/ >> > sorry,my expression is not very clear。 > > >From https://wiki.yoctoproject.org/wiki/Yocto_1.7_Ov

[yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Lei, Maohui
Hi all Was LSB test executed in yocto 1.7.1 release? Where can I get the LSB test log and result? Best Regards, Lei Maohui -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
Hello, In my image, I've included systemd. I've noticed that when running the systemctl command, the shell (/bin/sh) is not processing the color escape codes. Here's an example of what it looks like: [[1;39m82 loaded units listed.[[0m Pass -all to see loaded but inactive units, too. Any sugge

Re: [yocto] Not create directory in /

2015-01-28 Thread Gary Thomas
On 2015-01-28 13:58, Cleiton Bueno wrote: Why can not create directory in the /? My recipe: do_install () { install -d ${D}/datarw install -d ${D}${sysconfdir}/filesbw } ERROR bitbake: QA Issue: ideale: Files/directories were installed but not shipped /datarw [installed-vs-ship

[yocto] Not create directory in /

2015-01-28 Thread Cleiton Bueno
Why can not create directory in the /? My recipe: do_install () { install -d ${D}/datarw install -d ${D}${sysconfdir}/filesbw } ERROR bitbake: QA Issue: ideale: Files/directories were installed but not shipped /datarw [installed-vs-shipped] It's no use: INSANE_SKIP_${PN} = "instal

Re: [yocto] 'screen' MACHINE_FEATURE

2015-01-28 Thread Ash Charles
Thanks very much Saul (and thanks for the git tips). I'll pull this MACHINE_FEATURE from my machines. --Ash On Tue, Jan 27, 2015 at 1:14 PM, Saul Wold wrote: > On 01/27/2015 11:01 AM, Ash Charles wrote: >> >> Hi, >> >> Based on the yocto manual [1], it looks like "screen" is a valid >> MACHINE_

Re: [yocto] [meta-toolchain-qt5] Can't install qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0

2015-01-28 Thread Martin Jansa
On Wed, Jan 28, 2015 at 06:15:11PM +0100, Simon Bolek wrote: > hello group! > > working with dizzy trying to > *bitbake meta-toolchain-qt5* > it fails at the step > > *do_populate_sdk* > > with the error(see below). So if i read the error correctly, qtwebkit-dev > is missing qtwebkit. > There is

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-01-28 Thread Martin Jansa
On Wed, Jan 28, 2015 at 07:31:35PM +0100, Simon Bolek wrote: > Hi Lachlan, I'm getting lost in HTML format of previous message so I'll just reply on top :/. The redirect should be fine, but sometimes it gives you broken mirror. e.g. today I've seen couple of 5.1.1 builds fail to fetch, because th

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-01-28 Thread Simon Bolek
Hi Lachlan, There is a redirection, yes, and this should not be a problem, as far as I'm concerned. Why it does not work for those particular recipes of yours, i have no clue. BUT, what I would do, is to bitbake trying to narrow down the problem. When you still have problems when bitbaking single

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi, Glad to hear that it works now. Yes, we need to modify the recipe. Will send a patch soon. Thanks and Regards, Maxin Original message From: Jim Abernathy Date:28/01/2015 17:51 (GMT+01:00) To: Maxin John Cc: Paul Eggleton ,yocto Subject: Re: [yocto] adding meta-oracle-java

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-01-28 Thread peterengcomau001
Thanks Simon, I had already changed the branch to 'master' because all the do_fetch references were to version 5.4.0 and these could not be found, ven though they were all located in the master branch of the git repository. As you say, after changinf to the master branch and look in the qt

[yocto] [meta-toolchain-qt5] Can't install qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0

2015-01-28 Thread Simon Bolek
hello group! working with dizzy trying to *bitbake meta-toolchain-qt5* it fails at the step *do_populate_sdk* with the error(see below). So if i read the error correctly, qtwebkit-dev is missing qtwebkit. There is no such package as qtwebkit beeing generated :( So is this a bug? Or maybe I am do

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> Date: Wed, 28 Jan 2015 17:36:14 +0100 > Subject: Re: [yocto] adding meta-oracle-java > From: ma...@maxinbjohn.info > To: jfaberna...@outlook.com > CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org > > Hi Jim, > > On Wed, Jan 28, 2015 at 3:58 PM, Jim Abernathy > wrote: > > > > > >

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi Jim, On Wed, Jan 28, 2015 at 3:58 PM, Jim Abernathy wrote: > > > I just created a qemux86 image for core-image-base with meta-java in it and > after booting in the emulator, it, of course, gives the proper response to > java -version. I'm going to try building a qemux86-64 to see if there's

Re: [yocto] HEADSUP - CVE 2015-023 remote code execution in glibc

2015-01-28 Thread akuster
Alexandr, On 01/28/2015 03:17 AM, Damian, Alexandru wrote: More details http://www.openwall.com/lists/oss-security/2015/01/27/9 redhat bug and patch https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-0235 Do we need to open a bug to track this ? I am working on patches already. if you

[yocto] [meta-selinux][ 4/4] ustr: Fix use of bad variable in SRC_URI.

2015-01-28 Thread Philip Tricca
Signed-off-by: Philip Tricca --- recipes-extended/ustr/ustr_1.0.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/ustr/ustr_1.0.4.bb b/recipes-extended/ustr/ustr_1.0.4.bb index a0a1e41..cdb78ad 100644 --- a/recipes-extended/ustr/ustr_1.0.4.bb +++ b/reci

[yocto] [meta-selinux][ 2/4] dhcp: Use wildcard for version number.

2015-01-28 Thread Philip Tricca
Signed-off-by: Philip Tricca --- recipes-connectivity/dhcp/dhcp_%.bbappend |3 +++ recipes-connectivity/dhcp/dhcp_4.3.0.bbappend |3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 recipes-connectivity/dhcp/dhcp_%.bbappend delete mode 100644 recipes-connectiv

[yocto] [meta-selinux][ 3/4] coreutils: Use wildcard for version and remove PR.

2015-01-28 Thread Philip Tricca
Signed-off-by: Philip Tricca --- recipes-core/coreutils/coreutils_%.bbappend|1 + recipes-core/coreutils/coreutils_8.22.bbappend |3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 recipes-core/coreutils/coreutils_%.bbappend delete mode 100644 recipes-core/cor

[yocto] [meta-selinux][ 1/4] sysklogd: Use wildcard for version and remove PR.

2015-01-28 Thread Philip Tricca
Signed-off-by: Philip Tricca --- recipes-extended/sysklogd/sysklogd_%.bbappend |1 + recipes-extended/sysklogd/sysklogd_1.5.bbappend |3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 recipes-extended/sysklogd/sysklogd_%.bbappend delete mode 100644 recipes-exte

[yocto] [meta-selinux][ 0/4] More whack-a-mole with version numbers.

2015-01-28 Thread Philip Tricca
This is another round of renaming the meta-selinux bbappends to use wild cards. The three recipes renamed here had no patches to port. They're basically 3-4 line recipes that enable SELinux or add a config file. Per previous guidance I've removed PRs so hopefully this is still the right thing to d

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> Date: Wed, 28 Jan 2015 15:26:24 +0100 > Subject: Re: [yocto] adding meta-oracle-java > From: ma...@maxinbjohn.info > To: jfaberna...@outlook.com > CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org > > Hi, > > On Wed, Jan 28, 2015 at 1:10 PM, Jim Abernathy > wrote: > > > > > > well

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi, On Wed, Jan 28, 2015 at 1:10 PM, Jim Abernathy wrote: > > well the file command does not run on the target machine same as java, not > found error. as to the local.conf file. The only changes are as follows: > > MACHINE ?= "nuc" > IMAGE_INSTALL_append = " oracle-jse-jre dropbear" > LICENS

Re: [yocto] Automated license incompatibility checks

2015-01-28 Thread Clemens Lang
Hi Paul, On Wed, Jan 28, 2015 at 10:25:29AM +, Paul Eggleton wrote: > This sounds like something we should be handling in our > INCOMPATIBLE_LICENSE check code, although it's not clear that we > currently handle where alternatives to an incompatible license are > available for a recipe/package

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> Date: Wed, 28 Jan 2015 13:01:02 +0100 > Subject: Re: [yocto] adding meta-oracle-java > From: ma...@maxinbjohn.info > To: jfaberna...@outlook.com > CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org > > Hi Jim, > > On Wed, Jan 28, 2015 at 12:21 PM, Jim Abernathy > wrote: > > > > > >>

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi Jim, On Wed, Jan 28, 2015 at 12:21 PM, Jim Abernathy wrote: > > >> From: paul.eggle...@linux.intel.com >> To: jfaberna...@outlook.com >> CC: ma...@maxinbjohn.info; yocto@yoctoproject.org >> Subject: Re: [yocto] adding meta-oracle-java >> Date: Wed, 28 Jan 2015 10:55:23 + > >> >> On Wednesd

Re: [yocto] HEADSUP - CVE 2015-023 remote code execution in glibc

2015-01-28 Thread Paul Eggleton
On Wednesday 28 January 2015 11:20:27 Burton, Ross wrote: > On 28 January 2015 at 11:17, Damian, Alexandru > wrote: > > Do we need to open a bug to track this ? > > Probably for the best to ensure it goes into all the branches we support. FYI, none of the branches we still officially support use

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> From: paul.eggle...@linux.intel.com > To: jfaberna...@outlook.com > CC: ma...@maxinbjohn.info; yocto@yoctoproject.org > Subject: Re: [yocto] adding meta-oracle-java > Date: Wed, 28 Jan 2015 10:55:23 + > > On Wednesday 28 January 2015 05:44:47 Jim Abernathy wrote: > > Thanks, I guess the p

Re: [yocto] HEADSUP - CVE 2015-023 remote code execution in glibc

2015-01-28 Thread Burton, Ross
On 28 January 2015 at 11:17, Damian, Alexandru wrote: > Do we need to open a bug to track this ? > Probably for the best to ensure it goes into all the branches we support. Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproj

[yocto] HEADSUP - CVE 2015-023 remote code execution in glibc

2015-01-28 Thread Damian, Alexandru
More details http://www.openwall.com/lists/oss-security/2015/01/27/9 redhat bug and patch https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-0235 Do we need to open a bug to track this ? -- Alex Damian Yocto Project SSG / OTC -- ___ yocto mailin

Re: [yocto] ALTERNATIVE_TARGET, ALTERNATIVE_PRIORITY problem

2015-01-28 Thread Joseph Andrew de la Peña
Good day Mark, Thank you for the response! Really appreciate it. The purpose is the latter as what you've provided (three packages that all provide 'bar'. ) When I tried this one, bar3 is the one pointed by bar. The aim is for bar to point bar1 instead. Running rpm -qp as you suggested, they all

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Paul Eggleton
On Wednesday 28 January 2015 05:44:47 Jim Abernathy wrote: > Thanks, I guess the problem for me stems from not knowing the difference > between, IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL, which I was > using. Basically, the only difference is that CORE_IMAGE_EXTRA_INSTALL will only work

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> Date: Wed, 28 Jan 2015 11:20:21 +0100 > Subject: Re: [yocto] adding meta-oracle-java > From: ma...@maxinbjohn.info > To: paul.eggle...@linux.intel.com > CC: jfaberna...@outlook.com; yocto@yoctoproject.org > > Hi Jim, > > On Wed, Jan 28, 2015 at 10:25 AM, Paul Eggleton > wrote: > > Hi Jim, >

Re: [yocto] Automated license incompatibility checks

2015-01-28 Thread Paul Eggleton
Hi Clemens, On Wednesday 28 January 2015 09:52:14 Clemens Lang wrote: > I have written a bbclass that does license conflict checking before > building images for distribution. I am wondering if that is something > you as a project would be interested in integrating, e.g. into poky. > > I am also

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi Jim, On Wed, Jan 28, 2015 at 10:25 AM, Paul Eggleton wrote: > Hi Jim, > > On Tuesday 27 January 2015 15:24:09 James Abernathy wrote: >> In looking at the meta-oracle-java README, I see the notes about adding the >> License statement and switching to .deb packaging. With that done, I get a >>

Re: [yocto] Installing a Yocto image on BeagleBone Black MMC

2015-01-28 Thread Christian Schultz
Thank you very much, Kevin, I'll try it as soon as possible! On Wed, Jan 28, 2015 at 6:16 AM, Kevin Hao wrote: > On Mon, Jan 26, 2015 at 10:53:33AM -0200, Christian Schultz wrote: > > I looked at the doc, and it gives the instructions to write the image to > othe > > SD Card and run from the car

Re: [yocto] meta-qt5 problem in yocto 1.7

2015-01-28 Thread Simon Bolek
Hi Lachlan, In case you have not solved the problem yet. Look at the recipe of qt3d, once you checked it out of git. There is a line: QT_MODULE_BRANCH = "master" just change it to "dev" and it should work. It is already corrected in the upstream of meta-qt5, but in dizzy it is still "master". If

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Paul Eggleton
Hi Jim, On Tuesday 27 January 2015 15:24:09 James Abernathy wrote: > In looking at the meta-oracle-java README, I see the notes about adding the > License statement and switching to .deb packaging. With that done, I get a > clean build, but my image boots and I can’t see any evidence that java wa

[yocto] Configuring static/dhcp IP at boot time

2015-01-28 Thread Chris Tapp
I'm trying to get an image to optionally use a static IP when it boots (i.e. static or dhcp depending on kernel command line parameters). When a static allocation is being used, a script within the init of an initramfs edits /etc/network/interface to add a static entry for eth0 and to add an 'u

[yocto] Automated license incompatibility checks

2015-01-28 Thread Clemens Lang
Hi, I have written a bbclass that does license conflict checking before building images for distribution. I am wondering if that is something you as a project would be interested in integrating, e.g. into poky. I am also looking for feedback to my approach and ideas on how to handle corner cases,

Re: [yocto] Installing a Yocto image on BeagleBone Black MMC

2015-01-28 Thread Kevin Hao
On Mon, Jan 26, 2015 at 10:53:33AM -0200, Christian Schultz wrote: > I looked at the doc, and it gives the instructions to write the image to othe > SD Card and run from the card. I didn't find yet instructions about how to > write the images to the MMC. The same commands for writing MMC. You jus

Re: [yocto] Google Chrome recipe and systemd => how to satisfy runtime requirement for libudev.so.0?

2015-01-28 Thread Timo Pulkkinen
> On 27.1.2015, at 21.49, Burton, Ross wrote: > > There really isn't - systemd has a newer udev that had an ABI change, so the > version was increased. > > There's no way that your tmp/deploy/rpms can contain both systemd and udev > packages (specifically, libudev1 and libudev0) unless you do