Package: vboot-utils / 0~R52-8350.B-2

Metadata

Package Version Patches format
vboot-utils 0~R52-8350.B-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use zu as appropriate for size_t.patch | (download)

utility/bmpblk_utility.cc | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 use zu as appropriate 
 Use %zu as approiate for size_t sizes in format strings
 see printf(3)
0002 reduce uname down.patch | (download)

Makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 reduce `uname -m` down to what the build system
 expects
0003 do not do static linking.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 do not do static linking
0004 skip test workbuf.patch | (download)

tests/vb2_common_tests.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 skip the workbuf test if vb2_workbuf_align different from 16 
0005 remove Werror.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove -werror
 This breaks the build on armhf due to warning about format strings
0006 add CPPFLAGS LDFLAGS.patch | (download)

Makefile | 11 6 + 5 - 0 !
1 file changed, 6 insertions(+), 5 deletions(-)

 add missing cppflags and ldflags
0007 fix install vboot_reference.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix install path for vboot_reference
 vboot_reference is installed by default in usr/default/ instead of
 /etc/default/
 .
 /etc/default/vboot_reference is used by utility/dev_debug_vboot.
0008 fix building on arm64.patch | (download)

Makefile | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 try to fix building on arm64
0009 drop failing test.patch | (download)

tests/vboot_api_kernel2_tests.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 drop a failing test
0010 change install directory scripts.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change install directory of scripts
 Shell scripts are installed by default in /usr/bin. Move them to
 /usr/share/vboot/bin