diff options
author | John Klug <john.klug@multitech.com> | 2020-11-11 16:17:52 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-11 16:17:52 -0600 |
commit | 4bb6f26b05450777d14aa96e10783066c2503dc2 (patch) | |
tree | 3ed6c4bb86736d28926fd37a3c2b4eb81de44c82 /recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb | |
download | meta-multitech-atmel-5.3.0a.tar.gz meta-multitech-atmel-5.3.0a.tar.bz2 meta-multitech-atmel-5.3.0a.zip |
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.bb | 25 |
1 files changed, 25 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..65ea852 --- /dev/null +++ b/recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "U-Boot Linux Utilities" +HOMEPAGE = "http://www.multitech.net/" +SECTION = "console/utils" +PRIORITY = "optional" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +# Defaults are different depending on machine type. +PACKAGE_ARCH = "${MACHINE_ARCH}" + +PR = "r1" + +DEPENDS = "mtd-utils u-boot" + +# tag 0.2.1 +SRCREV = "fce83ee60201d82ec22f14baac9fd7382a0ad4ac" + +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 = "" |