summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/jailhouse/jailhouse/0001-tools-update-shebang-in-helper-scripts-for-python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/jailhouse/jailhouse/0001-tools-update-shebang-in-helper-scripts-for-python3.patch')
-rw-r--r--recipes-kernel/jailhouse/jailhouse/0001-tools-update-shebang-in-helper-scripts-for-python3.patch56
1 files changed, 0 insertions, 56 deletions
diff --git a/recipes-kernel/jailhouse/jailhouse/0001-tools-update-shebang-in-helper-scripts-for-python3.patch b/recipes-kernel/jailhouse/jailhouse/0001-tools-update-shebang-in-helper-scripts-for-python3.patch
deleted file mode 100644
index f4922363..00000000
--- a/recipes-kernel/jailhouse/jailhouse/0001-tools-update-shebang-in-helper-scripts-for-python3.patch
+++ /dev/null
@@ -1,56 +0,0 @@
1From 24e58c75592a2ba09f3062c8a4722c0e29a9b558 Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Wed, 1 Apr 2020 15:44:46 -0400
4Subject: [PATCH] tools: update shebang in helper scripts for python3
5
6Signed-off-by: Denys Dmytriyenko <denys@ti.com>
7---
8 tools/jailhouse-cell-linux | 2 +-
9 tools/jailhouse-cell-stats | 2 +-
10 tools/jailhouse-config-create | 2 +-
11 tools/jailhouse-hardware-check | 2 +-
12 4 files changed, 4 insertions(+), 4 deletions(-)
13
14diff --git a/tools/jailhouse-cell-linux b/tools/jailhouse-cell-linux
15index 007a5c4..e106b9d 100755
16--- a/tools/jailhouse-cell-linux
17+++ b/tools/jailhouse-cell-linux
18@@ -1,4 +1,4 @@
19-#!/usr/bin/env python
20+#!/usr/bin/env python3
21
22 # Jailhouse, a Linux-based partitioning hypervisor
23 #
24diff --git a/tools/jailhouse-cell-stats b/tools/jailhouse-cell-stats
25index 2f7e966..4c5289f 100755
26--- a/tools/jailhouse-cell-stats
27+++ b/tools/jailhouse-cell-stats
28@@ -1,4 +1,4 @@
29-#!/usr/bin/env python
30+#!/usr/bin/env python3
31
32 # Jailhouse, a Linux-based partitioning hypervisor
33 #
34diff --git a/tools/jailhouse-config-create b/tools/jailhouse-config-create
35index 1e2df74..9382b05 100755
36--- a/tools/jailhouse-config-create
37+++ b/tools/jailhouse-config-create
38@@ -1,4 +1,4 @@
39-#!/usr/bin/env python
40+#!/usr/bin/env python3
41 #
42 # Jailhouse, a Linux-based partitioning hypervisor
43 #
44diff --git a/tools/jailhouse-hardware-check b/tools/jailhouse-hardware-check
45index 375816e..658ce6f 100755
46--- a/tools/jailhouse-hardware-check
47+++ b/tools/jailhouse-hardware-check
48@@ -1,4 +1,4 @@
49-#!/usr/bin/env python
50+#!/usr/bin/env python3
51
52 # Jailhouse, a Linux-based partitioning hypervisor
53 #
54--
552.7.4
56