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