diff options
Diffstat (limited to 'recipes-extended')
| -rw-r--r-- | recipes-extended/jailhouse/jailhouse-imx_git.bb | 22 | ||||
| -rw-r--r-- | recipes-extended/skmm-ep/skmm-ep_git.bb | 3 |
2 files changed, 12 insertions, 13 deletions
diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb index 13746abc6..f2e1e989c 100644 --- a/recipes-extended/jailhouse/jailhouse-imx_git.bb +++ b/recipes-extended/jailhouse/jailhouse-imx_git.bb | |||
| @@ -14,27 +14,25 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ | |||
| 14 | file://driver/jailhouse.h;beginline=9;endline=36;md5=2825581c1666c44a17955dc574cfbfb3 \ | 14 | file://driver/jailhouse.h;beginline=9;endline=36;md5=2825581c1666c44a17955dc574cfbfb3 \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | PROVIDES = "jailhouse" | 17 | DEPENDS = "\ |
| 18 | RPROVIDES:${PN} += "jailhouse" | 18 | make-native \ |
| 19 | python3-mako-native \ | ||
| 20 | python3-mako \ | ||
| 21 | dtc-native \ | ||
| 22 | " | ||
| 19 | 23 | ||
| 20 | SRCBRANCH = "lf-6.12.20_2.0.0" | 24 | PROVIDES = "jailhouse" |
| 21 | SRCREV = "399d65450e9a377b4aaff4b0627619174e1c8c46" | ||
| 22 | 25 | ||
| 23 | PV = "2023.03+git${SRCPV}" | 26 | PV = "2023.03+git${SRCPV}" |
| 24 | 27 | ||
| 28 | SRCBRANCH = "lf-6.12.20_2.0.0" | ||
| 25 | IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https" | 29 | IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https" |
| 26 | SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \ | 30 | SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \ |
| 27 | file://arm-arm64-Makefile-Remove-march-option-from-Makefile.patch \ | 31 | file://arm-arm64-Makefile-Remove-march-option-from-Makefile.patch \ |
| 28 | file://0001-YOCIMX-9281-1-Fix-gcc15-errors.patch \ | 32 | file://0001-YOCIMX-9281-1-Fix-gcc15-errors.patch \ |
| 29 | file://0002-YOCIMX-9281-2-hypervisor-arm64-fix-strh-usage.patch \ | 33 | file://0002-YOCIMX-9281-2-hypervisor-arm64-fix-strh-usage.patch \ |
| 30 | " | 34 | " |
| 31 | 35 | SRCREV = "399d65450e9a377b4aaff4b0627619174e1c8c46" | |
| 32 | DEPENDS = "\ | ||
| 33 | make-native \ | ||
| 34 | python3-mako-native \ | ||
| 35 | python3-mako \ | ||
| 36 | dtc-native \ | ||
| 37 | " | ||
| 38 | 36 | ||
| 39 | inherit module bash-completion deploy setuptools3 | 37 | inherit module bash-completion deploy setuptools3 |
| 40 | 38 | ||
| @@ -111,6 +109,8 @@ RDEPENDS:pyjailhouse = "\ | |||
| 111 | python3-shell \ | 109 | python3-shell \ |
| 112 | " | 110 | " |
| 113 | 111 | ||
| 112 | RPROVIDES:${PN} += "jailhouse" | ||
| 113 | |||
| 114 | INSANE_SKIP:${PN} = "ldflags buildpaths" | 114 | INSANE_SKIP:${PN} = "ldflags buildpaths" |
| 115 | INSANE_SKIP:${PN}-dbg = "buildpaths" | 115 | INSANE_SKIP:${PN}-dbg = "buildpaths" |
| 116 | 116 | ||
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb index f8fdf889e..42ecaf2b5 100644 --- a/recipes-extended/skmm-ep/skmm-ep_git.bb +++ b/recipes-extended/skmm-ep/skmm-ep_git.bb | |||
| @@ -7,8 +7,6 @@ LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5 | |||
| 7 | 7 | ||
| 8 | DEPENDS = "libedit openssl virtual/kernel" | 8 | DEPENDS = "libedit openssl virtual/kernel" |
| 9 | 9 | ||
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/skmm-ep;protocol=https;nobranch=1 \ | 10 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/skmm-ep;protocol=https;nobranch=1 \ |
| 13 | file://add-two-missing-header-files.patch \ | 11 | file://add-two-missing-header-files.patch \ |
| 14 | " | 12 | " |
| @@ -28,3 +26,4 @@ do_install () { | |||
| 28 | } | 26 | } |
| 29 | 27 | ||
| 30 | COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)" | 28 | COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)" |
| 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
