summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-01-25 13:24:09 -0300
committerGitHub <noreply@github.com>2024-01-25 13:24:09 -0300
commit1599a49ac0fe836d49b705136bd640127edb65f6 (patch)
tree4f43e52f43d5117cff75b17574b107cc77c2b984
parent34c85190e05fc64cd63fbedc73cd7bcb60dfcc9f (diff)
parente04bc9be8d05f5488170b7d066cfddbe7770ee71 (diff)
downloadmeta-freescale-1599a49ac0fe836d49b705136bd640127edb65f6.tar.gz
Merge pull request #1739 from quaresmajose/master-6.1.36.-jail
jailhouse-imx: upgrade to 6.1.36-2.1.0
-rw-r--r--recipes-extended/jailhouse/jailhouse-imx_git.bb8
-rw-r--r--recipes-extended/jailhouse/jailhouse/0001-tools-scripts-update-shebang-to-python3.patch69
2 files changed, 5 insertions, 72 deletions
diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb
index dcfe181e..9c03436c 100644
--- a/recipes-extended/jailhouse/jailhouse-imx_git.bb
+++ b/recipes-extended/jailhouse/jailhouse-imx_git.bb
@@ -16,10 +16,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \
16PROVIDES = "jailhouse" 16PROVIDES = "jailhouse"
17RPROVIDES:${PN} += "jailhouse" 17RPROVIDES:${PN} += "jailhouse"
18 18
19SRCBRANCH = "lf-6.1.22_2.0.0" 19SRCBRANCH = "lf-6.1.36_2.1.0"
20SRCREV = "e090abc70bb395f705f85659ad92bdafbe407628" 20SRCREV = "d3484c68313c2c837eb213ca1aa373e491fbc55f"
21 21
22SRC_URI = "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https;branch=${SRCBRANCH}" 22IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https"
23SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH}"
23 24
24DEPENDS = " \ 25DEPENDS = " \
25 make-native \ 26 make-native \
@@ -91,6 +92,7 @@ FILES:${PN}:remove = "${libdir}/*"
91FILES:pyjailhouse = "${PYTHON_SITEPACKAGES_DIR}" 92FILES:pyjailhouse = "${PYTHON_SITEPACKAGES_DIR}"
92 93
93RDEPENDS:${PN} += " \ 94RDEPENDS:${PN} += " \
95 pyjailhouse \
94 python3-curses \ 96 python3-curses \
95 python3-datetime \ 97 python3-datetime \
96 python3-mmap \ 98 python3-mmap \
diff --git a/recipes-extended/jailhouse/jailhouse/0001-tools-scripts-update-shebang-to-python3.patch b/recipes-extended/jailhouse/jailhouse/0001-tools-scripts-update-shebang-to-python3.patch
deleted file mode 100644
index df2f37ad..00000000
--- a/recipes-extended/jailhouse/jailhouse/0001-tools-scripts-update-shebang-to-python3.patch
+++ /dev/null
@@ -1,69 +0,0 @@
1From f07cd0e5f32a00a4091fa964d0dae0cd46c17554 Mon Sep 17 00:00:00 2001
2From: Cristinel Panfir <cristinel.panfir@nxp.com>
3Date: Sat, 23 May 2020 08:51:31 +0000
4Subject: [PATCH] tools/scripts: update shebang to python3
5
6Upstream-Status: Pending
7
8Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
9---
10 scripts/arm64-parsedump.py | 2 +-
11 tools/jailhouse-cell-linux | 2 +-
12 tools/jailhouse-cell-stats | 2 +-
13 tools/jailhouse-config-create | 2 +-
14 tools/jailhouse-hardware-check | 2 +-
15 5 files changed, 5 insertions(+), 5 deletions(-)
16
17diff --git a/scripts/arm64-parsedump.py b/scripts/arm64-parsedump.py
18index 9519eb5..c695706 100755
19--- a/scripts/arm64-parsedump.py
20+++ b/scripts/arm64-parsedump.py
21@@ -1,4 +1,4 @@
22-#!/usr/bin/env python
23+#!/usr/bin/env python3
24
25 # Jailhouse, a Linux-based partitioning hypervisor
26 #
27diff --git a/tools/jailhouse-cell-linux b/tools/jailhouse-cell-linux
28index 215932a..bcbb902 100755
29--- a/tools/jailhouse-cell-linux
30+++ b/tools/jailhouse-cell-linux
31@@ -1,4 +1,4 @@
32-#!/usr/bin/env python
33+#!/usr/bin/env python3
34
35 # Jailhouse, a Linux-based partitioning hypervisor
36 #
37diff --git a/tools/jailhouse-cell-stats b/tools/jailhouse-cell-stats
38index 2f7e966..4c5289f 100755
39--- a/tools/jailhouse-cell-stats
40+++ b/tools/jailhouse-cell-stats
41@@ -1,4 +1,4 @@
42-#!/usr/bin/env python
43+#!/usr/bin/env python3
44
45 # Jailhouse, a Linux-based partitioning hypervisor
46 #
47diff --git a/tools/jailhouse-config-create b/tools/jailhouse-config-create
48index 55601a6..9869b94 100755
49--- a/tools/jailhouse-config-create
50+++ b/tools/jailhouse-config-create
51@@ -1,4 +1,4 @@
52-#!/usr/bin/env python
53+#!/usr/bin/env python3
54 #
55 # Jailhouse, a Linux-based partitioning hypervisor
56 #
57diff --git a/tools/jailhouse-hardware-check b/tools/jailhouse-hardware-check
58index b86756a..0c8fb42 100755
59--- a/tools/jailhouse-hardware-check
60+++ b/tools/jailhouse-hardware-check
61@@ -1,4 +1,4 @@
62-#!/usr/bin/env python
63+#!/usr/bin/env python3
64
65 # Jailhouse, a Linux-based partitioning hypervisor
66 #
67--
682.7.4
69