diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-11-24 08:48:21 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-24 08:48:21 -0700 |
commit | ee66c6df5f74b92ddf15694317343f070a4c3e0f (patch) | |
tree | b3cc183b8159fe9fbb4516cc4032b9e2f3d78fec | |
parent | 9ff419c2e138ab05d1cc65fb69453bed1cb115a1 (diff) | |
download | meta-xilinx-ee66c6df5f74b92ddf15694317343f070a4c3e0f.tar.gz |
meta-microblaze: util-linux: Rebase patch
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-microblaze/recipes-core/util-linux/util-linux/util-linux-microblaze.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-microblaze/recipes-core/util-linux/util-linux/util-linux-microblaze.patch b/meta-microblaze/recipes-core/util-linux/util-linux/util-linux-microblaze.patch index 07712c98..01dc1412 100644 --- a/meta-microblaze/recipes-core/util-linux/util-linux/util-linux-microblaze.patch +++ b/meta-microblaze/recipes-core/util-linux/util-linux/util-linux-microblaze.patch | |||
@@ -4,12 +4,12 @@ Upstream-Status: Pending | |||
4 | 4 | ||
5 | Signed-off-by: Mark Hatle <mark.hatle@amd.com> | 5 | Signed-off-by: Mark Hatle <mark.hatle@amd.com> |
6 | 6 | ||
7 | --- util-linux-2.39.1/include/audit-arch.h.orig 2023-08-23 14:55:54.318732126 -0600 | 7 | --- util-linux-2.40.2/include/audit-arch.h 2024-11-21 15:20:31.374940887 -0700 |
8 | +++ util-linux-2.39.1/include/audit-arch.h 2023-08-23 15:02:51.058552660 -0600 | 8 | +++ util-linux-2.40.2/include/audit-arch.h 2024-11-21 15:21:09.343343608 -0700 |
9 | @@ -57,6 +57,8 @@ | 9 | @@ -67,6 +67,8 @@ |
10 | # else | ||
11 | # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_LOONGARCH64 | ||
12 | # endif | 10 | # endif |
11 | #elif __alpha__ | ||
12 | # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_ALPHA | ||
13 | +#elif __microblaze__ | 13 | +#elif __microblaze__ |
14 | +# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_MICROBLAZE | 14 | +# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_MICROBLAZE |
15 | #else | 15 | #else |