summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-09-02 16:11:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-06 14:15:22 +0100
commita75f77bb776a34056137c845eabed6182e17bc17 (patch)
tree82ea28e96dc7a03096e03d1e018c0d066d049ba0 /meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
parent01ef240aed0e421ff843e7b08540cecf5f4b7aaf (diff)
downloadpoky-a75f77bb776a34056137c845eabed6182e17bc17.tar.gz
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: 271ed4e1c3528310518b1729759c92959ac41e8c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> (cherry picked from commit 788623ab2913e760da9405de1c3a2633140122eb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb2
1 files changed, 1 insertions, 1 deletions
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 () {
12} 12}
13 13
14SRCREV_machine ?= "e65e9ff22c5c42c9ae57a4cce45fbf91a7e7ae3b" 14SRCREV_machine ?= "e65e9ff22c5c42c9ae57a4cce45fbf91a7e7ae3b"
15SRCREV_meta ?= "7ed307f65171d331a784ceecb6f56b9f8ecadb10" 15SRCREV_meta ?= "647f4fd91cc47567a7d88f21a6ad7d230d354469"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"