diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-11-23 10:55:50 +1300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-12-06 09:42:11 -0500 |
commit | e2d5b61ddc1b3e5ab1cfa5e1ef3f2447fe011895 (patch) | |
tree | 883ae06977b8525775103238d7e34c0e702f75f9 /poky/meta-yocto-bsp | |
parent | 05d3807c8511ff91e8e8341e608ea1ea83047b04 (diff) | |
download | talos-openbmc-e2d5b61ddc1b3e5ab1cfa5e1ef3f2447fe011895.tar.gz talos-openbmc-e2d5b61ddc1b3e5ab1cfa5e1ef3f2447fe011895.zip |
poky: sumo refresh 64a257fa22..fa962ec72f
Update poky to sumo HEAD.
Anuj Mittal (1):
linux-yocto: update genericx86* SRCREV for 4.14
Martin Hundebøll (2):
shadow: improve reproducibility by hard-coding shell path
busybox: make busybox.links.{suid, nosuid} reproducible
Paul Eggleton (1):
socat: fix LICENSE
Richard Purdie (10):
sanity: Add check for WSL
poky.conf: Update the distros we test against on the autobuilder
poky.conf: Bump version for 2.5.2 sumo release
build-appliance-image: Update to sumo head revision
bitbake: server/process: Fix unclosed socket warnings upon server connection refused
bitbake: lib/bb/server: Avoid UnboundLocalError traceback
bitbake: server/process: Fix ConnectionRefusedError tracebacks
bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are run
bitbake: process: Flush key output to logs
bitbake: main: Don't use print() directly, use logger
Change-Id: Ie14695232a8adecd2013d629208da320963532ce
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'poky/meta-yocto-bsp')
-rw-r--r-- | poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend b/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend index a8313e7ee..feb8d2e49 100644 --- a/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend +++ b/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend @@ -8,8 +8,8 @@ KMACHINE_genericx86 ?= "common-pc" KMACHINE_genericx86-64 ?= "common-pc-64" KMACHINE_beaglebone-yocto ?= "beaglebone" -SRCREV_machine_genericx86 ?= "2bf00ed1aee9c26b48c26b10c731c2f8970d50c2" -SRCREV_machine_genericx86-64 ?= "2bf00ed1aee9c26b48c26b10c731c2f8970d50c2" +SRCREV_machine_genericx86 ?= "084af9624d268ddf4fd65b2f9e8e50ca2f22e62b" +SRCREV_machine_genericx86-64 ?= "084af9624d268ddf4fd65b2f9e8e50ca2f22e62b" SRCREV_machine_edgerouter ?= "65d1c849534179bbfa494f77947f8be615e9871a" SRCREV_machine_beaglebone-yocto ?= "d62ddfa26a59c83f6128790b7aa2baadc04d2960" SRCREV_machine_mpc8315e-rdb ?= "80a106ecf737b69864e07b955eccb62f809cf120" @@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter" COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" -LINUX_VERSION_genericx86 = "4.14.48" -LINUX_VERSION_genericx86-64 = "4.14.48" +LINUX_VERSION_genericx86 = "4.14.67" +LINUX_VERSION_genericx86-64 = "4.14.67" LINUX_VERSION_edgerouter = "4.14.48" LINUX_VERSION_beaglebone-yocto = "4.14.48" LINUX_VERSION_mpc8315e-rdb = "4.14.48" |