Complete Yocto mirror with license table for TQMa6UL (2038-compliance)

- 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)
This commit is contained in:
Siggi (OpenClaw Agent)
2026-03-01 20:58:18 +00:00
commit 16accb6b24
15086 changed files with 1292356 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
From 3db6782de1de7ca4f1bb9ee7652c4f2808e57539 Mon Sep 17 00:00:00 2001
From: Jackie Huang <jackie.huang@windriver.com>
Date: Thu, 10 Jan 2013 12:24:33 +0800
Subject: [PATCH] fbset 2.1 fix makefile dep modes.tab.c
Upstream-Status: Inappropriate [no upstream]
fix the error in parallel build:
make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 61536c1..09183e5 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o
fbset.o: fbset.c fbset.h fb.h
modes.tab.o: modes.tab.c fbset.h fb.h
-lex.yy.o: lex.yy.c fbset.h modes.tab.h
+lex.yy.o: lex.yy.c fbset.h modes.tab.c
lex.yy.c: modes.l
$(FLEX) modes.l
--
1.7.4.1

View File

@@ -0,0 +1,13 @@
Upstream-Status: Pending
--- fbset-2.1/Makefile.orig 2006-05-28 04:04:27.412095480 +0200
+++ fbset-2.1/Makefile 2006-05-28 04:14:05.379231120 +0200
@@ -2,7 +2,7 @@
# Linux Frame Buffer Device Configuration
#
-CC = gcc -Wall -O2 -I.
+CFLAGS = -Wall -O2 -I.
BISON = bison -d
FLEX = flex
INSTALL = install