mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
vendor.sh: put appdir in xbtmp
do away with redundant variable "vendir" the "appdir" directory is for files extracted from vendor updates, which are then further processed to create the real files that we need, such as me.bin images processed via me_cleaner. thus, appdir should go in xbtmp. the appdir currently clutters vendorfiles/, which is not ideal. we want it to be that the vendorfiles/ directory only contains the final firmwares. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -16,8 +16,7 @@ e6400_unpack="$xbmkpwd/src/bios_extract/dell_inspiron_1100_unpacker.py"
|
||||
me7updateparser="$xbmkpwd/util/me7_update_parser/me7_update_parser.py"
|
||||
pfs_extract="$xbmkpwd/src/biosutilities/Dell_PFS_Extract.py"
|
||||
uefiextract="$xbmkpwd/elf/uefitool/uefiextract"
|
||||
vendir="vendorfiles"
|
||||
appdir="$vendir/app"
|
||||
appdir="$xbtmp/app"
|
||||
vfix="DO_NOT_FLASH_YET._FIRST,_INJECT_FILES_VIA_INSTRUCTIONS_ON_LIBREBOOT.ORG_"
|
||||
|
||||
# lbmk-specific extension to the "cv" variable (not suitable for cbmk)
|
||||
|
||||
Reference in New Issue
Block a user