mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
linux-boundary, u-boot-script-boundary: Set compatible machine
The compatible machine filter is required to avoid build warnings when building for other boards, as: ,----[ Build warning ] | WARNING: Unable to get checksum for linux-boundary | SRC_URI entry defconfig: file could not be found `---- Change-Id: I2f55697fbef29c35b332bfdcc5023c5f70bc9e4b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
52871f8458
commit
05b7ef0269
|
@ -1,6 +1,5 @@
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
|
||||
COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
|
||||
DEPENDS = "u-boot-mkimage-native"
|
||||
|
||||
PV = "v2013.10+git${SRCPV}"
|
||||
|
@ -66,3 +65,4 @@ do_install[noexec] = "1"
|
|||
do_populate_sysroot[noexec] = "1"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
|
||||
|
|
|
@ -13,3 +13,4 @@ SRCBRANCH = "boundary-imx_3.0.35_4.1.0"
|
|||
SRCREV = "79a3b6d5276a4025411367912c33d7d4f5e63c15"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx6)"
|
||||
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Adapted from linux-imx.inc, copyright (C) 2013 O.S. Systems Software LTDA
|
||||
# Adapted from linux-imx.inc, copyright (C) 2013, 2014 O.S. Systems Software LTDA
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
require recipes-kernel/linux/linux-imx.inc
|
||||
|
@ -14,3 +14,4 @@ SRCBRANCH = "boundary-imx_3.10.17_1.0.0_beta"
|
|||
SRCREV = "92608435c09eef1b111d6b704d016bcc769c55ca"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx6)"
|
||||
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user