Files
poky/meta/recipes-support
Marek Vasut 07006c4867 Revert "lzop: remove recipe from oe-core"
This reverts commit dea5e8863792dc7bb3324b543e04da4c94a060aa.

The original commit claims that lzop is unused in OE-core.
That is not correct, the following places still use it and
became unbuildable now:
"
meta/classes-recipe/image_types.bbclass:CONVERSION_CMD:lzo = "lzop -9 ${IMAGE_NAME}.${type}"
meta/classes-recipe/image_types.bbclass:CONVERSION_DEPENDS_lzo = "lzop-native"
meta/classes-recipe/kernel-uboot.bbclass:                       lzop -9 linux.bin
meta/classes-recipe/kernel.bbclass:DEPENDS += "${@bb.utils.contains("INITRAMFS_FSTYPES", "cpio.lzo", "lzop-native", "", d)}"
meta/classes-recipe/kernel.bbclass:                             lzop -df ${B}/usr/${INITRAMFS_IMAGE_NAME}.$img
"

Furthermore, LZO is the best compromise between kernel decompression
time and size on low end ARM systems, that is why it is often used
with e.g.:
FIT_KERNEL_COMP_ALG = "lzo"
FIT_KERNEL_COMP_ALG_EXTENSION = ".lzo"

Reinstate the package to avoid breaking this use case.

[RP: For me, the real reason to justify this is fact that several SoC/BSP
layers do want this as a dependency]

(From OE-Core rev: 6e8a0d66e05387d55c49a275faa7f4aa2bf6f2ac)

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-09 16:18:05 +00:00
..
2023-09-09 22:14:41 +01:00
2024-01-01 23:11:42 +00:00
2023-12-13 11:34:27 +00:00
2024-01-15 21:42:15 +00:00
2023-09-26 10:35:27 +01:00
2024-02-05 14:06:10 +00:00
2023-12-23 08:46:00 +00:00
2024-02-03 22:08:26 +00:00
2024-01-21 12:27:12 +00:00
2023-06-02 15:16:35 +01:00
2023-05-25 10:29:08 +01:00
2023-08-14 12:51:21 +01:00
2024-02-03 22:08:26 +00:00
2024-02-08 10:53:13 +00:00
2023-11-30 08:43:04 +00:00
2022-04-14 09:47:00 +01:00
2024-01-19 12:21:23 +00:00
2023-06-02 15:16:35 +01:00
2023-08-10 09:18:54 +01:00
2022-11-08 22:47:16 +00:00
2023-09-02 18:23:05 +01:00
2023-11-05 11:28:39 +00:00
2023-11-30 08:43:03 +00:00
2023-06-28 07:56:33 +01:00
2022-12-22 23:05:50 +00:00
2023-12-23 08:46:00 +00:00
2023-07-21 11:52:25 +01:00
2024-01-24 15:46:19 +00:00
2023-02-19 07:47:53 +00:00
2023-11-30 08:43:03 +00:00
2021-08-02 15:44:10 +01:00
2023-09-02 18:23:05 +01:00
2024-02-03 22:08:26 +00:00
2024-02-03 21:43:35 +00:00
2022-10-29 16:28:35 +01:00
2022-11-22 12:26:46 +00:00
2023-08-14 12:51:21 +01:00
2023-06-16 15:40:11 +01:00
2023-12-20 07:47:00 +00:00
2024-01-10 17:01:28 +00:00
2023-11-30 08:43:04 +00:00
2024-01-19 12:21:23 +00:00
2023-08-14 12:51:21 +01:00