- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
31 lines
828 B
Diff
31 lines
828 B
Diff
From 720e24029fca7dcd8e1cd0b556f37aa1dc2b8fe8 Mon Sep 17 00:00:00 2001
|
|
From: Andrea Adami <andrea.adami@gmail.com>
|
|
Date: Tue, 17 Apr 2018 10:57:23 +0200
|
|
Subject: [PATCH] kexec-elf-exec.c: replace with our elf.h
|
|
|
|
Fix
|
|
|
|
kexec-elf-exec.c: In function 'elf_exec_load':
|
|
error: 'EM_AARCH64' undeclared
|
|
|
|
Upstream-Status: Inappropriate [klibc specific]
|
|
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
|
|
|
|
---
|
|
kexec/kexec-elf-exec.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/kexec/kexec-elf-exec.c b/kexec/kexec-elf-exec.c
|
|
index a9329ac..0dd0700 100644
|
|
--- a/kexec/kexec-elf-exec.c
|
|
+++ b/kexec/kexec-elf-exec.c
|
|
@@ -4,7 +4,7 @@
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
-#include "elf.h"
|
|
+#include "../include/elf.h"
|
|
#include <boot/elf_boot.h>
|
|
#include "kexec.h"
|
|
#include "kexec-elf.h"
|