[FS#501] Feed configuration of the SDK is incorrect

LEDE Bugs lede-bugs at lists.infradead.org
Sun Feb 12 03:45:52 PST 2017


A new Flyspray task has been opened.  Details are below. 

User who did this - Baptiste Jonglez (bjonglez) 

Attached to Project - LEDE Project
Summary - Feed configuration of the SDK is incorrect
Task Type - Bug Report
Category - Toolchain
Status - New
Assigned To - Jo-Philipp Wich
Operating System - All
Severity - Low
Priority - Medium
Reported Version - All
Due in Version - Undecided
Due Date - Undecided
Details - 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

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=501



More information about the lede-bugs mailing list