mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
u-boot-script-boundary: New bootscript for boundary 3.14.28 kernel
New bootscript that supports all Boundary Device's current boards, including the Nitrogen6_SoloX, and their default DTBs. Uses new u-boot fbpanel display detection. See previous commit message for u-boot-boundary_git.bb for more detailed information. Signed-off-by: Ian Coolidge <ian@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
98c8f8bb44
commit
bc55a4e2e9
|
@ -1,20 +1,18 @@
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
|
||||
DEPENDS = "u-boot-mkimage-native"
|
||||
|
||||
PV = "v2014.07+git${SRCPV}"
|
||||
PV = "v2015.07+git${SRCPV}"
|
||||
|
||||
SRCREV = "21eb41461f0f1e9b7dde59cee37de89b473868ef"
|
||||
SRCBRANCH = "v2014.07-20140914"
|
||||
SRCREV = "440d48194fd7191de95eae3db5360c6c4384d3db"
|
||||
SRCBRANCH = "boundary-v2015.07"
|
||||
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit deploy
|
||||
|
||||
BOOTSCRIPT ?= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto-3.10.53.txt"
|
||||
BOOTSCRIPT_imx6qsabrelite ?= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto-3.10.53.txt"
|
||||
BOOTSCRIPT_nitrogen6x-lite ?= "${S}/board/boundary/nit6xlite/6x_bootscript-yocto-3.10.53.txt"
|
||||
BOOTSCRIPT ?= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt"
|
||||
|
||||
UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
|
||||
|
||||
|
@ -55,4 +53,4 @@ do_install[noexec] = "1"
|
|||
do_populate_sysroot[noexec] = "1"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
|
||||
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user