PN: linux-yocto
PV: 6.6.96+git
PR: r0
PKGV: 6.6.96+git0+533e805705_cfb2162b88
PKGR: r0.16
LICENSE: GPL-2.0-only
DESCRIPTION: Linux kernel.
SUMMARY: Linux kernel
RPROVIDES:kernel-image-bzimage:  kernel-image-bzimage (=6.6.96+git0+533e805705_cfb2162b88)
SECTION: kernel
PKG:kernel-image-bzimage: kernel-image-bzimage-6.6.96-yocto-standard
ALLOW_EMPTY:kernel-image-bzimage: 1
FILES:kernel-image-bzimage: /boot/bzImage-6.6.96-yocto-standard /boot/bzImage
FILES_INFO:kernel-image-bzimage: {"/boot/bzImage-6.6.96-yocto-standard": 13300736}
pkg_postinst:kernel-image-bzimage: set -e\nset +e\nif [ -n "$D" ]; then\n    ln -sf bzImage-6.6.96-yocto-standard $D/boot/bzImage > /dev/null 2>&1\nelse\n    ln -sf bzImage-6.6.96-yocto-standard boot/bzImage > /dev/null 2>&1\n    if [ $? -ne 0 ]; then\n        echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (bzImage)."\n        install -m 0644 boot/bzImage-6.6.96-yocto-standard boot/bzImage\n    fi\nfi\nset -e\n
pkg_postrm:kernel-image-bzimage: set -e\nset +e\nif [ -f "boot/bzImage" -o -L "boot/bzImage" ]; then\n    rm -f boot/bzImage  > /dev/null 2>&1\nfi\nset -e\n
PKGSIZE:kernel-image-bzimage: 13300736
