summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2024-01-25 15:39:41 +0000
committerJose Quaresma <jose.quaresma@foundries.io>2024-01-25 15:39:57 +0000
commite04bc9be8d05f5488170b7d066cfddbe7770ee71 (patch)
tree4f43e52f43d5117cff75b17574b107cc77c2b984 /recipes-extended
parentab4afc5c3d385475bc10e3ad5e956ce8d2003dc0 (diff)
downloadmeta-freescale-e04bc9be8d05f5488170b7d066cfddbe7770ee71.tar.gz
jailhouse-imx: drop unused patch
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/jailhouse/jailhouse/0001-tools-scripts-update-shebang-to-python3.patch69
1 files changed, 0 insertions, 69 deletions
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