summaryrefslogtreecommitdiff
path: root/recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-06-29 14:03:02 -0500
committerJohn Klug <john.klug@multitech.com>2018-06-29 14:03:02 -0500
commit72da2b591448250ec08e311cad07061249bf2cd1 (patch)
treedfdbcee2e1ad51a6476041bbd0b12446de251dd5 /recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb
parentb6b1608f49c7dd1a52cabd20e571928a27bcf4c4 (diff)
downloadmeta-multitech-atmel-72da2b591448250ec08e311cad07061249bf2cd1.tar.gz
meta-multitech-atmel-72da2b591448250ec08e311cad07061249bf2cd1.tar.bz2
meta-multitech-atmel-72da2b591448250ec08e311cad07061249bf2cd1.zip
Bump level of u-boot-linux-utils for MTHS (no ethernet).
Diffstat (limited to 'recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb')
-rw-r--r--recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb b/recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb
new file mode 100644
index 0000000..feefdbd
--- /dev/null
+++ b/recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "U-Boot Linux Utilities"
+HOMEPAGE = "http://www.multitech.net/"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+PR = "r0"
+
+DEPENDS = "mtd-utils u-boot"
+
+# tag 0.0.1
+SRCREV = "f9e9a86126118d6a038a797bd22e008ed1ab9f9c"
+
+SRC_URI = "git://git.multitech.net/u-boot-linux-utils.git;protocol=git \
+ file://DEFAULT_ENV.cfg"
+
+S = "${WORKDIR}/git"
+CFLAGS += "-idirafter ${STAGING_DIR_TARGET}/usr/include/u-boot"
+inherit autotools
+
+PARALLEL_MAKE = ""