rk356x 添加RK_PKG_NAME变量用于7z打包,全部默认debug

This commit is contained in:
hejiawencc
2023-04-13 10:10:37 +08:00
parent 9826a8fc8b
commit 1cc45448e2
9 changed files with 22 additions and 4 deletions

View File

@ -63,6 +63,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-rk356x-backup
# 定义默认rootfs为 debian # 定义默认rootfs为 debian
export RK_ROOTFS_SYSTEM=debian export RK_ROOTFS_SYSTEM=debian
# Set debian version (debian10: buster) # Set debian version (debian10: buster)

View File

@ -63,6 +63,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-${RK_UBOOT_DEFCONFIG}
# 定义默认rootfs为 debian # 定义默认rootfs为 debian
export RK_ROOTFS_SYSTEM=debian export RK_ROOTFS_SYSTEM=debian
# Set debian version (debian10: buster) # Set debian version (debian10: buster)

View File

@ -63,6 +63,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-${RK_UBOOT_DEFCONFIG}
# 定义默认rootfs为 debian # 定义默认rootfs为 debian
export RK_ROOTFS_SYSTEM=debian export RK_ROOTFS_SYSTEM=debian
# Set debian version (debian10: buster) # Set debian version (debian10: buster)

View File

@ -63,6 +63,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-${RK_UBOOT_DEFCONFIG}
# 定义默认rootfs为ubuntu # 定义默认rootfs为ubuntu
export RK_ROOTFS_SYSTEM=ubuntu export RK_ROOTFS_SYSTEM=ubuntu
# 默认Ubuntu 版本 # 默认Ubuntu 版本
@ -70,6 +72,6 @@ export RK_UBUNTU_VERSION=20.04
# 定义默认rootfs是否为桌面版 xfce :桌面版 lite :控制台版 # 定义默认rootfs是否为桌面版 xfce :桌面版 lite :控制台版
export RK_ROOTFS_TARGET=xfce export RK_ROOTFS_TARGET=xfce
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=debug
# 使用exboot内核分区 # 使用exboot内核分区
export RK_EXTBOOT=true export RK_EXTBOOT=true

View File

@ -65,6 +65,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-${RK_UBOOT_DEFCONFIG}
# 定义默认rootfs为ubuntu # 定义默认rootfs为ubuntu
export RK_ROOTFS_SYSTEM=ubuntu export RK_ROOTFS_SYSTEM=ubuntu
# 默认Ubuntu 版本 # 默认Ubuntu 版本
@ -72,6 +74,6 @@ export RK_UBUNTU_VERSION=20.04
# 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版 # 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版
export RK_ROOTFS_TARGET=lite export RK_ROOTFS_TARGET=lite
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=debug
# 使用exboot内核分区 # 使用exboot内核分区
export RK_EXTBOOT=true export RK_EXTBOOT=true

View File

@ -63,6 +63,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-${RK_UBOOT_DEFCONFIG}
# 定义默认rootfs为 debian # 定义默认rootfs为 debian
export RK_ROOTFS_SYSTEM=debian export RK_ROOTFS_SYSTEM=debian
# Set debian version (debian10: buster) # Set debian version (debian10: buster)

View File

@ -63,6 +63,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-${RK_UBOOT_DEFCONFIG}
# 定义默认rootfs为 debian # 定义默认rootfs为 debian
export RK_ROOTFS_SYSTEM=debian export RK_ROOTFS_SYSTEM=debian
# Set debian version (debian10: buster) # Set debian version (debian10: buster)

View File

@ -63,6 +63,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-${RK_UBOOT_DEFCONFIG}
# 定义默认rootfs为ubuntu # 定义默认rootfs为ubuntu
export RK_ROOTFS_SYSTEM=ubuntu export RK_ROOTFS_SYSTEM=ubuntu
# 默认Ubuntu 版本 # 默认Ubuntu 版本
@ -70,6 +72,6 @@ export RK_UBUNTU_VERSION=20.04
# 定义默认rootfs是否为桌面版 xfce :桌面版 lite :控制台版 # 定义默认rootfs是否为桌面版 xfce :桌面版 lite :控制台版
export RK_ROOTFS_TARGET=xfce export RK_ROOTFS_TARGET=xfce
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=debug
# 使用exboot内核分区 # 使用exboot内核分区
export RK_EXTBOOT=true export RK_EXTBOOT=true

View File

@ -65,6 +65,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC # SOC
export RK_SOC=rk356x export RK_SOC=rk356x
# build.sh save 打包时名称
export RK_PKG_NAME=lubancat-${RK_UBOOT_DEFCONFIG}
# 定义默认rootfs为ubuntu # 定义默认rootfs为ubuntu
export RK_ROOTFS_SYSTEM=ubuntu export RK_ROOTFS_SYSTEM=ubuntu
# 默认Ubuntu 版本 # 默认Ubuntu 版本
@ -72,6 +74,6 @@ export RK_UBUNTU_VERSION=20.04
# 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版 # 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版
export RK_ROOTFS_TARGET=lite export RK_ROOTFS_TARGET=lite
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=debug
# 使用exboot内核分区 # 使用exboot内核分区
export RK_EXTBOOT=true export RK_EXTBOOT=true