mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-boundary: Create u-boot-boundary-common include file
- Use a common file to make easier update, maintain and create others U-Boot recipes like U-Boot fw-utils. - Rename recipes to use U-Boot version as recipe PN. - Fix U-Boot spelling on description. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
0f0ff55565
commit
94611c67c3
|
@ -1,11 +1,6 @@
|
|||
require recipes-bsp/u-boot/u-boot.inc
|
||||
|
||||
DESCRIPTION = "u-boot for Boundary Devices boards."
|
||||
DESCRIPTION = "U-Boot for Boundary Devices boards"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
|
||||
COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x|nitrogen6sx|nitrogen7)"
|
||||
|
||||
PROVIDES += "u-boot"
|
||||
|
||||
PV = "v2016.03+git${SRCPV}"
|
||||
|
6
recipes-bsp/u-boot/u-boot-boundary_2016.03.bb
Normal file
6
recipes-bsp/u-boot/u-boot-boundary_2016.03.bb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require recipes-bsp/u-boot/u-boot.inc
|
||||
require recipes-bsp/u-boot/u-boot-boundary-common_${PV}.inc
|
||||
|
||||
PROVIDES += "u-boot"
|
||||
|
||||
COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x|nitrogen6sx|nitrogen7)"
|
|
@ -1,15 +1,7 @@
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
|
||||
require recipes-bsp/u-boot/u-boot-boundary-common_${PV}.inc
|
||||
|
||||
DEPENDS = "u-boot-mkimage-native"
|
||||
|
||||
PV = "v2016.03+git${SRCPV}"
|
||||
|
||||
SRCREV = "568947b9d1dd4e966008fceb4617392a82dc753c"
|
||||
SRCBRANCH = "boundary-v2016.03"
|
||||
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.14.txt"
|
||||
|
@ -59,5 +51,4 @@ addtask deploy after do_install before do_build
|
|||
|
||||
FILES_${PN} += "/"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7)"
|
Loading…
Reference in New Issue
Block a user