diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/crconf/crconf_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/dpdk/dpdk-20.11.inc | 2 | ||||
-rw-r--r-- | recipes-extended/dpdk/dpdk.inc | 2 | ||||
-rw-r--r-- | recipes-extended/jailhouse/jailhouse-imx_git.bb | 1 | ||||
-rw-r--r-- | recipes-extended/libpkcs11/libpkcs11_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/odp/odp.inc | 1 | ||||
-rw-r--r-- | recipes-extended/ofp/ofp_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb | 2 | ||||
-rw-r--r-- | recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb | 2 | ||||
-rw-r--r-- | recipes-extended/secure-obj/secure-obj-module_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/secure-obj/secure-obj_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/skmm-ep/skmm-ep_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/testfloat/testfloat_2a.bb | 2 | ||||
-rw-r--r-- | recipes-extended/tsntool/tsntool_git.bb | 2 |
14 files changed, 2 insertions, 24 deletions
diff --git a/recipes-extended/crconf/crconf_git.bb b/recipes-extended/crconf/crconf_git.bb index 755365d6d..ed76351e1 100644 --- a/recipes-extended/crconf/crconf_git.bb +++ b/recipes-extended/crconf/crconf_git.bb | |||
@@ -8,8 +8,6 @@ EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}' SBINDIR='${sbindir}' MANDIR='${mandir} | |||
8 | SRC_URI = "git://git.code.sf.net/p/crconf/code;protocol=https;nobranch=1" | 8 | SRC_URI = "git://git.code.sf.net/p/crconf/code;protocol=https;nobranch=1" |
9 | SRCREV = "c2b9595d739a9515a86ff3b1980b5cfdfcc42d68" | 9 | SRCREV = "c2b9595d739a9515a86ff3b1980b5cfdfcc42d68" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | do_install () { | 11 | do_install () { |
14 | oe_runmake install DESTDIR=${D} | 12 | oe_runmake install DESTDIR=${D} |
15 | } | 13 | } |
diff --git a/recipes-extended/dpdk/dpdk-20.11.inc b/recipes-extended/dpdk/dpdk-20.11.inc index 90b4c405a..66bcda2ff 100644 --- a/recipes-extended/dpdk/dpdk-20.11.inc +++ b/recipes-extended/dpdk/dpdk-20.11.inc | |||
@@ -8,8 +8,6 @@ LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4 | |||
8 | SRC_URI = "git://github.com/nxp-qoriq/dpdk;protocol=https;nobranch=1" | 8 | SRC_URI = "git://github.com/nxp-qoriq/dpdk;protocol=https;nobranch=1" |
9 | SRCREV = "f74b8bd5ab1c6ff76e956fc202a56aea2d200270" | 9 | SRCREV = "f74b8bd5ab1c6ff76e956fc202a56aea2d200270" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | 11 | COMPATIBLE_MACHINE = "(qoriq-arm64)" |
14 | 12 | ||
15 | CVE_PRODUCT = "data_plane_development_kit" | 13 | CVE_PRODUCT = "data_plane_development_kit" |
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index f2ab1370a..eabd18650 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc | |||
@@ -26,8 +26,6 @@ export RTE_TARGET = "${DPDK_RTE_TARGET}" | |||
26 | export RTE_OUTPUT = "${S}/${RTE_TARGET}" | 26 | export RTE_OUTPUT = "${S}/${RTE_TARGET}" |
27 | export MODULE_DIR = "${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net" | 27 | export MODULE_DIR = "${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net" |
28 | 28 | ||
29 | S = "${WORKDIR}/git" | ||
30 | |||
31 | EXTRA_OEMAKE += 'ETHTOOL_LIB_PATH="${S}/examples/ethtool/lib/${RTE_TARGET}" RTE_SDK="${S}" \ | 29 | EXTRA_OEMAKE += 'ETHTOOL_LIB_PATH="${S}/examples/ethtool/lib/${RTE_TARGET}" RTE_SDK="${S}" \ |
32 | OPENSSL_PATH="${STAGING_DIR_HOST}" RTE_KERNELDIR="${STAGING_KERNEL_DIR}" \ | 30 | OPENSSL_PATH="${STAGING_DIR_HOST}" RTE_KERNELDIR="${STAGING_KERNEL_DIR}" \ |
33 | RTE_KERNELDIR_OUT="${STAGING_KERNEL_BUILDDIR}" EXAMPLES_BUILD_DIR="${RTE_TARGET}" \ | 31 | RTE_KERNELDIR_OUT="${STAGING_KERNEL_BUILDDIR}" EXAMPLES_BUILD_DIR="${RTE_TARGET}" \ |
diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb index 2d0f2ff5c..a955c8fd3 100644 --- a/recipes-extended/jailhouse/jailhouse-imx_git.bb +++ b/recipes-extended/jailhouse/jailhouse-imx_git.bb | |||
@@ -33,7 +33,6 @@ DEPENDS = " \ | |||
33 | 33 | ||
34 | inherit module bash-completion deploy setuptools3 | 34 | inherit module bash-completion deploy setuptools3 |
35 | 35 | ||
36 | S = "${WORKDIR}/git" | ||
37 | B = "${S}" | 36 | B = "${S}" |
38 | 37 | ||
39 | JH_ARCH = "arm64" | 38 | JH_ARCH = "arm64" |
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb index ca9f87ee8..347a8ef9a 100644 --- a/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/recipes-extended/libpkcs11/libpkcs11_git.bb | |||
@@ -9,8 +9,6 @@ SRCREV = "8d85182b7a7cd393ab6dd72930f8d1b69468f741" | |||
9 | 9 | ||
10 | DEPENDS = "openssl secure-obj" | 10 | DEPENDS = "openssl secure-obj" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 12 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |
15 | export CROSS_COMPILE_HOST = "${CROSS_COMPILE}" | 13 | export CROSS_COMPILE_HOST = "${CROSS_COMPILE}" |
16 | export CROSS_COMPILE_TA = "${CROSS_COMPILE}" | 14 | export CROSS_COMPILE_TA = "${CROSS_COMPILE}" |
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index 0c90d0c57..34bd5138e 100644 --- a/recipes-extended/odp/odp.inc +++ b/recipes-extended/odp/odp.inc | |||
@@ -22,6 +22,5 @@ SRCREV_qbman = "75ff61a7ca6acdbdbb780161b053cbcbc990f1be" | |||
22 | SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d" | 22 | SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d" |
23 | 23 | ||
24 | SRCREV_FORMAT = "default_qbman_rta" | 24 | SRCREV_FORMAT = "default_qbman_rta" |
25 | S = "${WORKDIR}/git" | ||
26 | 25 | ||
27 | COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls2088a|ls1088a)" | 26 | COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls2088a|ls1088a)" |
diff --git a/recipes-extended/ofp/ofp_git.bb b/recipes-extended/ofp/ofp_git.bb index 47e543154..0f90dc5bb 100644 --- a/recipes-extended/ofp/ofp_git.bb +++ b/recipes-extended/ofp/ofp_git.bb | |||
@@ -10,8 +10,6 @@ SRC_URI = "git://github.com/nxp-qoriq/ofp;protocol=https;nobranch=1" | |||
10 | 10 | ||
11 | SRCREV = "fe66f4659f7d356f7aa73a8fb32fcf67c6cf1108" | 11 | SRCREV = "fe66f4659f7d356f7aa73a8fb32fcf67c6cf1108" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit autotools-brokensep pkgconfig | 13 | inherit autotools-brokensep pkgconfig |
16 | 14 | ||
17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb index 20d06dd61..a21bc69cf 100644 --- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb +++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb | |||
@@ -10,8 +10,6 @@ inherit python3native pkgconfig | |||
10 | SRC_URI = "git://github.com/nxp-qoriq/ovs-dpdk;protocol=https;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/ovs-dpdk;protocol=https;nobranch=1" |
11 | SRCREV = "f2c0744d2f68c4cd2840d6e409d7b0520e4caf99" | 11 | SRCREV = "f2c0744d2f68c4cd2840d6e409d7b0520e4caf99" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | do_configure() { | 13 | do_configure() { |
16 | export SYSROOT_DPDK=${PKG_CONFIG_SYSROOT_DIR} | 14 | export SYSROOT_DPDK=${PKG_CONFIG_SYSROOT_DIR} |
17 | ${S}/boot.sh | 15 | ${S}/boot.sh |
diff --git a/recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb b/recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb index f04e1e9f5..485f763bf 100644 --- a/recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb +++ b/recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb | |||
@@ -9,8 +9,6 @@ SRC_URI = "git://dpdk.org/git/apps/pktgen-dpdk;protocol=https;nobranch=1 \ | |||
9 | " | 9 | " |
10 | SRCREV = "3a09aa916597fb9a97ee8eec50044cbdb9c4abde" | 10 | SRCREV = "3a09aa916597fb9a97ee8eec50044cbdb9c4abde" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | DPAA_VER ?= "dpaa" | 12 | DPAA_VER ?= "dpaa" |
15 | export RTE_TARGET = "arm64-${DPAA_VER}-linuxapp-gcc" | 13 | export RTE_TARGET = "arm64-${DPAA_VER}-linuxapp-gcc" |
16 | export RTE_SDK = "${RECIPE_SYSROOT}/usr/share/dpdk" | 14 | export RTE_SDK = "${RECIPE_SYSROOT}/usr/share/dpdk" |
diff --git a/recipes-extended/secure-obj/secure-obj-module_git.bb b/recipes-extended/secure-obj/secure-obj-module_git.bb index 1e5709b6d..c6bbc41df 100644 --- a/recipes-extended/secure-obj/secure-obj-module_git.bb +++ b/recipes-extended/secure-obj/secure-obj-module_git.bb | |||
@@ -6,6 +6,6 @@ DEPENDS += "virtual/kernel" | |||
6 | 6 | ||
7 | inherit module | 7 | inherit module |
8 | 8 | ||
9 | S = "${WORKDIR}/git/securekeydev" | 9 | S = "${UNPACKDIR}/${BP}/securekeydev" |
10 | 10 | ||
11 | EXTRA_OEMAKE += 'KERNEL_SRC="${STAGING_KERNEL_DIR}"' | 11 | EXTRA_OEMAKE += 'KERNEL_SRC="${STAGING_KERNEL_DIR}"' |
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index 64f59f474..4d197f57c 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb | |||
@@ -2,8 +2,6 @@ require secure-obj.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | S = "${WORKDIR}/git" | ||
6 | |||
7 | DEPENDS:remove = " python3-pycryptodomex-native" | 5 | DEPENDS:remove = " python3-pycryptodomex-native" |
8 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" | 6 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" |
9 | RDEPENDS:{PN} += "secure-obj-module" | 7 | RDEPENDS:{PN} += "secure-obj-module" |
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb index c08c94923..72638766c 100644 --- a/recipes-extended/skmm-ep/skmm-ep_git.bb +++ b/recipes-extended/skmm-ep/skmm-ep_git.bb | |||
@@ -12,8 +12,6 @@ SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/skmm-ep;protocol=https;nobranch= | |||
12 | " | 12 | " |
13 | SRCREV = "de6816c7d66129683bc62229b482ac3cf585d896" | 13 | SRCREV = "de6816c7d66129683bc62229b482ac3cf585d896" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE} EXTRA_LDFLAGS="${LDFLAGS}"' | 15 | EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE} EXTRA_LDFLAGS="${LDFLAGS}"' |
18 | 16 | ||
19 | export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" | 17 | export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" |
diff --git a/recipes-extended/testfloat/testfloat_2a.bb b/recipes-extended/testfloat/testfloat_2a.bb index c5ea96a58..45e9365da 100644 --- a/recipes-extended/testfloat/testfloat_2a.bb +++ b/recipes-extended/testfloat/testfloat_2a.bb | |||
@@ -13,7 +13,7 @@ SRC_URI:append:qoriq-ppc = " file://SoftFloat-powerpc-1.patch \ | |||
13 | SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e" | 13 | SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e" |
14 | SRC_URI[SoftFloat.sha256sum] = "89d14b55113a2ba8cbda7011443ba1d298d381c89d939515d56c5f18f2febf81" | 14 | SRC_URI[SoftFloat.sha256sum] = "89d14b55113a2ba8cbda7011443ba1d298d381c89d939515d56c5f18f2febf81" |
15 | 15 | ||
16 | S = "${WORKDIR}/TestFloat-2a" | 16 | S = "${UNPACKDIR}/TestFloat-2a" |
17 | 17 | ||
18 | do_unpack2(){ | 18 | do_unpack2(){ |
19 | mv ${UNPACKDIR}/SoftFloat-2b ${S}/SoftFloat-2b | 19 | mv ${UNPACKDIR}/SoftFloat-2b ${S}/SoftFloat-2b |
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index 2ad4a0c49..f70e64e2b 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
@@ -16,8 +16,6 @@ SRC_URI:append = " \ | |||
16 | file://0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch \ | 16 | file://0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 19 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
22 | 20 | ||
23 | do_compile:prepend() { | 21 | do_compile:prepend() { |