common: add RK_DEBIAN_VERSION for debian setting
Signed-off-by: Caesar Wang <wxt@rock-chips.com> Change-Id: Ie38d3ef58995400b683dbe40c593623627f1888f
This commit is contained in:
@ -36,6 +36,8 @@ export RK_JOBS=12
|
||||
export RK_TARGET_PRODUCT=rk3588
|
||||
# Set rootfs type, including ext2 ext4 squashfs
|
||||
export RK_ROOTFS_TYPE=ext4
|
||||
# debian version (debian10: buster, debian11: bullseye)
|
||||
export RK_DEBIAN_VERSION=bullseye
|
||||
# yocto machine
|
||||
export RK_YOCTO_MACHINE=
|
||||
# rootfs image path
|
||||
|
||||
@ -36,6 +36,8 @@ export RK_JOBS=12
|
||||
export RK_TARGET_PRODUCT=rk3588
|
||||
# Set rootfs type, including ext2 ext4 squashfs
|
||||
export RK_ROOTFS_TYPE=ext4
|
||||
# debian version (debian10: buster, debian11: bullseye)
|
||||
export RK_DEBIAN_VERSION=bullseye
|
||||
# yocto machine
|
||||
export RK_YOCTO_MACHINE=rockchip-rk3588-evb
|
||||
# rootfs image path
|
||||
|
||||
@ -36,6 +36,8 @@ export RK_JOBS=12
|
||||
export RK_TARGET_PRODUCT=rk3588
|
||||
# Set rootfs type, including ext2 ext4 squashfs
|
||||
export RK_ROOTFS_TYPE=ext4
|
||||
# debian version (debian10: buster, debian11: bullseye)
|
||||
export RK_DEBIAN_VERSION=bullseye
|
||||
# yocto machine
|
||||
export RK_YOCTO_MACHINE=rockchip-rk3588-evb
|
||||
# rootfs image path
|
||||
|
||||
@ -36,6 +36,8 @@ export RK_JOBS=12
|
||||
export RK_TARGET_PRODUCT=rk3588
|
||||
# Set rootfs type, including ext2 ext4 squashfs
|
||||
export RK_ROOTFS_TYPE=ext4
|
||||
# debian version (debian10: buster, debian11: bullseye)
|
||||
export RK_DEBIAN_VERSION=bullseye
|
||||
# yocto machine
|
||||
export RK_YOCTO_MACHINE=rockchip-rk3588-evb
|
||||
# rootfs image path
|
||||
|
||||
Reference in New Issue
Block a user