1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

linux-yocto/5.15: netfilter: conntrack: avoid useless indirection during conntrack destruction

Integrating the following commit(s) to linux-yocto/5.15:

    07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction

(From OE-Core rev: 2aaf2429474da762d305d6fb70996b5502c879c7)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-04-28 09:47:55 -04:00
committed by Richard Purdie
parent 286f6a0c8e
commit 47d3c858f5
3 changed files with 15 additions and 15 deletions
@@ -11,8 +11,8 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "ec729d37e4036fe80d0294684aa779c091466307"
SRCREV_meta ?= "71a82e181708bc619684cc9f1eea01ec2595c2ff"
SRCREV_machine ?= "a5e556295fd7c0ec6095e12c0960d4313587e2e0"
SRCREV_meta ?= "cb8938bc9d6b4575a1cd0072106b9720648ed0ab"
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.15;destsuffix=${KMETA}"