mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 11:21:29 +00:00
Re-create edge branch for imx6 (#2751)
* Re-create edge branch for imx6 * Add build target Edge was not tested on HW yet.
This commit is contained in:
parent
12626fcfa2
commit
f0b5264317
5 changed files with 10927 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
BOARD_NAME="Cubox i2eX/i4"
|
||||
BOARDFAMILY="imx6"
|
||||
BOOTCONFIG="mx6cuboxi_defconfig"
|
||||
KERNEL_TARGET="current"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
BOARD_NAME="Udoo"
|
||||
BOARDFAMILY="imx6"
|
||||
BOOTCONFIG="udoo_defconfig"
|
||||
KERNEL_TARGET="current"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
|
|
10909
config/kernel/linux-imx6-edge.config
Normal file
10909
config/kernel/linux-imx6-edge.config
Normal file
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,21 @@ SERIALCON=ttymxc0
|
|||
ARCH=armhf
|
||||
UBOOT_TARGET_MAP=';;SPL:SPL.sdhc u-boot.img:u-boot.img.sdhc'
|
||||
|
||||
KERNELBRANCH='branch:linux-5.10.y'
|
||||
case $BRANCH in
|
||||
|
||||
current)
|
||||
|
||||
KERNELBRANCH='branch:linux-5.10.y'
|
||||
|
||||
;;
|
||||
|
||||
edge)
|
||||
|
||||
KERNELBRANCH='branch:linux-5.11.y'
|
||||
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
case $BOARD in
|
||||
|
||||
|
|
|
@ -61,6 +61,7 @@ cubietruck edge hirsute cli beta
|
|||
|
||||
# Cubox-i
|
||||
cubox-i current hirsute cli beta yes
|
||||
cubox-i edge hirsute cli beta no
|
||||
|
||||
|
||||
# Espressobin
|
||||
|
|
Loading…
Add table
Reference in a new issue