diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-06 20:49:14 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-06 20:49:14 +0000 |
commit | 1d1b6c8fc9393d7cc304a72e37d8dff5f9f09340 (patch) | |
tree | 517d1bc9f3471a544d02afa69502a3d35d87ebaf /resources/scripts | |
parent | b0652dc6045b5164f4a0180dc755faf3d23ce415 (diff) | |
download | librebootfr-1d1b6c8fc9393d7cc304a72e37d8dff5f9f09340.tar.gz librebootfr-1d1b6c8fc9393d7cc304a72e37d8dff5f9f09340.zip |
build/roms/*: Don't put lbversion file in CBFS (no longer needed)
We now tell coreboot's build system what version string to use.
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withdepthcharge | 3 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/resources/scripts/helpers/build/roms/withdepthcharge b/resources/scripts/helpers/build/roms/withdepthcharge index 13b4a773..1c371026 100755 --- a/resources/scripts/helpers/build/roms/withdepthcharge +++ b/resources/scripts/helpers/build/roms/withdepthcharge @@ -94,9 +94,6 @@ buildcoreboot() { make KBUILD_DEFCONFIG="$(pwd)/../resources/libreboot/config/depthcharge/${board}/config" defconfig make -j"$(nproc)" - # Add version information to this image - ./util/cbfstool/cbfstool "build/coreboot.rom" add -f .coreboot-version -n lbversion -t raw - cbfs_size=$( grep CONFIG_CBFS_SIZE ".config" | sed "s/.*[[:space:]]*=[[:space:]]*//g" ) cbfs_size=$( printf "%d\n" "$cbfs_size" ) cbfs_size=$(( $cbfs_size / 1024 )) diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 349b6b19..c2d2bf25 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -90,9 +90,6 @@ do # .config no longer needed rm -f ".config" - # Add version information to this image - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f .coreboot-version -n lbversion -t raw - # Add the background image if [ "$romtype" = "vesafb" ] then |