move me_cleaner.py to a common utils dir under blobs/ so that it can be used by any board

Signed-off-by: gaspar-ilom <gasparilom@riseup.net>
This commit is contained in:
gaspar-ilom 2025-02-21 12:48:14 +01:00
parent 0416162ded
commit aadbe93dea
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -93,10 +93,10 @@ jobs:
command: |
./blobs/xx30/optiplex_7010_9010.sh ./blobs/xx30
- run:
# me_cleaner.py present under heads xx30 blobs dir comes from https://github.com/corna/me_cleaner/blob/43612a630c79f3bc6f2653bfe90dfe0b7b137e08/me_cleaner.py
# me_cleaner.py present under heads blobs/utils/me_cleaner dir comes from https://github.com/corna/me_cleaner/blob/43612a630c79f3bc6f2653bfe90dfe0b7b137e08/me_cleaner.py
name: Download and neuter xx30 ME (keep generated GBE and extracted IFD in tree)
command: |
./blobs/xx30/download_clean_me_manually.sh -m $(readlink -f ./blobs/xx30/me_cleaner.py)
./blobs/xx30/download_clean_me_manually.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py)
- run:
name: Download and extract t530 vbios roms for dgpu boards
command: |