diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2025-02-10 22:51:12 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-10 22:29:35 +0000 |
commit | 1556225f02e72c37a64a02d928dcbd33354396dc (patch) | |
tree | d6943cfa866cc6ee55b7645db95529e0d28b0de5 | |
parent | 57ed44962cdb7f2014c7eb96e52758f14a91a7ed (diff) | |
download | meta-freescale-1556225f02e72c37a64a02d928dcbd33354396dc.tar.gz |
linux-fslc: Add changelog link
(cherry picked from commit 3c88728d5b65f4f07cff65ed5da2ea31ca9f3fdd)
-rw-r--r-- | recipes-kernel/linux/linux-fslc_6.12.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.12.bb b/recipes-kernel/linux/linux-fslc_6.12.bb index 99ea803e..b39130bb 100644 --- a/recipes-kernel/linux/linux-fslc_6.12.bb +++ b/recipes-kernel/linux/linux-fslc_6.12.bb | |||
@@ -23,6 +23,9 @@ DEPENDS += " \ | |||
23 | # | 23 | # |
24 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 24 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
25 | # should be updated once patchlevel is merged. | 25 | # should be updated once patchlevel is merged. |
26 | # | ||
27 | # Linux kernel stable 6.12.13 changelog: | ||
28 | # https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.13 | ||
26 | LINUX_VERSION = "6.12.13" | 29 | LINUX_VERSION = "6.12.13" |
27 | 30 | ||
28 | KBRANCH = "6.12.x+fslc" | 31 | KBRANCH = "6.12.x+fslc" |