[yocto] ERROR: fsl-image-qt5: Recipe file does not have license file information (LIC_FILES_CHKSUM)

2017-09-07 Thread Paritosh Singh
Dear Team, I have successfully used yocto for fsl-image-qt5, but the rootfs generated from this is 1.1 Gb. In order reduce the size of generated rootfs I have removed "require recipes-fsl/images/fsl-image-gui.bb" line from fsl-image-qt5. After that I am getting this error ERROR: fsl-image-qt

Re: [yocto] The basehash value changed from...

2017-09-07 Thread Max Krummenacher
Hi Zoran Am Donnerstag, den 07.09.2017, 09:37 +0200 schrieb Zoran Stojsavljevic: > While re-compiling the whole YOCTO load for freescale i.MX6, where I have > added Qt5 layers (and it failed many times, so I needed to do some tricks > there), I encounter the following warning (in *ORANGE*) and err

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-07 Thread Greg Wilson-Lindberg
That did the trick, Thanks, Greg > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Thursday, September 07, 2017 9:52 AM > To: Mark Hatle > Cc: Greg Wilson-Lindberg ; Andre McCurdy > ; yocto@yoctoproject.org > Subject: Re: [yocto] Working behind a Palo Alto firewall

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-07 Thread Greg Wilson-Lindberg
Hi Mark, Unfortunately, in this case the certificate has already been added to the system, necessary to get https working. Greg From: Mark Hatle Sent: Thursday, September 7, 2017 9:31:02 AM To: Greg Wilson-Lindberg; Andre McCurdy Cc: yocto@yoctoproject.org Su

[yocto] [patchwork][PATCH] patchwork/templates/patchwork/series.html: Add link column

2017-09-07 Thread Jose Lamego
Clicking on a patch name in Series view displays the patch at the botton section in same page, but there is no easy way to get a direct link to the patch, for example: to share the link. This change includes the column "Link" where a direct link to the patch is displayed and labeled with the patch

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-07 Thread Khem Raj
you can try adding following to ~/.gitconfig [http] sslverify = false On Thu, Sep 7, 2017 at 9:31 AM, Mark Hatle wrote: > I've had a customer with a similar problem. The way they resolved it was to > download the certification from their proxy and add it to their system as a > known cer

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-07 Thread Mark Hatle
I've had a customer with a similar problem. The way they resolved it was to download the certification from their proxy and add it to their system as a known certificate. Sorry I don't have any more details then that, but maybe that can spark someone who knows the actual steps to be able to comme

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-07 Thread Greg Wilson-Lindberg
Hi Andre, Here is the complete error output: ERROR: qtdeviceutilities-5.9.1+gitAUTOINC+48fb704e64-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-9ReQWXYEk1"; export SSH_AUTH_SOCK="/run/user/1000/keyring-4PGABB/ssh"; export PATH="/home/gwi

[yocto] [meta-security][PATCH] tpm2.0-tss: fix systemd package list

2017-09-07 Thread Patrick Ohly
Commit 4c4fa8c "tpm2.0-tss: install resourcemgr service" introduced systemd support for the resourcemgr package, but left the default ${PN} in SYSTEMD_PACKAGES, leading to an apparently harmless (?) build error, emitted by systemd.bbclass via bb.error() because tpm2.0-tss does not have a package of

Re: [yocto] Pyro's uninative and libstdc++ symbols

2017-09-07 Thread Raphael Kubo da Costa
Richard Purdie writes: > On Fri, 2017-09-01 at 12:14 -0700, akuster wrote: >> On 08/29/2017 01:03 AM, Richard Purdie wrote: >> > >> > On Fri, 2017-08-25 at 14:50 +0200, Raphael Kubo da Costa wrote: >> > > >> > > I've recently updated my host system to Fedora 26, which has GCC >> > > 7. >> > > >>

Re: [yocto] [PATCH 1/5] rpi-gpio: Update to 0.6.3

2017-09-07 Thread Andrei Gherzan
On Thu, Sep 7, 2017 at 2:24 PM, Andrei Gherzan wrote: > As well integrate with meta-oe bbclass pypi. > > Signed-off-by: Andrei Gherzan > --- > recipes-devtools/python/rpi-gpio_0.6.2.bb | 21 - > recipes-devtools/python/rpi-gpio_0.6.3.bb | 14 ++ > 2 files changed

[yocto] [PATCH 5/5] userland: Update to current master HEAD

2017-09-07 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 8ff1411..1fc0717 100644 --- a/recipes-graphics/userland/user

[yocto] [PATCH 4/5] omxplayer: Update to current master HEAD

2017-09-07 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 0e0f9ba..713dacf 100644 --- a/recipes-multimedia

[yocto] [PATCH 3/5] pi-blaster: Update to current master HEAD

2017-09-07 Thread Andrei Gherzan
License in the README was moved a couple of lines below. Signed-off-by: Andrei Gherzan --- recipes-devtools/pi-blaster/pi-blaster.inc| 2 +- recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/pi-blaster/pi-bla

[yocto] [PATCH 2/5] python-sense-hat: Update to 2.2.0

2017-09-07 Thread Andrei Gherzan
As well integrate with meta-oe bbclass pypi. Signed-off-by: Andrei Gherzan --- recipes-devtools/python/python-sense-hat_2.1.0.bb | 28 --- recipes-devtools/python/python-sense-hat_2.2.0.bb | 24 +++ 2 files changed, 24 insertions(+), 28 deletions(-) delete mo

[yocto] [PATCH 1/5] rpi-gpio: Update to 0.6.3

2017-09-07 Thread Andrei Gherzan
As well integrate with meta-oe bbclass pypi. Signed-off-by: Andrei Gherzan --- recipes-devtools/python/rpi-gpio_0.6.2.bb | 21 - recipes-devtools/python/rpi-gpio_0.6.3.bb | 14 ++ 2 files changed, 14 insertions(+), 21 deletions(-) delete mode 100644 recipes-devto

Re: [yocto] The basehash value changed from...

2017-09-07 Thread Mike Looijmans
On 07-09-17 11:06, Zoran Stojsavljevic wrote: > If you keep your sstate-cache directory then delete tmp/ dir is what you need > to do. Rebuilding from sstate-cache is very quick. It does not help. Since I'll have at the end/I'll end-up with the same problem. My best guess. :-( Since I am b

Re: [yocto] The basehash value changed from...

2017-09-07 Thread Zoran Stojsavljevic
> If you keep your sstate-cache directory then delete tmp/ dir is what you need > to do. Rebuilding from sstate-cache is very quick. It does not help. Since I'll have at the end/I'll end-up with the same problem. My best guess. :-( Since I am building the whole humongous YOCTO build not in one, r

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-07 Thread Andrea Galbusera
On Mon, Sep 4, 2017 at 10:56 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Monday, 4 September 2017 7:59:55 PM NZST Andrea Galbusera wrote: > > On Mon, Sep 4, 2017 at 9:33 AM, Patrick Ohly > wrote: > > > More recent bitbake should not fail like that anymore. It's still > > > bett

Re: [yocto] The basehash value changed from...

2017-09-07 Thread Khem Raj
On Thu, Sep 7, 2017 at 12:37 AM, Zoran Stojsavljevic wrote: > While re-compiling the whole YOCTO load for freescale i.MX6, where I have > added Qt5 layers (and it failed many times, so I needed to do some tricks > there), I encounter the following warning (in ORANGE) and error (in RED) > while fin

[yocto] The basehash value changed from...

2017-09-07 Thread Zoran Stojsavljevic
While re-compiling the whole YOCTO load for freescale i.MX6, where I have added Qt5 layers (and it failed many times, so I needed to do some tricks there), I encounter the following warning (in *ORANGE*) and error (in *RED*) while finishing the build: *WARNING: Duplicate inclusion for /home/user/t