[no ci] Rockchip: update rv11xx package (#1809)

pull/1748/merge
viktorxda 2025-05-02 13:12:05 +02:00 committed by GitHub
parent 861650be26
commit f9d2b7388a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8224 additions and 3 deletions

View File

@ -88,9 +88,7 @@ else
endif
endif
ifeq ($(BR2_TARGET_ROOTFS_UBI),y)
ifeq ($(BR2_OPENIPC_SOC_VENDOR),"rockchip")
@$(call PREPARE_REPACK,zboot.img,4096,rootfs.ubi,16384,nand)
else ifeq ($(BR2_OPENIPC_SOC_VENDOR),"sigmastar")
ifneq ($(filter $(BR2_OPENIPC_SOC_VENDOR),"rockchip" "sigmastar"),)
@$(call PREPARE_REPACK,,,rootfs.ubi,16384,nand)
else
@$(call PREPARE_REPACK,uImage,4096,rootfs.ubi,16384,nand)

View File

@ -10,6 +10,9 @@ ROCKCHIP_OSDRV_RV11XX_LICENSE = MIT
ROCKCHIP_OSDRV_RV11XX_LICENSE_FILES = LICENSE
define ROCKCHIP_OSDRV_RV11XX_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensors
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/sensors $(ROCKCHIP_OSDRV_RV11XX_PKGDIR)/files/sensors/*
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/5.10.160/rockchip
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/5.10.160/rockchip $(ROCKCHIP_OSDRV_RV11XX_PKGDIR)/files/kmod/*