From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-bsp/x-load/x-load_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-bsp/x-load/x-load_git.bb (limited to 'meta/recipes-bsp/x-load/x-load_git.bb') diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb new file mode 100644 index 0000000000..65dc85c30a --- /dev/null +++ b/meta/recipes-bsp/x-load/x-load_git.bb @@ -0,0 +1,21 @@ +require x-load.inc + +FILESPATH = "${FILE_DIRNAME}/x-load-git/${MACHINE}:${FILE_DIRNAME}/x-load-git/" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f" + +SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915" +PV = "1.5.0+git${SRCPV}" + +#SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master" +#SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master" +SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master" + +SRC_URI_append_beagleboard = " file://name.patch " + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)" -- cgit v1.2.3-54-g00ecf