From f8517afc7a5ada4538b3b7d397fa32586d57ffe5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Jul 2015 17:14:27 -0300 Subject: Move meta-fsl-arm content to layer root 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 --- recipes-devtools/devregs/devregs_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-devtools/devregs/devregs_git.bb (limited to 'recipes-devtools/devregs') diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb new file mode 100644 index 000000000..3bac55a47 --- /dev/null +++ b/recipes-devtools/devregs/devregs_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "i.MX Register tool" +SECTION = "devel" +LICENSE = "GPL-1" +LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" + +SRCREV = "34ed402b92920864b89e0fd1e76bae3aa340baaa" +SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=http" + +PV = "1.0+${SRCPV}" + +S = "${WORKDIR}/git" + +inherit autotools -- cgit v1.2.3-54-g00ecf