diff options
-rw-r--r-- | recipes-kernel/linux/linux-qoriq.inc | 3 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_5.4.bb | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc index 7f70260a..dcf28401 100644 --- a/recipes-kernel/linux/linux-qoriq.inc +++ b/recipes-kernel/linux/linux-qoriq.inc | |||
@@ -18,6 +18,9 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | |||
18 | ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" | 18 | ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" |
19 | ZIMAGE_BASE_NAME[vardepsexclude] = "DATETIME" | 19 | ZIMAGE_BASE_NAME[vardepsexclude] = "DATETIME" |
20 | 20 | ||
21 | # Set the PV to the correct kernel version to satisfy the kernel version sanity check | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
23 | |||
21 | SCMVERSION ?= "y" | 24 | SCMVERSION ?= "y" |
22 | LOCALVERSION = "" | 25 | LOCALVERSION = "" |
23 | DELTA_KERNEL_DEFCONFIG ?= "" | 26 | DELTA_KERNEL_DEFCONFIG ?= "" |
diff --git a/recipes-kernel/linux/linux-qoriq_5.4.bb b/recipes-kernel/linux/linux-qoriq_5.4.bb index 2d6c7cc5..1b152106 100644 --- a/recipes-kernel/linux/linux-qoriq_5.4.bb +++ b/recipes-kernel/linux/linux-qoriq_5.4.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 1 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
2 | 2 | ||
3 | LINUX_VERSION = "5.4.3" | ||
4 | |||
3 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ |
4 | file://0001-Makfefile-linux-5.4-add-warning-cflags-on-LSDK-20.04.patch \ | 6 | file://0001-Makfefile-linux-5.4-add-warning-cflags-on-LSDK-20.04.patch \ |
5 | file://0001-perf-Make-perf-able-to-build-with-latest-libbfd.patch \ | 7 | file://0001-perf-Make-perf-able-to-build-with-latest-libbfd.patch \ |