diff options
| author | Jose Quaresma <jose.quaresma@foundries.io> | 2024-01-25 15:39:41 +0000 |
|---|---|---|
| committer | Jose Quaresma <jose.quaresma@foundries.io> | 2024-01-25 15:39:57 +0000 |
| commit | e04bc9be8d05f5488170b7d066cfddbe7770ee71 (patch) | |
| tree | 4f43e52f43d5117cff75b17574b107cc77c2b984 /recipes-extended/jailhouse | |
| parent | ab4afc5c3d385475bc10e3ad5e956ce8d2003dc0 (diff) | |
| download | meta-freescale-e04bc9be8d05f5488170b7d066cfddbe7770ee71.tar.gz | |
jailhouse-imx: drop unused patch
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Diffstat (limited to 'recipes-extended/jailhouse')
| -rw-r--r-- | recipes-extended/jailhouse/jailhouse/0001-tools-scripts-update-shebang-to-python3.patch | 69 |
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 df2f37ada..000000000 --- a/recipes-extended/jailhouse/jailhouse/0001-tools-scripts-update-shebang-to-python3.patch +++ /dev/null | |||
| @@ -1,69 +0,0 @@ | |||
| 1 | From f07cd0e5f32a00a4091fa964d0dae0cd46c17554 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Cristinel Panfir <cristinel.panfir@nxp.com> | ||
| 3 | Date: Sat, 23 May 2020 08:51:31 +0000 | ||
| 4 | Subject: [PATCH] tools/scripts: update shebang to python3 | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-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 | |||
| 17 | diff --git a/scripts/arm64-parsedump.py b/scripts/arm64-parsedump.py | ||
| 18 | index 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 | # | ||
| 27 | diff --git a/tools/jailhouse-cell-linux b/tools/jailhouse-cell-linux | ||
| 28 | index 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 | # | ||
| 37 | diff --git a/tools/jailhouse-cell-stats b/tools/jailhouse-cell-stats | ||
| 38 | index 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 | # | ||
| 47 | diff --git a/tools/jailhouse-config-create b/tools/jailhouse-config-create | ||
| 48 | index 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 | # | ||
| 57 | diff --git a/tools/jailhouse-hardware-check b/tools/jailhouse-hardware-check | ||
| 58 | index 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 | -- | ||
| 68 | 2.7.4 | ||
| 69 | |||
