mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
it needs ucontext for building examples and its not implemented yet for riscv Signed-off-by: Khem Raj <raj.khem@gmail.com>
31 lines
710 B
Diff
31 lines
710 B
Diff
From 3ee2f1e231bde18a99f86da747a9b8feca3c179d Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Wed, 17 Feb 2021 19:18:16 -0800
|
|
Subject: [PATCH] do not build examples
|
|
|
|
examples need ucontext and some architectures on musl do not have it
|
|
implemented e.g. riscv
|
|
|
|
Upstream-Status: Inappropriate [Arch-Specific]
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
---
|
|
Makefile | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 948e004..8b63024 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -11,7 +11,6 @@ default: all
|
|
all:
|
|
@$(MAKE) -C src
|
|
@$(MAKE) -C test
|
|
- @$(MAKE) -C examples
|
|
|
|
partcheck: all
|
|
@echo "make partcheck => TODO add tests with out kernel support"
|
|
--
|
|
2.30.1
|
|
|