mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f441e63de9
commit
8f855f1e84
@@ -364,12 +364,6 @@ remove_init_link () {
|
||||
fi
|
||||
}
|
||||
|
||||
make_zimage_symlink_relative () {
|
||||
if [ -L ${IMAGE_ROOTFS}/boot/zImage ]; then
|
||||
(cd ${IMAGE_ROOTFS}/boot/ && for i in `ls zImage-* | sort`; do ln -sf $i zImage; done)
|
||||
fi
|
||||
}
|
||||
|
||||
python write_image_manifest () {
|
||||
from oe.rootfs import image_list_installed_packages
|
||||
from oe.utils import format_pkg_list
|
||||
|
||||
Reference in New Issue
Block a user