Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
18 lines
470 B
Plaintext
18 lines
470 B
Plaintext
From 3a286343cc5cadd83f41d524ee3606ae51df9ee7 Mon Sep 17 00:00:00 2001
|
|
From: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Date: Thu, 28 May 2020 01:32:31 +0200
|
|
Subject: [PATCH] meta-selftest: add test of .gitignore in tarball
|
|
|
|
Upstream-Status: Inappropriate [Test artefact]
|
|
---
|
|
ignored | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/ignored b/ignored
|
|
index a579759..e3d7b43 100644
|
|
--- a/ignored
|
|
+++ b/ignored
|
|
@@ -1 +1 @@
|
|
-I'm so ignored
|
|
+# I'm so ignored
|