PN: linux-xlnx
PV: 5.15.19+gitAUTOINC+b0c1be301e
PR: r0
PKGV: 5.15.19+git0+b0c1be301e
PKGR: r0.0
LICENSE: GPLv2
DESCRIPTION: Xilinx Kernel
SUMMARY: Linux kernel
RPROVIDES:kernel-image-zimage:  kernel-image-zimage (=5.15.19+git0+b0c1be301e)
SECTION: kernel
PKG:kernel-image-zimage: kernel-image-zimage-5.15.19-xilinx-v2022.1
ALLOW_EMPTY:kernel-image-zimage: 1
FILES:kernel-image-zimage: /boot/zImage-5.15.19-xilinx-v2022.1 /boot/zImage
FILES_INFO:kernel-image-zimage: {"/boot/zImage-5.15.19-xilinx-v2022.1": 4533856}
pkg_postinst:kernel-image-zimage: set -e\nset +e\nif [ -n "$D" ]; then\n    ln -sf zImage-5.15.19-xilinx-v2022.1 $D/boot/zImage > /dev/null 2>&1\nelse\n    ln -sf zImage-5.15.19-xilinx-v2022.1 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.19-xilinx-v2022.1 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: 4533856
