mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Include compiled ACPI samples in the package
This commit is contained in:
parent
37cbe5b529
commit
8a5b5c8fda
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,6 +49,7 @@ prelinkedkernel.unpack
|
||||
*.id2
|
||||
*.nam
|
||||
*.til
|
||||
*.aml
|
||||
Debug/QemuRun
|
||||
Doxy
|
||||
Legacy/BinDrivers/X64
|
||||
|
||||
@ -6,6 +6,7 @@ OpenCore Changelog
|
||||
- Updated builtin firmware versions for SMBIOS and the rest
|
||||
- Fixed macrecovery server protocol compatibility
|
||||
- Added basic audio assistant support in OpenCanopy
|
||||
- Added compiled ACPI samples to the package
|
||||
|
||||
#### v0.6.4
|
||||
- Added `BlacklistAppleUpdate` to fix macOS 11 broken update optout
|
||||
|
||||
@ -168,6 +168,12 @@ package() {
|
||||
cp "${selfdir}/Changelog.md" "${dstdir}/Docs"/ || exit 1
|
||||
cp -r "${selfdir}/Docs/AcpiSamples/" "${dstdir}/Docs/AcpiSamples"/ || exit 1
|
||||
|
||||
cd "${dstdir}/Docs/AcpiSamples" || exit 1
|
||||
for i in *.dsl ; do
|
||||
iasl "$i" || exit 1
|
||||
done
|
||||
cd - || exit 1
|
||||
|
||||
utilScpts=(
|
||||
"LegacyBoot"
|
||||
"CreateVault"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user