Skip to content

Commit

Permalink
Fix x230-libremkey build against musl-cross-make and CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Mar 7, 2020
1 parent 3afc312 commit b4c9f94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
CROSS=/cross/bin/x86_64-linux-musl- \
--load 2 \
V=1 \
BOARD=x230 \
BOARD=x230-libremkey \
- store-artifacts:
path: build/x230/coreboot.rom
path: build/x230-libremkey/coreboot.rom
- store-artifacts:
path: build/x230/hashes.txt
path: build/x230-libremkey/hashes.txt


workflows:
Expand Down
1 change: 0 additions & 1 deletion boards/x230-libremkey/x230-libremkey.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export CONFIG_BOOT_KERNEL_ADD="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOOT_GUI_MENU_NAME="Thinkpad X230 Heads Boot Menu"
export CONFIG_USB_BOOT_DEV="/dev/sdb1"
export CONFIG_WARNING_BG_COLOR="--background-gradient 0 0 0 150 125 0"
export CONFIG_ERROR_BG_COLOR="--background-gradient 0 0 0 150 0 0"

Expand Down
1 change: 1 addition & 0 deletions config/coreboot-x230-libremkey.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_LOCALVERSION="heads"
CONFIG_ANY_TOOLCHAIN=y
# CONFIG_INCLUDE_CONFIG_FILE is not set
# CONFIG_COLLECT_TIMESTAMPS is not set
CONFIG_USE_BLOBS=y
Expand Down

0 comments on commit b4c9f94

Please sign in to comment.