From 46e74e1253ab9e1a81c1da89e0647471eaf23995 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 2 Sep 2020 16:11:20 -0400 Subject: linux-yocto/config: netfilter: Enable nat for ipv4 and ipv6 Integrating the following commit(s): 80452c7c245 netfilter: Enable nat for ipv4 and ipv6 (From OE-Core rev: 788623ab2913e760da9405de1c3a2633140122eb) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.8.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'meta') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb index a0324f0304..12c3daab0f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "e65e9ff22c5c42c9ae57a4cce45fbf91a7e7ae3b" -SRCREV_meta ?= "7ed307f65171d331a784ceecb6f56b9f8ecadb10" +SRCREV_meta ?= "647f4fd91cc47567a7d88f21a6ad7d230d354469" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb index a87cad962e..8b9dc70aba 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "ded3e9afb3262feb367227c63da1f762f893b192" -SRCREV_meta ?= "0a4bef3856894e8bca3c74c97e7924ad262c0dc8" +SRCREV_meta ?= "80452c7c245ed02e8dda4b1c519aa270b5e73256" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb index f835a45870..bc3a1e50e0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine_qemuarm ?= "f30ce7653a038eb05ef0503d0d15c7c6ec33cdc5" SRCREV_machine ?= "00809fdaf65b24fcd0347f3d3e489e2890f7ed44" -SRCREV_meta ?= "7ed307f65171d331a784ceecb6f56b9f8ecadb10" +SRCREV_meta ?= "647f4fd91cc47567a7d88f21a6ad7d230d354469" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb index 3661072a48..d0da4edb61 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine_qemuarm ?= "5bc60299c57b6dd6d88cd3196e1a3949a4365214" SRCREV_machine ?= "ded3e9afb3262feb367227c63da1f762f893b192" -SRCREV_meta ?= "0a4bef3856894e8bca3c74c97e7924ad262c0dc8" +SRCREV_meta ?= "80452c7c245ed02e8dda4b1c519aa270b5e73256" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb index 6b22d138bd..def26f6a92 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb @@ -21,7 +21,7 @@ SRCREV_machine_qemux86 ?= "00809fdaf65b24fcd0347f3d3e489e2890f7ed44" SRCREV_machine_qemux86-64 ?= "00809fdaf65b24fcd0347f3d3e489e2890f7ed44" SRCREV_machine_qemumips64 ?= "4fe8438e9dea8d0a00f82003277f36785aac9e3d" SRCREV_machine ?= "00809fdaf65b24fcd0347f3d3e489e2890f7ed44" -SRCREV_meta ?= "7ed307f65171d331a784ceecb6f56b9f8ecadb10" +SRCREV_meta ?= "647f4fd91cc47567a7d88f21a6ad7d230d354469" # remap qemuarm to qemuarma15 for the 5.4 kernel # KMACHINE_qemuarm ?= "qemuarma15" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.8.bb b/meta/recipes-kernel/linux/linux-yocto_5.8.bb index 91a4873fc9..cd34504946 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.8.bb @@ -21,7 +21,7 @@ SRCREV_machine_qemux86 ?= "ded3e9afb3262feb367227c63da1f762f893b192" SRCREV_machine_qemux86-64 ?= "ded3e9afb3262feb367227c63da1f762f893b192" SRCREV_machine_qemumips64 ?= "c0568a8edccef3a9bb29c2c4911b8200892c23f2" SRCREV_machine ?= "ded3e9afb3262feb367227c63da1f762f893b192" -SRCREV_meta ?= "0a4bef3856894e8bca3c74c97e7924ad262c0dc8" +SRCREV_meta ?= "80452c7c245ed02e8dda4b1c519aa270b5e73256" # remap qemuarm to qemuarma15 for the 5.8 kernel # KMACHINE_qemuarm ?= "qemuarma15" -- cgit v1.2.3-54-g00ecf