Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#501 - Feed configuration of the SDK is incorrect #5577

Closed
openwrt-bot opened this issue Feb 12, 2017 · 1 comment
Closed

FS#501 - Feed configuration of the SDK is incorrect #5577

openwrt-bot opened this issue Feb 12, 2017 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

bjonglez:

The SDK has an incorrect feed configuration in feeds.conf.default for the "base" feed:

src-git base https://git.lede-project.org/source.git;HEAD src-git packages https://git.lede-project.org/feed/packages.git^06198d9c8c1ba061a0a5d566545a5c0bbce2b0a4 src-git luci https://git.lede-project.org/project/luci.git^e306ee6c93c1ef600012f47e40dd75020d4ab555 src-git routing https://git.lede-project.org/feed/routing.git^dd36dd47bbd75defcb3c517cafe7a19ee425f0af src-git telephony https://git.lede-project.org/feed/telephony.git^1f0fb2538ba6fc306198fe2a9a4b976d63adb304

When running ./scripts/feeds update -a:

Updating feed 'base' from 'https://git.lede-project.org/source.git;HEAD' ... Cloning into './feeds/base'... warning: Could not find remote branch HEAD to clone. fatal: Remote branch HEAD not found in upstream origin failed.

The proper configuration should probably be:

src-git base https://git.lede-project.org/source.git^v17.01.0-rc2

Tested with the 17.01.0-rc2 SDK for ar71xx: lede-sdk-17.01.0-rc2-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64

@openwrt-bot
Copy link
Author

bjonglez:

Proposed fix: https://patchwork.ozlabs.org/patch/727057/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant