Skip to content

Commit e5b863b

Browse files
committed
Bring on-par with the basement split
1 parent f9790e0 commit e5b863b

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "layers/basement"]
22
path = layers/basement
33
url = https://github.com/BobBuildTool/basement.git
4+
[submodule "layers/basement-gnu-linux"]
5+
path = layers/basement-gnu-linux
6+
url = https://github.com/BobBuildTool/basement-gnu-linux.git

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ example](https://github.com/BobBuildTool/bob-example-embedded).
2121

2222
* A `x86_64` system with the regular development tools installed (GCC, make,
2323
Perl, ...)
24-
* Bleeding edge [Bob Build Tool](https://github.com/BobBuildTool/bob) (see
25-
[below](#why-bleeding-edge))
24+
* [Bob Build Tool](https://github.com/BobBuildTool/bob)
2625
* Patience :coffee:
2726

2827
# How to build
@@ -96,10 +95,3 @@ feel free to open up a pull request and ask for help.
9695
Currently planned extension are:
9796

9897
* [ ] Support generating more image formats
99-
100-
# Why bleeding edge
101-
102-
The example uses Bob recipe layers that aren't currently available within a Bob
103-
release because one goal of it is testing the new feature intensively. Bob's
104-
next release will likely include layers so you won't have to install the
105-
bleeding edge version anymore.

config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
bobMinimumVersion: "0.16rc1"
1+
bobMinimumVersion: "0.20"
22
layers:
3+
- basement-gnu-linux
34
- basement

layers/basement

Submodule basement updated 150 files

layers/basement-gnu-linux

Submodule basement-gnu-linux added at 8b365e3

recipes/containers/lighttpd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
inherit: ["basement::rootrecipe"]
22

33
depends:
4+
# tools
5+
-
6+
name: devel::squashfs-tools
7+
use: [tools]
8+
forward: True
9+
410
# target toolchain
511
-
612
name: devel::cross-toolchain-x86_64-linux-gnu

0 commit comments

Comments
 (0)