Skip to content

Commit

Permalink
skiboot: Use open-opwer/skiboot.git again
Browse files Browse the repository at this point in the history
By defaulting to BR2_SKIBOOT_CUSTOM_GIT, the custom URL overrode the
default URL for the skiboot repo, forcing the need to have a defualt
custom URL too.

This which was used during internal p10 bring up to force the URL to an
internal repository. There's no need to do it now, and github.com is
moving away from the git:// protocol, so remove the custom default so we
get buildroot's normal URL construction from SKIBOOT_SITE in skiboot.mk.

Overriding the URL can still be done via the defconfig where it is
useful.

Signed-off-by: Joel Stanley <[email protected]>
  • Loading branch information
shenki committed Mar 15, 2022
1 parent 8310cd5 commit 942d534
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openpower/package/skiboot/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ config BR2_SKIBOOT_VERSION

config BR2_SKIBOOT_CUSTOM_GIT
bool "Custom git repository"
default y

config BR2_SKIBOOT_CUSTOM_REPO_URL
string "URL of custom repository"
default "[email protected]:open-power/skiboot.git"
depends on BR2_SKIBOOT_CUSTOM_GIT

config BR2_SKIBOOT_DEVICETREE
Expand Down

0 comments on commit 942d534

Please sign in to comment.