diff options
Diffstat (limited to 'meta/classes-recipe')
-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 |