diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-03 14:55:12 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-07 12:43:28 +0000 |
| commit | 3c5a8bf487a9d52691529c35420bd38a321fbc2a (patch) | |
| tree | d9d3dcd0066083daa88144976483dca9bb7c97b1 | |
| parent | cfdaad287b8bfe6909acc0257d120c58abe8ae5e (diff) | |
| download | poky-3c5a8bf487a9d52691529c35420bd38a321fbc2a.tar.gz | |
u-boot-fw-utils: Drop as replaced
(From OE-Core rev: 4359a398af0abcd6a4b58e0326ce5e4101ad252e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 | ||||
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2020.01.bb | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 09453e7343..2b37403345 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
| @@ -686,7 +686,6 @@ RECIPE_MAINTAINER_pn-ttf-bitstream-vera = "Anuj Mittal <anuj.mittal@intel.com>" | |||
| 686 | RECIPE_MAINTAINER_pn-tzcode-native = "Armin Kuster <akuster808@gmail.com>" | 686 | RECIPE_MAINTAINER_pn-tzcode-native = "Armin Kuster <akuster808@gmail.com>" |
| 687 | RECIPE_MAINTAINER_pn-tzdata = "Armin Kuster <akuster808@gmail.com>" | 687 | RECIPE_MAINTAINER_pn-tzdata = "Armin Kuster <akuster808@gmail.com>" |
| 688 | RECIPE_MAINTAINER_pn-u-boot = "Marek Vasut <marek.vasut@gmail.com>" | 688 | RECIPE_MAINTAINER_pn-u-boot = "Marek Vasut <marek.vasut@gmail.com>" |
| 689 | RECIPE_MAINTAINER_pn-u-boot-fw-utils = "Marek Vasut <marek.vasut@gmail.com>" | ||
| 690 | RECIPE_MAINTAINER_pn-u-boot-tools = "Marek Vasut <marek.vasut@gmail.com>" | 689 | RECIPE_MAINTAINER_pn-u-boot-tools = "Marek Vasut <marek.vasut@gmail.com>" |
| 691 | RECIPE_MAINTAINER_pn-udev-extraconf = "Ross Burton <ross.burton@intel.com>" | 690 | RECIPE_MAINTAINER_pn-udev-extraconf = "Ross Burton <ross.burton@intel.com>" |
| 692 | RECIPE_MAINTAINER_pn-unfs3 = "Ross Burton <ross.burton@intel.com>" | 691 | RECIPE_MAINTAINER_pn-unfs3 = "Ross Burton <ross.burton@intel.com>" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2020.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2020.01.bb deleted file mode 100644 index 5d9b300ae2..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2020.01.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | require u-boot-common.inc | ||
| 2 | |||
| 3 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" | ||
| 4 | DEPENDS += "mtd-utils" | ||
| 5 | |||
| 6 | SRC_URI += "file://0001-include-env.h-Ensure-ulong-is-defined.patch \ | ||
| 7 | file://0002-include-fix-ulong-definition-on-musl-targets.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | INSANE_SKIP_${PN} = "already-stripped" | ||
| 11 | EXTRA_OEMAKE_class-target = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" V=1' | ||
| 12 | EXTRA_OEMAKE_class-cross = 'HOSTCC="${CC} ${CFLAGS} ${LDFLAGS}" V=1' | ||
| 13 | |||
| 14 | inherit uboot-config | ||
| 15 | |||
| 16 | do_compile () { | ||
| 17 | oe_runmake -C ${S} ${UBOOT_MACHINE} O=${B} | ||
| 18 | oe_runmake -C ${S} envtools O=${B} | ||
| 19 | } | ||
| 20 | |||
| 21 | do_install () { | ||
| 22 | install -d ${D}${base_sbindir} | ||
| 23 | install -d ${D}${sysconfdir} | ||
| 24 | install -m 755 ${B}/tools/env/fw_printenv ${D}${base_sbindir}/fw_printenv | ||
| 25 | install -m 755 ${B}/tools/env/fw_printenv ${D}${base_sbindir}/fw_setenv | ||
| 26 | install -m 0644 ${S}/tools/env/fw_env.config ${D}${sysconfdir}/fw_env.config | ||
| 27 | } | ||
| 28 | |||
| 29 | do_install_class-cross () { | ||
| 30 | install -d ${D}${bindir_cross} | ||
| 31 | install -m 755 ${B}/tools/env/fw_printenv ${D}${bindir_cross}/fw_printenv | ||
| 32 | install -m 755 ${B}/tools/env/fw_printenv ${D}${bindir_cross}/fw_setenv | ||
| 33 | } | ||
| 34 | |||
| 35 | SYSROOT_DIRS_append_class-cross = " ${bindir_cross}" | ||
| 36 | |||
| 37 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 38 | BBCLASSEXTEND = "cross" | ||
