From: Lans Zhang
RPM file signing is enabled with --with-imaevm during configuration.
If enabled, the RPM signing tool rpmsign will call libimaevm.so provided
by the recipe ima-evm-utils.
Signed-off-by: Lans Zhang
Signed-off-by: Jia Zhang
---
meta/recipes-devtools/rpm/rpm_git.bb | 3 +++
1 fi
== Series Details ==
Series: openssl: disable default cryptodev
Revision: 1
URL : https://patchwork.openembedded.org/series/7965/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on t
Because according to the other Distros,cryptodev is not enabled.
If users want enable cryptodev, just have to add "cryptodev-linux" into
PACKAGECONFIG.
Signed-off-by: Huang Qiyu
---
meta/recipes-connectivity/openssl/openssl_1.0.2l.bb | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
This is highlighted when CC is passing flags like -fPIE
which are stripped by libtool when building shared libs
and replaced with -fPIC, this actually results in CC
not matching the CC computed from cmdline created for
compiling and as a result libtool heuristic to compute
tags auotmatically fails.
We add a new test that will create core-image-minimal for wic.vmdk,
wic.vdi and wic.qcow2. We then confirm via qemu-img that the resulting
file is of the expected type.
Cc: Ed Bartosh
Signed-off-by: Tom Rini
---
Changes in v2: New patch
---
meta/lib/oeqa/selftest/cases/imagefeatures.py | 35 ++
We extend the existing test_bmap test to also produce an ext4.bmap.gz
file and then have gzip confirm that it contains valid gzip data. This
tests that we are able to chain at least 2 CONVERSION_CMDs together.
Cc: Ed Bartosh
Signed-off-by: Tom Rini
---
Changes in v2: New patch
---
meta/lib/oeq
Add a new test to create a long (and not otherwise useful) image,
ext4.bmap.gz.bz2.lzo.xz.u-boot and also the sha256sum of it. Check that
the resulting sha256sum is valid.
Cc: Ed Bartosh
Signed-off-by: Tom Rini
---
Changes in v2: New patch
---
meta/lib/oeqa/selftest/cases/imagefeatures.py | 30
The vmdk/vdi/qcow2 IMAGE_FSTYPEs predate wic. As such, they provide
some similar underlying functionality in order to produce a "disk" image
that in turn can be converted into different formats that various
hypervisor types work with. They do not however provide the ability for
other disk image t
The most portable way to specifiy a root device in a disk image that we
create is to use PARTUUID rather than /dev/sda2. As background, both
GPT and MBR tables provide valid UUID values for each partition and the
Linux Kernel contains the logic to parse this value. With this change
we can now boo
On Wed, Jul 26, 2017 at 3:14 PM, Joe Slater wrote:
> Put it in goarch.bbclass which all go related recipes inherit.
>
looks ok
> Signed-off-by: Joe Slater
> ---
> meta/classes/go.bbclass | 5 -
> meta/classes/goarch.bbclass | 6 ++
> meta/recipes-devtools/go/go-
Put it in goarch.bbclass which all go related recipes inherit.
Signed-off-by: Joe Slater
---
meta/classes/go.bbclass | 5 -
meta/classes/goarch.bbclass | 6 ++
meta/recipes-devtools/go/go-cross.inc | 4
meta/recipes-devtools/go/go.inc | 6 --
4 file
Hi Armin,
No. Pyro dropped support for rcS runlevel in commit e6c1765a05 during upgrade
to systemd 232. According to commit message support was droped because of
dependency loops that can be solved with my patch.
Regards,
Nikolay
26 июля 2017 г. 23:45:00 GMT+05:00, akuster808 пишет:
>
>Nikola
Nikolay,
On 07/26/2017 01:05 AM, Nikolay Merinov wrote:
systemd-sysv-generator translate sysv services on rcS runlevel to
services that starts before sysinit.target. This behavour conflict
with default dependency on same tartget.
String that define "DefaultDependency=no" was lost from patch fo
test_mkfs_extraopts test case fails on ab with error caused
by using -K --mixed options:
output: extent-tree.c:2696: btrfs_reserve_extent: BUG_ON `ret` triggered,
value -28
For this test case it's not important to use particular options,
so changing options to anything less influential is OK.
C
Added e2fsprogs-native to the list of default dependencies for
wic (WKS_FILE_DEPENDS_DEFAULT) as all fs-related utilities
have to be in this list.
Thanks to Patrick Ohly for noticing this.
[YOCTO #11817]
Signed-off-by: Ed Bartosh
---
meta/classes/image_types_wic.bbclass | 2 +-
1 file changed,
master already have opkg 0.3.5:
http://git.openembedded.org/openembedded-core/commit/meta/recipes-devtools/opkg?id=89b8cbfd65ae6c682908da8028d86692926e4d45
On 07/26/2017 04:26 AM, Huang Qiyu wrote:
> 1) Update opkg from 0.3.4 to 0.3.5.
> 2) Delete status-conffile.patch, since it is integrated ups
On Wed, Jul 26, 2017 at 10:29:09AM +0300, Ed Bartosh wrote:
> On Tue, Jul 25, 2017 at 03:58:22PM -0400, Tom Rini wrote:
> > The most portable way to specifiy a root device in a disk image that we
> > create is to use PARTUUID rather than /dev/sda2. As background, both
> > GPT and MBR tables provid
If some test module/case is specified to run and isn't found the OEQA
framework didn't notice it, so complete the implementation using
modules_required and validate for the test case prescense.
Raise an exception when the test module/case required isn't found.
[YOCTO #11645]
Signed-off-by: Aníba
Since OEQA framework uses Python logging functionality to report test
results there is a class that wraps PyUnit writes into logging commands
(OEStreamLogger), so don't buffer the actual test execution to have
insight of what is currently executing.
This fix will change a little the test output fo
When upgrading an eSDK (via devtool sdk-update) from a project that
includes meta-oe in the stack, some files listed in android-tools' SRC_URI,
most notably patches and systemd service file got removed from the eSDK
copy of metadata during the update, leading bitbake to start warning about
not bein
1.4.6 -> 1.4.7
Signed-off-by: Maxin B. John
---
.../harfbuzz/{harfbuzz_1.4.6.bb => harfbuzz_1.4.7.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.4.6.bb => harfbuzz_1.4.7.bb}
(88%)
diff --git a/meta/recipes-graphi
On Wed, Jul 26, 2017 at 10:16:39AM +0300, Ed Bartosh wrote:
> On Fri, Jul 21, 2017 at 06:06:33PM -0400, Tom Rini wrote:
> > When chaining of compression/conversion types was added, we had a new
> > way to handle doing things like "ext4.bz2.sha256sum" or
> > "ext2.gz.u-boot". However, because the U
Signed-off-by: Alexander Kanavin
---
.../files/0001-Fix-build-with-gperf-3.1.patch | 30 ++
meta/recipes-support/libcap/libcap_2.25.bb | 3 ++-
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644
meta/recipes-support/libcap/files/0001-Fix-build-
Signed-off-by: Alexander Kanavin
---
meta/recipes-core/udev/{eudev_3.2.1.bb => eudev_3.2.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/udev/{eudev_3.2.1.bb => eudev_3.2.2.bb} (96%)
diff --git a/meta/recipes-core/udev/eudev_3.2.1.bb
b/meta/recipes-core
Signed-off-by: Alexander Kanavin
---
meta/recipes-extended/gperf/gperf_3.0.4.bb | 5 -
meta/recipes-extended/gperf/gperf_3.1.bb | 5 +
2 files changed, 5 insertions(+), 5 deletions(-)
delete mode 100644 meta/recipes-extended/gperf/gperf_3.0.4.bb
create mode 100644 meta/recipes-extende
== Series Details ==
Series: gnome-themes-standard: Fix packages so dev-pkgs image generation works
Revision: 1
URL : https://patchwork.openembedded.org/series/7948/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. S
== Series Details ==
Series: opkg: 0.3.4 -> 0.3.5 (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/7945/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the prop
test_mkfs_extraopts test case fails on ab with error caused
by using -K --mixed options:
output: extent-tree.c:2696: btrfs_reserve_extent: BUG_ON `ret` triggered,
value -28
For this test case it's not important to use particular options,
so changing options to anything less influential is OK.
C
1) Update opkg from 0.3.4 to 0.3.5.
2) Delete status-conffile.patch, since it is integrated upstream
Signed-off-by: Huang Qiyu
---
.../opkg/opkg/status-conffile.patch| 69 --
.../opkg/{opkg_0.3.4.bb => opkg_0.3.5.bb} | 5 +-
2 files changed, 2 insert
A change from Ross removed the dual -dev/-dbg packages but this broke
deb/ipk rootfs constuction due to a dependency on a package which doesn't
exist (for dev-pkgs images). Remove the dependency on that package to
allow images to build.
Signed-off-by: Richard Purdie
---
meta/recipes-gnome/gnome/
== Series Details ==
Series: opkg: 0.3.4 -> 0.3.5
Revision: 1
URL : https://patchwork.openembedded.org/series/7945/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
se
On 25/07/2017 20:42, jose.perez.carra...@linux.intel.com wrote:
From: Jose Perez Carranza
Add 'bitbake -m' to the sync method and ensure all process related to
bitbake are correctly unloaded before doing the different measurements.
Also add a call to sync funtion on Test4 before final measurmen
Incorrect tags, please ignore this mail
On 7/26/17 1:05 PM, Nikolay Merinov wrote:
systemd-sysv-generator translate sysv services on rcS runlevel to
services that starts before sysinit.target. This behavour conflict
with default dependency on same tartget.
String that define "DefaultDependency=
systemd-sysv-generator translate sysv services on rcS runlevel to
services that starts before sysinit.target. This behavour conflict
with default dependency on same tartget.
String that define "DefaultDependency=no" was lost from patch for
sysv generator during porting patches to systemd 229 in co
systemd-sysv-generator translate sysv services on rcS runlevel to
services that starts before sysinit.target. This behavour conflict
with default dependency on same tartget.
String that define "DefaultDependency=no" was lost from patch for
sysv generator during porting patches to systemd 229 in co
1) Update opkg from 0.3.4 to 0.3.5.
2) Delete status-conffile.patch, since it is integrated upstream
Signed-off-by: Huang Qiyu
---
.../opkg/opkg/status-conffile.patch| 69 --
.../opkg/{opkg_0.3.4.bb => opkg_0.3.5.bb} | 5 +-
2 files changed, 2 insert
On Tue, Jul 25, 2017 at 03:58:22PM -0400, Tom Rini wrote:
> The most portable way to specifiy a root device in a disk image that we
> create is to use PARTUUID rather than /dev/sda2. As background, both
> GPT and MBR tables provide valid UUID values for each partition and the
> Linux Kernel contai
On Tue, Jul 25, 2017 at 03:58:16PM -0400, Tom Rini wrote:
> The vmdk/vdi/qcow2 IMAGE_FSTYPEs predate wic. As such, they provide
> some similar underlying functionality in order to produce a "disk" image
> that in turn can be converted into different formats that various
> hypervisor types work wit
On Fri, Jul 21, 2017 at 06:06:33PM -0400, Tom Rini wrote:
> When chaining of compression/conversion types was added, we had a new
> way to handle doing things like "ext4.bz2.sha256sum" or
> "ext2.gz.u-boot". However, because the U-Boot image class isn't
> included normally, it wasn't properly conv
From: sweeaun
[YOCTO #11730]
Include .kernel-meta directory in the prune list of the find to
prevent .kernel-meta directory included into installable package.
Signed-off-by: sweeaun
---
meta/recipes-kernel/linux/kernel-devsrc.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi
40 matches
Mail list logo