From 40fe5eae21fca449809d1223cf4048a26f028227 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 16 Sep 2014 13:12:04 -0400 Subject: ROM images no longer include SeaBIOS Instead, the user adds it afterwards. Documentation and scripts updated. --- (limited to 'builddeps-cbfstool') diff --git a/builddeps-cbfstool b/builddeps-cbfstool index 515a21b..c9c07e3 100755 --- a/builddeps-cbfstool +++ b/builddeps-cbfstool @@ -21,6 +21,13 @@ # DO NOT RUN THIS IN libreboot_src OR libreboot_meta # THIS IS FOR libreboot_bin +# Because the DEBLOB script isn't included in the binary archives. +# This is how we know. +if [ -f "DEBLOB" ]; then + echo "Do not run this in meta/src directory. Do it in binary archive, either with libreboot-supplied ROM images or your own binary archive created with 'build-release'." + exit +fi + cd cbfstool_standalone make clean make -- cgit v0.9.1