1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-08 09:39:03 +01:00

Add a buildroot utils/check-package linter check to pr-checks.yml (#1523)

Add buildroot utils/check-package check to the pr-checks.yml workflow.
It checks for common errors/mistakes when creating own buildroot
packages. Also fixed all warnings this utility output for our existing packages.
This commit is contained in:
Jens Maus
2021-09-04 10:46:55 +02:00
committed by GitHub
parent b6b8e3b1dc
commit 97dffedbcd
23 changed files with 104 additions and 70 deletions
@@ -11,7 +11,6 @@ KHADAS_BOOT_LICENSE_FILES = Licenses/gpl-2.0.txt
KHADAS_BOOT_INSTALL_IMAGES = YES
KHADAS_BOOT_DEPENDENCIES = uboot
ifeq ($(BR2_PACKAGE_KHADAS_BOOT_VIM3),y)
KHADAS_BOOT_VERSION = 251220
@@ -40,7 +39,6 @@ define KHADAS_BOOT_BUILD_CMDS
cp $(KHADAS_BOOT_FIP_DIR)/aml_ddr.fw $(@D)/fip/
cp $(BINARIES_DIR)/u-boot.bin $(@D)/fip/bl33.bin
cd $(@D); $(KHADAS_BOOT_FIP_DIR)/blx_fix.sh \
fip/bl30.bin \
fip/zero_tmp \