ladar / sedutil

Use sedutil for setting up and using self encrypting drives (SEDs) that comply with the TCG OPAL 2.00 standard. This includes the requisite pre-boot authentication image.
https://trustedcomputinggroup.org/work-groups/storage/
79 stars 23 forks source link

images/buildpbaroot: Allow tuning of make jobs and exit on build error #17

Closed mmatuska closed 2 years ago

mmatuska commented 3 years ago

The make option "-j12" might not be appropriate for every builder. Make the number of jobs tunable with a MAKE_JOBS environment variable.

We should fail if the 64-bit build fails and not continue with the 32-bit build.