diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-06 12:53:38 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-06 14:47:10 +0530 |
commit | 6d2bc5a705caed396e7a689dfa2e2a03e29e22c4 (patch) | |
tree | 9335f2ab3b530d45c33c36c763cf4a1f9ddaa4bd /meta-xilinx-core/recipes-kernel | |
parent | 1d476f23bd743eda98b62c8ea5f06dad269daa98 (diff) | |
download | meta-xilinx-6d2bc5a705caed396e7a689dfa2e2a03e29e22c4.tar.gz |
linux-xlnx : Updated SRCREV for 2024.1_3139
arm64: xilinx: Enable KASLR in defconfig
Diffstat (limited to 'meta-xilinx-core/recipes-kernel')
-rw-r--r-- | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb index 32d0d2b2..d6c920b3 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LINUX_VERSION = "6.1.0" | 1 | LINUX_VERSION = "6.1.0" |
2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta" | 2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta" |
3 | KBRANCH="master" | 3 | KBRANCH="master" |
4 | SRCREV = "8256ca0ce692402ad16cd35d26e7a31cc06d8215" | 4 | SRCREV = "0da933a76e088d51446285fcbcd4da73a36f054b" |
5 | SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f" | 5 | SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f" |
6 | 6 | ||
7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |