mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
Add riscv64 support Rework klibc support patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com>
33 lines
916 B
Diff
33 lines
916 B
Diff
From 444160260a11022ecd84cd605fe8c22b316e6546 Mon Sep 17 00:00:00 2001
|
|
From: OpenEmbedded <oe.patch@oe>
|
|
Date: Wed, 11 Apr 2018 22:51:04 +0200
|
|
Subject: [PATCH] i386: replace with our io.h
|
|
|
|
Upstream-Status: Inappropriate [klibc specific]
|
|
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
|
|
|
|
---
|
|
purgatory/arch/i386/pic.c | 2 +-
|
|
purgatory/arch/i386/vga.c | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/purgatory/arch/i386/pic.c
|
|
+++ b/purgatory/arch/i386/pic.c
|
|
@@ -16,7 +16,7 @@
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*/
|
|
-#include <sys/io.h>
|
|
+#include "include/arch/io.h"
|
|
#include <purgatory.h>
|
|
#include "purgatory-x86.h"
|
|
|
|
--- a/purgatory/arch/i386/vga.c
|
|
+++ b/purgatory/arch/i386/vga.c
|
|
@@ -1,4 +1,4 @@
|
|
-#include <sys/io.h>
|
|
+#include "include/arch/io.h"
|
|
#include <purgatory.h>
|
|
#include "purgatory-x86.h"
|
|
|