diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-23 14:40:06 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-23 14:40:06 -0300 |
| commit | ababadce2a55b0993633de70d35ae7e48f37d681 (patch) | |
| tree | d423282a664c4909206f4fc7db598481cf6e5ad7 | |
| parent | e525698edf512bce1b034deb5bb17bcd06fa3ad1 (diff) | |
| download | meta-freescale-topic/drop-lzop-requirement.tar.gz | |
linux-fslc: Bump revision to 9dd7c6bd8a02etopic/drop-lzop-requirement
This merges 6.1.29 stable release and applies following commit:
- 9dd7c6bd8a02e ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config
This allows the removal the lzop-native from DEPENDS. The bc-native is
added automatically by kernel.bbclass.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-kernel/linux/linux-fslc_6.1.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.1.bb b/recipes-kernel/linux/linux-fslc_6.1.bb index 567294280..7f59d6898 100644 --- a/recipes-kernel/linux/linux-fslc_6.1.bb +++ b/recipes-kernel/linux/linux-fslc_6.1.bb | |||
| @@ -10,8 +10,6 @@ provide support for some backported features and fixes, or because it was applie | |||
| 10 | and takes some time to become part of a stable version, or because it is not applicable for \ | 10 | and takes some time to become part of a stable version, or because it is not applicable for \ |
| 11 | upstreaming." | 11 | upstreaming." |
| 12 | 12 | ||
| 13 | DEPENDS += "lzop-native bc-native" | ||
| 14 | |||
| 15 | require linux-imx.inc | 13 | require linux-imx.inc |
| 16 | 14 | ||
| 17 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 15 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
| @@ -21,10 +19,10 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol= | |||
| 21 | # | 19 | # |
| 22 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
| 23 | # should be updated once patchlevel is merged. | 21 | # should be updated once patchlevel is merged. |
| 24 | LINUX_VERSION = "6.1.27" | 22 | LINUX_VERSION = "6.1.29" |
| 25 | 23 | ||
| 26 | KBRANCH = "6.1.x+fslc" | 24 | KBRANCH = "6.1.x+fslc" |
| 27 | SRCREV = "ddc32335b72f78943045b242eb6e0b069ef4cdae" | 25 | SRCREV = "9dd7c6bd8a02e7c5b745b18cfec8bce73feb6de7" |
| 28 | 26 | ||
| 29 | KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" | 27 | KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" |
| 30 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" | 28 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" |
