更新命名规范

This commit is contained in:
hejiawencc
2022-05-26 14:56:49 +08:00
parent fa7c43f631
commit 9497bfbcfc
7 changed files with 16 additions and 14 deletions

View File

@ -7,11 +7,11 @@ export RK_UBOOT_DEFCONFIG=rk3568
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig
export RK_KERNEL_DEFCONFIG=lubancat_rk3568_dev_defconfig
export RK_KERNEL_DEFCONFIG=rk3568_lubancat2_io_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat-dev
export RK_KERNEL_DTS=rk3568-lubancat2-io
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -7,11 +7,11 @@ export RK_UBOOT_DEFCONFIG=rk3568
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig
export RK_KERNEL_DEFCONFIG=lubancat_rk3568_dev_defconfig
export RK_KERNEL_DEFCONFIG=rk3568_lubancat2_io_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat-dev
export RK_KERNEL_DTS=rk3568-lubancat2-io
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -7,11 +7,11 @@ export RK_UBOOT_DEFCONFIG=rk3568
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig
export RK_KERNEL_DEFCONFIG=lubancat_rk3568_dev_defconfig
export RK_KERNEL_DEFCONFIG=rk3568_lubancat2_io_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat-dev
export RK_KERNEL_DTS=rk3568-lubancat2-io
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -7,11 +7,11 @@ export RK_UBOOT_DEFCONFIG=rk3568
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig
export RK_KERNEL_DEFCONFIG=lubancat_rk3568_lbc_defconfig
export RK_KERNEL_DEFCONFIG=rk3568_lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat-lbc
export RK_KERNEL_DTS=rk3568-lubancat2
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -7,11 +7,11 @@ export RK_UBOOT_DEFCONFIG=rk3568
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig
export RK_KERNEL_DEFCONFIG=lubancat_rk3568_lbc_defconfig
export RK_KERNEL_DEFCONFIG=rk3568_lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat-lbc
export RK_KERNEL_DTS=rk3568-lubancat2
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -7,11 +7,11 @@ export RK_UBOOT_DEFCONFIG=rk3568
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig
export RK_KERNEL_DEFCONFIG=lubancat_rk3568_lbc_defconfig
export RK_KERNEL_DEFCONFIG=rk3568_lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat-lbc
export RK_KERNEL_DTS=rk3568-lubancat2
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path
@ -68,3 +68,5 @@ export RK_UBUNTU_VERSION=bionic
export RK_ROOTFS_TARGET=desktop
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=debug
# 定义添加的GPU加速包对应型号
export RK_ROOTFS_GPU=rk3568

View File

@ -1 +1 @@
BoardConfig-LubanCat-rk3568-LBC-buildroot.mk
BoardConfig-LubanCat2-buildroot.mk