PN: linux-renesas
PV: 5.10.194+git
PR: r1
PKGV: 5.10.194+git0+6b085f452e
PKGR: r1.171
LICENSE: GPL-2.0-only
DESCRIPTION: Linux kernel for the R-Car Generation 3 based board
SUMMARY: Linux kernel
RPROVIDES:kernel-image-image:  kernel-image-image (=5.10.194+git0+6b085f452e)
SECTION: kernel
PKG:kernel-image-image: kernel-image-image-5.10.194-yocto-standard
ALLOW_EMPTY:kernel-image-image: 1
FILES:kernel-image-image: /boot/Image-5.10.194-yocto-standard /boot/Image
FILES_INFO:kernel-image-image: {"/boot/Image-5.10.194-yocto-standard": 39135744}
pkg_postinst:kernel-image-image: set -e\nset +e\nif [ -n "$D" ]; then\n    ln -sf Image-5.10.194-yocto-standard $D/boot/Image > /dev/null 2>&1\nelse\n    ln -sf Image-5.10.194-yocto-standard boot/Image > /dev/null 2>&1\n    if [ $? -ne 0 ]; then\n        echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (Image)."\n        install -m 0644 boot/Image-5.10.194-yocto-standard boot/Image\n    fi\nfi\nset -e\n
pkg_postrm:kernel-image-image: set -e\nset +e\nif [ -f "boot/Image" -o -L "boot/Image" ]; then\n    rm -f boot/Image  > /dev/null 2>&1\nfi\nset -e\n
PKGSIZE:kernel-image-image: 39135744
