mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00

The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10 lines
325 B
BlitzBasic
10 lines
325 B
BlitzBasic
# Copyright (C) 2013 Freescale Semiconductor
|
|
require imx-lib.inc
|
|
|
|
SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.tar.gz \
|
|
file://obey-variables.patch"
|
|
SRC_URI[md5sum] = "a4e7447e35cfac0b966a51f001390d6e"
|
|
SRC_URI[sha256sum] = "3ed082005789db0c9c41e14073417319f4e23f5646a7d21f34840470f4328bd5"
|
|
|
|
COMPATIBLE_MACHINE = "(mx5)"
|