We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e7f94 commit 0ea7450Copy full SHA for 0ea7450
recipes-bsp/coreboot-utils/cbfstool_git.bb
@@ -2,6 +2,13 @@ require coreboot-utils.inc
2
3
SUMMARY = "Tool for manipulating CBFS file"
4
5
+SRC_URI += " \
6
+ git://review.coreboot.org/vboot.git;destsuffix=git/3rdparty/vboot;name=vboot;protocol=https;branch=main \
7
+ "
8
+
9
+SRCREV_vboot = "0c11187c755394683d1b75bdb103cb1959fa6d40"
10
+SRCREV_FORMAT = "vboot"
11
12
TARGET_CC_ARCH += "${LDFLAGS}"
13
14
EXTRA_OEMAKE = " \
@@ -11,12 +18,6 @@ EXTRA_OEMAKE = " \
18
19
INSANE_SKIP:${PN} = "textrel"
20
-do_configure:prepend () {
15
- cd ${S}
16
- git submodule update --init 3rdparty/vboot
17
- cd -
-}
-
21
do_compile () {
22
oe_runmake -C util/cbfstool cbfstool
23
}
0 commit comments