diff options
| author | Enrico Jörns <ejo@pengutronix.de> | 2024-02-12 22:44:12 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-14 13:53:36 +0000 |
| commit | 8f855f1e84a53d10841fe074dac28229385fb67a (patch) | |
| tree | bf6ca21c6c55488c64ecd1c29c935996fd0448ec /meta | |
| parent | f441e63de9d34631ad90d062239fe7cae0b7c996 (diff) | |
| download | poky-8f855f1e84a53d10841fe074dac28229385fb67a.tar.gz | |
rootfs-postcommands: remove make_zimage_symlink_relative()
This does not seem to have any purpose anymore since the pkg_postinst
from kernel.bbclass always creates relative symlinks from zImage to
zImage-${KERNEL_VERSION}.
(From OE-Core rev: 24ce7e5445962b9b3143036ecb3d44945082ce44)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes-recipe/rootfs-postcommands.bbclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes-recipe/rootfs-postcommands.bbclass b/meta/classes-recipe/rootfs-postcommands.bbclass index 3d05ff3b28..e81b69a239 100644 --- a/meta/classes-recipe/rootfs-postcommands.bbclass +++ b/meta/classes-recipe/rootfs-postcommands.bbclass | |||
| @@ -364,12 +364,6 @@ remove_init_link () { | |||
| 364 | fi | 364 | fi |
| 365 | } | 365 | } |
| 366 | 366 | ||
| 367 | make_zimage_symlink_relative () { | ||
| 368 | if [ -L ${IMAGE_ROOTFS}/boot/zImage ]; then | ||
| 369 | (cd ${IMAGE_ROOTFS}/boot/ && for i in `ls zImage-* | sort`; do ln -sf $i zImage; done) | ||
| 370 | fi | ||
| 371 | } | ||
| 372 | |||
| 373 | python write_image_manifest () { | 367 | python write_image_manifest () { |
| 374 | from oe.rootfs import image_list_installed_packages | 368 | from oe.rootfs import image_list_installed_packages |
| 375 | from oe.utils import format_pkg_list | 369 | from oe.utils import format_pkg_list |
