Changes in V2:
* Error out instead of just warning users.
The following changes since commit bfe3012ea4b2c973bd6ca5fa1de1adf51e1a9da4:
busybox: Fix typo in syslog initscript (2019-06-27 13:28:48 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/devto
Currently `devtool finish RECIPE meta' will silently succeed even
if there are multiple layers having the same base name of 'meta'.
e.g. meta layer from oe-core and meta layer from meta-secure-core.
We should error out and give users useful information in such case.
With the patch, we will get err
The exit code for "echo q | dc" is 1 for dc-1.4.1;
while the exit code for "echo q | dc" is 0 for dc-1.4.
Here is the answer from k...@gnu.org:
dc-1.4 was right. There was a rewrite of a chunk of code for 1.4.1 to
fix a corner case in the Q command, and somehow the placement of the
clean-up label
To let user choice if wants to have network configured via Kernel
cmdline.
Signed-off-by: Aníbal Limón
---
meta/classes/qemuboot.bbclass | 3 +++
scripts/runqemu | 10 ++
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/meta/classes/qemuboot.bbclass b/meta/cl
Add the ability to set more than one tap devices into the
same qemu instance,
The code was modified to detect multiple @TAP@ and @MAC@ in the
QA_TAP_OPT and QA_NETWORK_DEVICE respectively, it handles the
attach/creation of multiple tap devices and stores into a list
for lock/unlock.
Configure the
In order to support multiple tap devices in the same qemu virtual
machine.
Signed-off-by: Aníbal Limón
---
scripts/runqemu | 48
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/scripts/runqemu b/scripts/runqemu
index 4079f2b17d..8a
On Thu, Jun 27, 2019 at 11:24 AM Burton, Ross wrote:
>
> Actually looked at this. The makefile is using pod2man, which is in
> HOSTTOOLS, so how is this a problem?
OK, sorry the commit message here is misleading. I went back and
rebuilt to try and remember, and the problem is not that the
docume
On 06/28/2019 07:25 AM, Paul Eggleton wrote:
On Thursday, 27 June 2019 3:14:55 PM NZST Chen Qi wrote:
Currently `devtool finish RECIPE meta' will silently succeed even
if there are multiple layers having the same base name of 'meta'.
e.g. meta layer from oe-core and meta layer from meta-secure-c
On Thursday, 27 June 2019 3:14:55 PM NZST Chen Qi wrote:
> Currently `devtool finish RECIPE meta' will silently succeed even
> if there are multiple layers having the same base name of 'meta'.
> e.g. meta layer from oe-core and meta layer from meta-secure-core.
Good catch!
> We should at least gi
On 6/27/19 12:55 PM, Fabio Berton wrote:
> This commit adds the following changes:
>
> Updates from 19.0.8:
>
> - Mesa 19.0.8 is an emergency bug fix release which fixes a critical
> bug found in the 19.0.7 release.
>
> Full log:
> https://www.mesa3d.org/relnotes/19.0.8.html
>
> Updates
On 6/27/19 2:47 PM, Andre McCurdy wrote:
On Thu, Jun 27, 2019 at 6:54 AM Joshua Watt wrote:
gettext is required to generate the glibc locales in do_compile. If not
present, glibc will skip the generation which isn't reproducible.
I guess you mean not deterministic rather than not reproducibl
This commit adds the following changes:
Updates from 19.0.8:
- Mesa 19.0.8 is an emergency bug fix release which fixes a critical
bug found in the 19.0.7 release.
Full log:
https://www.mesa3d.org/relnotes/19.0.8.html
Updates from 19.0.7:
- Mesa 19.0.7 is a bug fix release which fix
On Thu, Jun 27, 2019 at 6:54 AM Joshua Watt wrote:
>
> gettext is required to generate the glibc locales in do_compile. If not
> present, glibc will skip the generation which isn't reproducible.
I guess you mean not deterministic rather than not reproducible?
> Signed-off-by: Joshua Watt
> ---
Actually looked at this. The makefile is using pod2man, which is in
HOSTTOOLS, so how is this a problem?
Ross
On Thu, 27 Jun 2019 at 14:54, Joshua Watt wrote:
>
> opkg-utils requires perl to generate documentation in do_compile. If not
> present, the documentation will be skipped, which is not
To avoid needing perl-native, can it be told to use the host perl?
Ross
On Thu, 27 Jun 2019 at 14:56, Joshua Watt wrote:
>
> perl is required to generate the OpenSSL documentation, and therefore
> should be present at do_compile. If not, OpenSSL will skip the
> documentation generation, which is
On Thu, 27 Jun 2019 at 14:55, Joshua Watt wrote:
> gettext is required to generate the glibc locales in do_compile. If not
> present, glibc will skip the generation which isn't reproducible.
>
> Signed-off-by: Joshua Watt
> ---
> meta/recipes-core/glibc/glibc_2.29.bb | 2 +-
> 1 file changed, 1
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-core/udev/{eudev_3.2.7.bb => eudev_3.2.8.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/udev/{eudev_3.2.7.bb => eudev_3.2.8.bb} (95%)
diff --git a/meta/recipes-core/udev/eudev_3.2.7.bb
b/meta/recipes-cor
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-devtools/git/git_2.21.0.bb | 11 ---
meta/recipes-devtools/git/git_2.22.0.bb | 11 +++
2 files changed, 11 insertions(+), 11 deletions(-)
delete mode 100644 meta/recipes-devtools/git/git_2.21.0.bb
create mode 100644 meta/recipes
Signed-off-by: Oleksandr Kravchuk
---
...hon3-pygobject_3.32.1.bb => python3-pygobject_3.32.2.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{python3-pygobject_3.32.1.bb =>
python3-pygobject_3.32.2.bb} (87%)
diff --git a/meta/recipes-devtool
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-devtools/python/python3-pbr_5.2.0.bb | 5 -
meta/recipes-devtools/python/python3-pbr_5.3.1.bb | 5 +
2 files changed, 5 insertions(+), 5 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.2.0.bb
create mode 10064
License checksum changed due to madified copyright year.
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-devtools/python/python-mako.inc| 6 +++---
.../{python3-mako_1.0.10.bb => python3-mako_1.0.12.bb} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/re
Signed-off-by: Oleksandr Kravchuk
---
...f-archive_2018.03.13.bb => autoconf-archive_2019.01.06.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2018.03.13.bb
=> autoconf-archive_2019.01.06.bb} (78%)
diff --git
a/met
License checksum changed due to modified copyright year.
Removed patch was upstreamed.
Signed-off-by: Oleksandr Kravchuk
---
...n-t-link-makestrs-with-target-cflags.patch | 33 ---
.../xorg-lib/libxt/libxt_fix_for_x32.patch| 16 +++--
.../{libxt_1.1.5.bb => libxt_1.2.0.b
Signed-off-by: Oleksandr Kravchuk
---
.../xorg-lib/{libxi_1.7.9.bb => libxi_1.7.10.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxi_1.7.9.bb => libxi_1.7.10.bb} (81%)
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.9.b
Signed-off-by: Oleksandr Kravchuk
---
.../wayland/{libinput_1.13.2.bb => libinput_1.13.3.bb}| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/wayland/{libinput_1.13.2.bb =>
libinput_1.13.3.bb} (86%)
diff --git a/meta/recipes-graphics/wayland/libinpu
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-extended/gawk/{gawk_5.0.0.bb => gawk_5.0.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/gawk/{gawk_5.0.0.bb => gawk_5.0.1.bb} (91%)
diff --git a/meta/recipes-extended/gawk/gawk_5.0.0.bb
b/meta/reci
From: Pierre Le Magourou
To be able to populate NVD database on a fetchall
(bitbake --run-all=fetch), set the do_populate_cve_db task to be
executed before do_fetch.
Do not get CVE_CHECK_DB_DIR, CVE_CHECK_DB_FILE and CVE_CHECK_TMP_FILE
variable because do_populate_cve_db can be called in a cont
Signed-off-by: Oleksandr Kravchuk
---
.../xorg-font/encodings/nocompiler.patch | 23 +--
...{encodings_1.0.4.bb => encodings_1.0.5.bb} | 5 ++--
2 files changed, 18 insertions(+), 10 deletions(-)
rename meta/recipes-graphics/xorg-font/{encodings_1.0.4.bb =>
encodings_1.0.5
== Series Details ==
Series: cve-update-db: do_populate_cve_db depends on do_fetch (rev3)
Revision: 3
URL : https://patchwork.openembedded.org/series/18357/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several te
== Series Details ==
Series: cve-update-db: do_populate_cve_db depends on do_fetch (rev4)
Revision: 4
URL : https://patchwork.openembedded.org/series/18357/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several te
From: Pierre Le Magourou
To be able to populate NVD database on a fetchall
(bitbake --run-all=fetch), set the do_populate_cve_db task to be
executed before do_fetch.
Do not get CVE_CHECK_DB_DIR, CVE_CHECK_DB_FILE and CVE_CHECK_TMP_FILE
variable because do_populate_cve_db can be called in a cont
From: Pierre Le Magourou
To be able to populate NVD database on a fetchall
(bitbake --run-all=fetch), set the do_populate_cve_db task to be
executed before do_fetch.
Do not get CVE_CHECK_DB_DIR, CVE_CHECK_DB_FILE and CVE_CHECK_TMP_FILE
variable because do_populate_cve_db can be called in a cont
Cover letter only
This series passed AB-full
Dropped [Warrior][ 02/19] linux-yocto: Add scsi_debug module when ptest is in
DISTRO_FEATURES
until master is fixed.
The following changes since commit 712c78984c891e6357e1b1dc414431fb6c226c49:
gnutls: Use ca-certificates as default trust store fi
== Series Details ==
Series: python3: Fix .pyc file reproduciblility
Revision: 1
URL : https://patchwork.openembedded.org/series/18381/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been execute
perl is required to generate the OpenSSL documentation, and therefore
should be present at do_compile. If not, OpenSSL will skip the
documentation generation, which isn't reproducible
Signed-off-by: Joshua Watt
---
meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | 2 ++
1 file changed, 2 ins
gettext is required to generate the glibc locales in do_compile. If not
present, glibc will skip the generation which isn't reproducible.
Signed-off-by: Joshua Watt
---
meta/recipes-core/glibc/glibc_2.29.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/gli
Applies a patch to python that makes the pre-compiled .pyc files
generated during the build reproducible.
Signed-off-by: Joshua Watt
---
...FLAG_REF-always-for-interned-strings.patch | 35 +++
meta/recipes-devtools/python/python3_3.7.3.bb | 1 +
2 files changed, 36 insertions(+)
opkg-utils requires perl to generate documentation in do_compile. If not
present, the documentation will be skipped, which is not reproducible.
Signed-off-by: Joshua Watt
---
meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-d
Well spotted, thanks.
Changed in my branch.
Ross
On Thu, 27 Jun 2019 at 14:47, Martin Jansa wrote:
>
> > Changes to the sysroot as just as
>
> small typo in commit message if you need to update this commit again for
> whatever other reason.
>
> On Thu, Jun 27, 2019 at 2:29 PM Ross Burton wrote
> Changes to the sysroot as just as
small typo in commit message if you need to update this commit again for
whatever other reason.
On Thu, Jun 27, 2019 at 2:29 PM Ross Burton wrote:
> Changes to the sysroot as just as interesting during development, so write
> the
> file listing for the sysroo
> Thanks for the fast turnaround on the patch. This seems to move the
> problem to:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/990/steps/7/logs/step1b
>
> :(
>
> Perhaps we need to skip the recipe if the class isn't enabled? Is that
> the reason its failing like this?
It
On Thu, 2019-06-27 at 11:11 +0200, Pierre Le Magourou wrote:
> From: Pierre Le Magourou
>
> To be able to populate NVD database on a fetchall
> (bitbake --run-all=fetch), set the do_populate_cve_db task to
> be
> executed before do_fetch.
>
> Signed-off-by: Pierre Le Magourou <
> pierre.lemagou
Now that the sysroot is written into the build history, write it out.
Signed-off-by: Ross Burton
---
meta/lib/oe/buildhistory_analysis.py | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/meta/lib/oe/buildhistory_analysis.py
b/meta/lib/oe/buildhistory_analysis.py
i
Changes to the sysroot as just as interesting during development, so write the
file listing for the sysroot to buildhistory too.
Signed-off-by: Ross Burton
---
meta/classes/buildhistory.bbclass | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/meta/classes/buildhistor
On Wed, Jun 26, 2019 at 11:40 PM Yu, Mingli wrote:
>
>
>
> On 2019年06月26日 22:00, Matt Madison wrote:
> > On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote:
> >>
> >>
> >>
> >> On 2019年06月25日 20:23, Matt Madison wrote:
> >>> On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli
> >>> wrote:
>
> Hi
From: Pierre Le Magourou
To be able to populate NVD database on a fetchall
(bitbake --run-all=fetch), set the do_populate_cve_db task to be
executed before do_fetch.
Signed-off-by: Pierre Le Magourou
---
meta/recipes-core/meta/cve-update-db.bb | 7 +--
1 file changed, 5 insertions(+), 2 d
From: Joël Esponde
populate_packages relies on ``mkdir`` to both create a directory and set
its permissions. However, ``mkdir`` honors the ``umask`` value.
Therefore, some bits may be lost in the operation. In our case, the
setgid bit on the directories were lost.
This commit fixes this by havin
Hi,
> It looks like CVE_CHECK_DB_DIR has no default value which resulted in:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/988/steps/7/logs/step1b
>
> We only started seeing that error after your later patch to add back
> the do_fetch task. build-appliance is trying to coll
On Wed, 2019-06-26 at 18:57 -0400, Sinan Kaya wrote:
> On 6/26/2019 5:21 PM, Richard Purdie wrote:
> > > What is so special about these?
> > Put another way, why aren't lots of people seeing failures due to
> > this?
> >
> > You're obviously doing something differently to everyone else but
> > we'
On Thu, 27 Jun 2019 at 00:57, Sinan Kaya wrote:
> Let's see if we can peel the onion.
>
> Can you explain how it was designed to work for cross compilation use
> case where host machine architecture != target machine architecture ?
>
> If I understand this right, all of these postinst intercepts
Hi Alex,
This email should go into oe-core mailing list.
On 6/25/19 4:26 PM, a.silberh...@web.de wrote:
Hello everybody,
Since im new to Yocto I ran into some problems trying to boot my intel-corei7-64
core-image-minimal from HDD.
I used dd to put it on the hard drive but while booting it stop
schmctl01 fails with following error:
[shmctl015 TFAIL : shmctl01.c:171: shmctl01 call failed - errno =
22 : Invalid argument]
Backport the patch from upstream can fix it.
Signed-off-by: Hongzhi.Song
---
...se-hardcoded-index-0-for-SHM_STAT-te.patch | 81 +++
meta/recipes
On Wed, 2019-06-19 at 15:59 +0200, Pierre Le Magourou wrote:
> From: Pierre Le Magourou
>
> cve-check-tool-native do_populate_cve_db task was using deprecated
> NVD
> xml data feeds, cve-update-db uses NVD json data feeds.
>
> Sqlite database schema was updated to take into account CVSSv3 CVE
>
53 matches
Mail list logo