Skip to content

Commit 7c2d05c

Browse files
authored
Merge pull request #93 from reet-/grub2-deterministic
bsp::grub2: Call updateConfigAllRecursive manually
2 parents 4e0d23d + ddc6449 commit 7c2d05c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

recipes/bsp/grub2.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
inherit: [autotools, autoconf]
1+
inherit: [autotools, autoconf, "basement::update-config"]
2+
3+
privateEnvironment:
4+
APPLY_UPDATE_CONFIG: "$(if-then-else,${GRUB2_BOOTSTRAP:-0},no,yes)"
25

36
metaEnvironment:
47
PKG_VERSION: "2.12"
@@ -47,6 +50,7 @@ checkoutScript: |
4750
# support overriding the scm with a git repo
4851
if [[ ${GRUB2_BOOTSTRAP:-0} == 1 ]]; then
4952
./bootstrap
53+
updateConfigAllRecursive
5054
fi
5155
5256
buildTools: [bison, flex, python3, host-toolchain, m4]

0 commit comments

Comments
 (0)