- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Toolchain
-
Assigned To
Jo-Philipp Wich Baptiste Jonglez - Operating System All
- Severity Medium
- Priority Medium
- Reported Version lede-17.01
- Due in Version Undecided
-
Due Date
Undecided
- Private
Attached to Project: OpenWrt/LEDE Project
Opened by Baptiste Jonglez - 12.02.2017
Last edited by Baptiste Jonglez - 25.02.2017
Opened by Baptiste Jonglez - 12.02.2017
Last edited by Baptiste Jonglez - 25.02.2017
FS#501 - Feed configuration of the SDK is incorrect
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
ID | Project | Summary | Priority | Severity | Progress | |
---|---|---|---|---|---|---|
495 | OpenWrt/LEDE Project | Very Low | Medium |
Closed by Baptiste Jonglez
25.02.2017 23:41
Reason for closing: Fixed
Additional comments about closing:
25.02.2017 23:41
Reason for closing: Fixed
Additional comments about closing:
Fixed by https://git.lede- project.org/?p=source.git;a=commit;h=7c9 f5c7e6b43650315603db1fe03c1c2fb857135
Proposed fix: https://patchwork.ozlabs.org/patch/727057/