diff options
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/devregs/devregs_git.bb | 2 | ||||
| -rw-r--r-- | recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 2 | ||||
| -rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_4.2.bb | 4 | ||||
| -rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch | 43 | ||||
| -rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst_git.bb | 10 | ||||
| -rw-r--r-- | recipes-devtools/utp-com/utp-com_git.bb | 2 | ||||
| -rw-r--r-- | recipes-devtools/uuu/uuu-bin_1.5.233.bb (renamed from recipes-devtools/uuu/uuu-bin_1.5.165.bb) | 17 | ||||
| -rw-r--r-- | recipes-devtools/uuu/uuu_git.bb | 6 |
8 files changed, 17 insertions, 69 deletions
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb index f24cb0f6e..9d2155e1f 100644 --- a/recipes-devtools/devregs/devregs_git.bb +++ b/recipes-devtools/devregs/devregs_git.bb | |||
| @@ -8,6 +8,4 @@ SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=ma | |||
| 8 | 8 | ||
| 9 | PV = "1.0+${SRCPV}" | 9 | PV = "1.0+${SRCPV}" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit autotools | 11 | inherit autotools |
diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb index deffd8539..c14fd955b 100644 --- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb +++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | |||
| @@ -10,8 +10,6 @@ SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;br | |||
| 10 | 10 | ||
| 11 | PV = "1.0+${SRCPV}" | 11 | PV = "1.0+${SRCPV}" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | do_install () { | 13 | do_install () { |
| 16 | oe_runmake DESTDIR=${D} install | 14 | oe_runmake DESTDIR=${D} install |
| 17 | } | 15 | } |
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.2.bb b/recipes-devtools/qemu/qemu-qoriq_4.2.bb index 5ac774ed2..cb415d66b 100644 --- a/recipes-devtools/qemu/qemu-qoriq_4.2.bb +++ b/recipes-devtools/qemu/qemu-qoriq_4.2.bb | |||
| @@ -15,9 +15,7 @@ SRC_URI = "gitsm://github.com/nxp-qoriq/qemu;protocol=https;nobranch=1 \ | |||
| 15 | file://0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch \ | 15 | file://0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRCREV = "14fda5a42df6c72e890d6a97ff88c5852172604b" | 18 | SRCREV = "a46ddbbe661677dcfa342f00ab7ab71e5f6f1a09" |
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 19 | ||
| 22 | python() { | 20 | python() { |
| 23 | d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', '')) | 21 | d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', '')) |
diff --git a/recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch b/recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch deleted file mode 100644 index d25675aae..000000000 --- a/recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | From 81ec65e72f357fb2c395e40c5195434bbaddf7f7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 16 May 2020 08:21:52 -0700 | ||
| 4 | Subject: [PATCH] tools: Mark struct input_field file_field extern | ||
| 5 | |||
| 6 | This struct is already defined in common/parse_utils.c | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | tools/header_generation/create_hdr_common.c | 2 +- | ||
| 12 | tools/pbi_creation/create_pbi_common.c | 2 +- | ||
| 13 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/tools/header_generation/create_hdr_common.c b/tools/header_generation/create_hdr_common.c | ||
| 16 | index bfa90a3..edf632c 100644 | ||
| 17 | --- a/tools/header_generation/create_hdr_common.c | ||
| 18 | +++ b/tools/header_generation/create_hdr_common.c | ||
| 19 | @@ -39,7 +39,7 @@ | ||
| 20 | #include <crypto_utils.h> | ||
| 21 | |||
| 22 | extern struct g_data_t gd; | ||
| 23 | -struct input_field file_field; | ||
| 24 | +extern struct input_field file_field; | ||
| 25 | |||
| 26 | extern char line_data[]; | ||
| 27 | static struct option long_options[] = { | ||
| 28 | diff --git a/tools/pbi_creation/create_pbi_common.c b/tools/pbi_creation/create_pbi_common.c | ||
| 29 | index ff2ed84..bd976da 100644 | ||
| 30 | --- a/tools/pbi_creation/create_pbi_common.c | ||
| 31 | +++ b/tools/pbi_creation/create_pbi_common.c | ||
| 32 | @@ -57,7 +57,7 @@ static char *parse_list[] = { | ||
| 33 | |||
| 34 | extern struct g_data_t gd; | ||
| 35 | extern char line_data[]; | ||
| 36 | -struct input_field file_field; | ||
| 37 | +extern struct input_field file_field; | ||
| 38 | |||
| 39 | #define NUM_PARSE_LIST (sizeof(parse_list) / sizeof(char *)) | ||
| 40 | |||
| 41 | -- | ||
| 42 | 2.26.2 | ||
| 43 | |||
diff --git a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb index bcb4f8bfe..eb01f5427 100644 --- a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb +++ b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb | |||
| @@ -16,12 +16,8 @@ inherit kernel-arch | |||
| 16 | #SECURE_PRI_KEY = "/path/srk.pri" | 16 | #SECURE_PRI_KEY = "/path/srk.pri" |
| 17 | #SECURE_PUB_KEY = "/path/srk.pub" | 17 | #SECURE_PUB_KEY = "/path/srk.pub" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ | 19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1" |
| 20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ | 20 | SRCREV = "892d2ed3207d78a3cb5533eeb91bcc73967e3e36" |
| 21 | " | ||
| 22 | SRCREV = "e96dead3c339f6addb1600249be67e1884cdbcc5" | ||
| 23 | |||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 21 | ||
| 26 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' | 22 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' |
| 27 | CFLAGS:append = ' -Wno-deprecated-declarations' | 23 | CFLAGS:append = ' -Wno-deprecated-declarations' |
| @@ -41,3 +37,5 @@ do_install () { | |||
| 41 | 37 | ||
| 42 | FILES:${PN}-dbg += "${bindir}/cst/.debug" | 38 | FILES:${PN}-dbg += "${bindir}/cst/.debug" |
| 43 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |
| 40 | INSANE_SKIP:${PN}-dbg += " buildpaths" | ||
| 41 | |||
diff --git a/recipes-devtools/utp-com/utp-com_git.bb b/recipes-devtools/utp-com/utp-com_git.bb index 85c80acbd..364c91bcc 100644 --- a/recipes-devtools/utp-com/utp-com_git.bb +++ b/recipes-devtools/utp-com/utp-com_git.bb | |||
| @@ -11,8 +11,6 @@ SRC_URI = " \ | |||
| 11 | 11 | ||
| 12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | do_configure[noexec] = "1" | 14 | do_configure[noexec] = "1" |
| 17 | 15 | ||
| 18 | do_compile () { | 16 | do_compile () { |
diff --git a/recipes-devtools/uuu/uuu-bin_1.5.165.bb b/recipes-devtools/uuu/uuu-bin_1.5.233.bb index 61c3927ca..ec2f40e00 100644 --- a/recipes-devtools/uuu/uuu-bin_1.5.165.bb +++ b/recipes-devtools/uuu/uuu-bin_1.5.233.bb | |||
| @@ -11,20 +11,23 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec | |||
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
| 13 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ | 13 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ |
| 14 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac;downloadfilename=uuu-${PV}_mac;name=Mac \ | 14 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_x86;downloadfilename=uuu-${PV}_mac_x86;name=Mac_x86 \ |
| 15 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_arm;downloadfilename=uuu-${PV}_mac_arm;name=Mac_arm \ | ||
| 15 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu.exe;downloadfilename=uuu-${PV}.exe;name=Windows \ | 16 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu.exe;downloadfilename=uuu-${PV}.exe;name=Windows \ |
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | SRC_URI[Linux.sha256sum] = "f863bba022202361d19e5026be0af408d307f78d2dbf2c139fb7eaaabd220442" | 19 | SRC_URI[Linux.sha256sum] = "c609fe6c4d9656102f7e3139a70488ba3988c33332486c89e5fc6d85ccedd96a" |
| 19 | SRC_URI[Mac.sha256sum] = "62da0bd7e333931fba100823aa50133621c7e6047be0546bc12e29c0ea78a4d8" | 20 | SRC_URI[Mac_x86.sha256sum] = "cdbacab592661900d46e7f97f9c7dd8a720bf46b1c17f4dbb65adb372f5fc6cf" |
| 20 | SRC_URI[Windows.sha256sum] = "013ed8bb45e21b971b6b3a5802c5f154733913714bece0b020cb770a809cd206" | 21 | SRC_URI[Mac_arm.sha256sum] = "6f8854946dfbeeb36894baf0f5f555b918974d465f4b541457e65c926fdd6a6a" |
| 22 | SRC_URI[Windows.sha256sum] = "a3c7241650c05dd6373a6aef086b34322c013103da729c1b446ec86694309939" | ||
| 21 | 23 | ||
| 22 | inherit allarch | 24 | inherit allarch |
| 23 | 25 | ||
| 24 | do_install() { | 26 | do_install() { |
| 25 | install -D -m 0755 ${UNPACKDIR}/uuu-${PV} ${D}${libdir}/uuu/uuu | 27 | install -D -m 0755 ${UNPACKDIR}/uuu-${PV} ${D}${libdir}/uuu/uuu |
| 26 | install -D -m 0755 ${UNPACKDIR}/uuu-${PV}_mac ${D}${libdir}/uuu/uuu_mac | 28 | install -D -m 0755 ${UNPACKDIR}/uuu-${PV}_mac_x86 ${D}${libdir}/uuu/uuu_mac_x86 |
| 27 | install -D -m 0644 ${UNPACKDIR}/uuu-${PV}.exe ${D}${libdir}/uuu/uuu.exe | 29 | install -D -m 0755 ${UNPACKDIR}/uuu-${PV}_mac_arm ${D}${libdir}/uuu/uuu_mac_arm |
| 30 | install -D -m 0644 ${UNPACKDIR}/uuu-${PV}.exe ${D}${libdir}/uuu/uuu.exe | ||
| 28 | } | 31 | } |
| 29 | 32 | ||
| 30 | # HACK! We are not aiming to run those binaries during the build but copy then for MFGTOOL bundle. | 33 | # HACK! We are not aiming to run those binaries during the build but copy then for MFGTOOL bundle. |
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index e48698a8b..3af8bc569 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb | |||
| @@ -3,16 +3,14 @@ DESCRIPTION = "Image deploy tool for i.MX chips" | |||
| 3 | HOMEPAGE = "https://github.com/nxp-imx/mfgtools" | 3 | HOMEPAGE = "https://github.com/nxp-imx/mfgtools" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master" | 5 | SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master" |
| 6 | SRCREV = "7347a80c7a943dd7e9081d9d2bab9e6ca8e0ba07" | 6 | SRCREV = "79ce7d2b2e7459e7b7c94f902d172c30b08884ab" |
| 7 | PV = "1.5.165" | 7 | PV = "1.5.233" |
| 8 | 8 | ||
| 9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5" |
| 11 | 11 | ||
| 12 | inherit cmake pkgconfig | 12 | inherit cmake pkgconfig |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | DEPENDS = "libusb zlib bzip2 openssl zstd libtinyxml2" | 14 | DEPENDS = "libusb zlib bzip2 openssl zstd libtinyxml2" |
| 17 | 15 | ||
| 18 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
