* [PATCH 0/2] meta-yocto warrior-next patch review
@ 2019-05-14 4:47 Armin Kuster
2019-05-14 4:47 ` [PATCH 1/2] linux-yocto: update genericx86* SRCREV for 4.19 Armin Kuster
2019-05-14 4:47 ` [PATCH 2/2] oeqa/systemd_boot: Drop OETestID Armin Kuster
0 siblings, 2 replies; 3+ messages in thread
From: Armin Kuster @ 2019-05-14 4:47 UTC (permalink / raw)
To: yocto
From: Armin Kuster <akuster@mvista.com>
please review these change for the next meta-yocto warrior update
The following changes since commit 299b4150c66520985415fcc91119d563f7ba663c:
poky.conf: Bump version for 2.7 warrior release (2019-04-12 13:50:29 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib meta-yocto/stable/warrior-nmut
http://git.yoctoproject.org/cgit.cgi//log/?h=meta-yocto/stable/warrior-nmut
Naveen Saini (1):
linux-yocto: update genericx86* SRCREV for 4.19
Richard Purdie (1):
oeqa/systemd_boot: Drop OETestID
meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py | 3 ---
meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend | 8 ++++----
2 files changed, 4 insertions(+), 7 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] linux-yocto: update genericx86* SRCREV for 4.19
2019-05-14 4:47 [PATCH 0/2] meta-yocto warrior-next patch review Armin Kuster
@ 2019-05-14 4:47 ` Armin Kuster
2019-05-14 4:47 ` [PATCH 2/2] oeqa/systemd_boot: Drop OETestID Armin Kuster
1 sibling, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2019-05-14 4:47 UTC (permalink / raw)
To: yocto
From: Naveen Saini <naveen.kumar.saini@intel.com>
Bump to kernel release v4.19.19
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
---
meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
index 8e708cb..6025230 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
@@ -8,8 +8,8 @@ KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
KMACHINE_beaglebone-yocto ?= "beaglebone"
-SRCREV_machine_genericx86 ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
-SRCREV_machine_genericx86-64 ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
+SRCREV_machine_genericx86 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
+SRCREV_machine_genericx86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
SRCREV_machine_edgerouter ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
SRCREV_machine_beaglebone-yocto ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
SRCREV_machine_mpc8315e-rdb ?= "8b60f968823256f5d2889c4520d70299ca21411b"
@@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
-LINUX_VERSION_genericx86 = "4.19.14"
-LINUX_VERSION_genericx86-64 = "4.19.14"
+LINUX_VERSION_genericx86 = "4.19.19"
+LINUX_VERSION_genericx86-64 = "4.19.19"
LINUX_VERSION_edgerouter = "4.19.14"
LINUX_VERSION_beaglebone-yocto = "4.19.14"
LINUX_VERSION_mpc8315e-rdb = "4.19.14"
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] oeqa/systemd_boot: Drop OETestID
2019-05-14 4:47 [PATCH 0/2] meta-yocto warrior-next patch review Armin Kuster
2019-05-14 4:47 ` [PATCH 1/2] linux-yocto: update genericx86* SRCREV for 4.19 Armin Kuster
@ 2019-05-14 4:47 ` Armin Kuster
1 sibling, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2019-05-14 4:47 UTC (permalink / raw)
To: yocto
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Matching changes in OE-Core. drop OETestID.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
---
meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py
index dfd739a..0a3a2cd 100644
--- a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py
+++ b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py
@@ -1,14 +1,11 @@
import os
from oeqa.selftest.case import OESelftestTestCase
-from oeqa.core.decorator.oeid import OETestID
from oeqa.core.decorator.depends import OETestDepends
from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu
class Systemdboot(OESelftestTestCase):
- @OETestID(1445)
- @OETestID(1528)
def test_efi_systemdboot_images_can_be_built(self):
"""
Summary: Check if systemd-boot images can be built correctly
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-14 4:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-14 4:47 [PATCH 0/2] meta-yocto warrior-next patch review Armin Kuster
2019-05-14 4:47 ` [PATCH 1/2] linux-yocto: update genericx86* SRCREV for 4.19 Armin Kuster
2019-05-14 4:47 ` [PATCH 2/2] oeqa/systemd_boot: Drop OETestID Armin Kuster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.