- 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)
23 lines
711 B
Diff
23 lines
711 B
Diff
From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
Subject: vlan: do not include ${HOME}/linux/include dir
|
|
|
|
~/linux/include dir may exist and so will be added to include path
|
|
in front of sanitized kernel headers in OE chroot. Drop this include
|
|
option.
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Index: vlan/MakeInclude
|
|
===================================================================
|
|
--- vlan.orig/MakeInclude
|
|
+++ vlan/MakeInclude
|
|
@@ -16,7 +16,7 @@ ifeq "${PLATFORM}" ""
|
|
endif
|
|
|
|
## You may need to change this linux/include part.
|
|
-CCFLAGS = -g -D_GNU_SOURCE -Wall -I${HOME}/linux/include
|
|
+CCFLAGS = -g -D_GNU_SOURCE -Wall
|
|
LDLIBS = # -lm #-lnsl # -lsocket
|
|
|
|
ARM_TC_BIN = ${HOME}/Intrinsyc/bin
|