diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-03-28 16:45:52 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 01:16:46 +0300 |
commit | a5796a4db3d3b3bcb702988f6361ff17398993e1 (patch) | |
tree | a1c2524c402667e272efab2fb429be14c11e6742 /target/linux/qoriq/Makefile | |
parent | 61587c92425ecdcabb82a6c81cff698a23ffb049 (diff) | |
download | upstream-a5796a4db3d3b3bcb702988f6361ff17398993e1.tar.gz upstream-a5796a4db3d3b3bcb702988f6361ff17398993e1.tar.bz2 upstream-a5796a4db3d3b3bcb702988f6361ff17398993e1.zip |
qoriq: add kernel 5.15 support
Add support for kernel 5.15 as testing kernel for qoriq.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/qoriq/Makefile')
-rw-r--r-- | target/linux/qoriq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 2dc08afd8c..d6a84634e2 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -12,6 +12,7 @@ FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk root-part rtc sourc SUBTARGETS:=generic KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 KERNELNAME:=zImage |