diff options
author | John Klug <john.klug@multitech.com> | 2019-08-16 09:56:48 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 09:30:13 -0600 |
commit | 3da35197de85194bdcd658d1a4e3117bf72c8d43 (patch) | |
tree | c6404509668477e48bcc8042c5173c8031424e54 | |
parent | 9b989cf6bab18453e006abf299059673096dbf3a (diff) | |
download | meta-multitech-3da35197de85194bdcd658d1a4e3117bf72c8d43.tar.gz meta-multitech-3da35197de85194bdcd658d1a4e3117bf72c8d43.tar.bz2 meta-multitech-3da35197de85194bdcd658d1a4e3117bf72c8d43.zip |
u-boot-linux-utils is machine dependent
-rw-r--r-- | recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb | 4 |
1 files changed, 4 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 index 1632963..65ea852 100644 --- a/recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb +++ b/recipes-bsp/multitech/u-boot-linux-utils_0.2.1.bb @@ -4,6 +4,10 @@ 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" |