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:
Igor Pečovnik 2021-04-12 23:56:53 +02:00 committed by GitHub
parent 12626fcfa2
commit f0b5264317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10927 additions and 3 deletions

View file

@ -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"

View file

@ -2,5 +2,5 @@
BOARD_NAME="Udoo"
BOARDFAMILY="imx6"
BOOTCONFIG="udoo_defconfig"
KERNEL_TARGET="current"
KERNEL_TARGET="current,edge"
FULL_DESKTOP="yes"

File diff suppressed because it is too large Load diff

View file

@ -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

View file

@ -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