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>
14 lines
415 B
BlitzBasic
14 lines
415 B
BlitzBasic
# Copyright (C) 2013-2015 Freescale Semiconductor
|
|
|
|
SUMMARY = "Nand boot write source"
|
|
SECTION = "base"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
|
|
|
SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz"
|
|
|
|
SRC_URI[md5sum] = "0077ec992b281ebbce2928564a08b207"
|
|
SRC_URI[sha256sum] = "cfac042f5c96731205c397a4a6b3ed966f804569ae4d0e2685d22fdf6bdc9eb7"
|
|
|
|
inherit autotools pkgconfig
|