diff options
Diffstat (limited to 'meta-yocto-bsp')
7 files changed, 27 insertions, 27 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 9286d1bba6..2d1d9f03cd 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf | |||
@@ -23,7 +23,7 @@ do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do | |||
23 | SERIAL_CONSOLE = "115200 ttyO0" | 23 | SERIAL_CONSOLE = "115200 ttyO0" |
24 | 24 | ||
25 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 25 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
26 | PREFERRED_VERSION_linux-yocto ?= "4.8%" | 26 | PREFERRED_VERSION_linux-yocto ?= "4.9%" |
27 | 27 | ||
28 | KERNEL_IMAGETYPE = "zImage" | 28 | KERNEL_IMAGETYPE = "zImage" |
29 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" | 29 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" |
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf index ce7de60998..8e7a1376dc 100644 --- a/meta-yocto-bsp/conf/machine/edgerouter.conf +++ b/meta-yocto-bsp/conf/machine/edgerouter.conf | |||
@@ -11,7 +11,7 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | |||
11 | KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" | 11 | KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" |
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
14 | PREFERRED_VERSION_linux-yocto ?= "4.8%" | 14 | PREFERRED_VERSION_linux-yocto ?= "4.9%" |
15 | 15 | ||
16 | SERIAL_CONSOLE = "115200 ttyS0" | 16 | SERIAL_CONSOLE = "115200 ttyS0" |
17 | USE_VT ?= "0" | 17 | USE_VT ?= "0" |
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf index 2e164ffd06..fa02edc554 100644 --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | |||
@@ -14,7 +14,7 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
14 | 14 | ||
15 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" | 15 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" |
16 | 16 | ||
17 | PREFERRED_VERSION_linux-yocto ?= "4.8%" | 17 | PREFERRED_VERSION_linux-yocto ?= "4.9%" |
18 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 18 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
19 | 19 | ||
20 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 20 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend index 68bae2c4e4..b555094542 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | |||
@@ -9,9 +9,9 @@ KMACHINE_genericx86-64 ?= "common-pc-64" | |||
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "fec49247816d7045aa8abe0047bcd4737af9a853" | 10 | SRCREV_machine_genericx86 ?= "fec49247816d7045aa8abe0047bcd4737af9a853" |
11 | SRCREV_machine_genericx86-64 ?= "fec49247816d7045aa8abe0047bcd4737af9a853" | 11 | SRCREV_machine_genericx86-64 ?= "fec49247816d7045aa8abe0047bcd4737af9a853" |
12 | SRCREV_machine_edgerouter ?= "fec49247816d7045aa8abe0047bcd4737af9a853" | 12 | SRCREV_machine_edgerouter ?= "34753ac5e7c52bd1f0144c0a5ce9f0c6345f99d8" |
13 | SRCREV_machine_beaglebone ?= "938cc4ac8d36f166c9e2e0517d6ffd6d278fe631" | 13 | SRCREV_machine_beaglebone ?= "da5b7beb9866d5de72d61f297c682224e3e62ab5" |
14 | SRCREV_machine_mpc8315e-rdb ?= "fec49247816d7045aa8abe0047bcd4737af9a853" | 14 | SRCREV_machine_mpc8315e-rdb ?= "34753ac5e7c52bd1f0144c0a5ce9f0c6345f99d8" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |
@@ -21,6 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | |||
21 | 21 | ||
22 | LINUX_VERSION_genericx86 = "4.1.36" | 22 | LINUX_VERSION_genericx86 = "4.1.36" |
23 | LINUX_VERSION_genericx86-64 = "4.1.36" | 23 | LINUX_VERSION_genericx86-64 = "4.1.36" |
24 | LINUX_VERSION_edgerouter = "4.1.36" | 24 | LINUX_VERSION_edgerouter = "4.1.37" |
25 | LINUX_VERSION_beaglebone = "4.1.36" | 25 | LINUX_VERSION_beaglebone = "4.1.37" |
26 | LINUX_VERSION_mpc8315e-rdb = "4.1.36" | 26 | LINUX_VERSION_mpc8315e-rdb = "4.1.37" |
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend index a0efb152b8..c1881af32e 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -9,9 +9,9 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | |||
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "35482df5d5ba0807eb8a7c40b554bd657e3f9987" | 10 | SRCREV_machine_genericx86 ?= "35482df5d5ba0807eb8a7c40b554bd657e3f9987" |
11 | SRCREV_machine_genericx86-64 ?= "35482df5d5ba0807eb8a7c40b554bd657e3f9987" | 11 | SRCREV_machine_genericx86-64 ?= "35482df5d5ba0807eb8a7c40b554bd657e3f9987" |
12 | SRCREV_machine_edgerouter ?= "35482df5d5ba0807eb8a7c40b554bd657e3f9987" | 12 | SRCREV_machine_edgerouter ?= "ad8b1d659ddd2699ebf7d50ef9de8940b157bfc2" |
13 | SRCREV_machine_beaglebone ?= "35482df5d5ba0807eb8a7c40b554bd657e3f9987" | 13 | SRCREV_machine_beaglebone ?= "ad8b1d659ddd2699ebf7d50ef9de8940b157bfc2" |
14 | SRCREV_machine_mpc8315e-rdb ?= "772f071dbdd4b813c921058ddf9cba207237228b" | 14 | SRCREV_machine_mpc8315e-rdb ?= "b01922f8b85d96b9f6996b17ed0995c6f782fdbf" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |
@@ -21,6 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | |||
21 | 21 | ||
22 | LINUX_VERSION_genericx86 = "4.4.36" | 22 | LINUX_VERSION_genericx86 = "4.4.36" |
23 | LINUX_VERSION_genericx86-64 = "4.4.36" | 23 | LINUX_VERSION_genericx86-64 = "4.4.36" |
24 | LINUX_VERSION_edgerouter = "4.4.36" | 24 | LINUX_VERSION_edgerouter = "4.4.41" |
25 | LINUX_VERSION_beaglebone = "4.4.36" | 25 | LINUX_VERSION_beaglebone = "4.4.41" |
26 | LINUX_VERSION_mpc8315e-rdb = "4.4.36" | 26 | LINUX_VERSION_mpc8315e-rdb = "4.4.41" |
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend index 761e6e0a35..6227530389 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend | |||
@@ -9,9 +9,9 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | |||
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "021b4aef55b44597587a1ce5879be642b3dca155" | 10 | SRCREV_machine_genericx86 ?= "021b4aef55b44597587a1ce5879be642b3dca155" |
11 | SRCREV_machine_genericx86-64 ?= "021b4aef55b44597587a1ce5879be642b3dca155" | 11 | SRCREV_machine_genericx86-64 ?= "021b4aef55b44597587a1ce5879be642b3dca155" |
12 | SRCREV_machine_edgerouter ?= "6076f16536329465b62bd2037b8582a5e18f85d1" | 12 | SRCREV_machine_edgerouter ?= "e9912dbfdabfed45b2e15feabfc66a404a165d9b" |
13 | SRCREV_machine_beaglebone ?= "85dc85153cd7e3b72d34f967c4c0edde590c79a8" | 13 | SRCREV_machine_beaglebone ?= "07250a1be0e99eb54bf7d3b629125cd09129d6f5" |
14 | SRCREV_machine_mpc8315e-rdb ?= "f73222eb3bbd07a45564397a88dec554e848da7d" | 14 | SRCREV_machine_mpc8315e-rdb ?= "38e8cf7d4e6d8546bb631d109c60243d2ee01aef" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |
@@ -21,6 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | |||
21 | 21 | ||
22 | LINUX_VERSION_genericx86 = "4.8.12" | 22 | LINUX_VERSION_genericx86 = "4.8.12" |
23 | LINUX_VERSION_genericx86-64 = "4.8.12" | 23 | LINUX_VERSION_genericx86-64 = "4.8.12" |
24 | LINUX_VERSION_edgerouter = "4.8.12" | 24 | LINUX_VERSION_edgerouter = "4.8.18" |
25 | LINUX_VERSION_beaglebone = "4.8.12" | 25 | LINUX_VERSION_beaglebone = "4.8.18" |
26 | LINUX_VERSION_mpc8315e-rdb = "4.8.12" | 26 | LINUX_VERSION_mpc8315e-rdb = "4.8.18" |
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend index 6a04930700..e4f5e3ea70 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend | |||
@@ -9,9 +9,9 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | |||
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "021b4aef55b44597587a1ce5879be642b3dca155" | 10 | SRCREV_machine_genericx86 ?= "021b4aef55b44597587a1ce5879be642b3dca155" |
11 | SRCREV_machine_genericx86-64 ?= "0b52a52fb892c0dd20823268830ab22a9e3a92b8" | 11 | SRCREV_machine_genericx86-64 ?= "0b52a52fb892c0dd20823268830ab22a9e3a92b8" |
12 | SRCREV_machine_edgerouter ?= "0b52a52fb892c0dd20823268830ab22a9e3a92b8" | 12 | SRCREV_machine_edgerouter ?= "c85c54f5bf53b98afe8105e91bffcdb6c60afe8f" |
13 | SRCREV_machine_beaglebone ?= "0b52a52fb892c0dd20823268830ab22a9e3a92b8" | 13 | SRCREV_machine_beaglebone ?= "c85c54f5bf53b98afe8105e91bffcdb6c60afe8f" |
14 | SRCREV_machine_mpc8315e-rdb ?= "b4a4ce5c575d3673dcb4a6922285a78868539fb2" | 14 | SRCREV_machine_mpc8315e-rdb ?= "6b67f448d63917f5ea306eb293cd9844077e4a61" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |
@@ -21,6 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | |||
21 | 21 | ||
22 | LINUX_VERSION_genericx86 = "4.9.6" | 22 | LINUX_VERSION_genericx86 = "4.9.6" |
23 | LINUX_VERSION_genericx86-64 = "4.9.6" | 23 | LINUX_VERSION_genericx86-64 = "4.9.6" |
24 | LINUX_VERSION_edgerouter = "4.9.6" | 24 | LINUX_VERSION_edgerouter = "4.9.8" |
25 | LINUX_VERSION_beaglebone = "4.9.6" | 25 | LINUX_VERSION_beaglebone = "4.9.8" |
26 | LINUX_VERSION_mpc8315e-rdb = "4.9.6" | 26 | LINUX_VERSION_mpc8315e-rdb = "4.9.8" |