diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-07 17:33:54 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-07 17:34:24 +0100 |
commit | 4c74311eae6c25d082735532471da248596182c9 (patch) | |
tree | 09c505b8d2755650f63e886144d6e1dcd0179f2c /include/vendor.sh | |
parent | a444910bf2f2cd39039116f38439012031b11963 (diff) |
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>
Diffstat (limited to 'include/vendor.sh')
-rw-r--r-- | include/vendor.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index 2ce8dd89..ad239729 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -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) |