diff options
author | Yutang Jiang <yutang.jiang@nxp.com> | 2016-12-03 00:09:47 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-12 09:57:40 +0100 |
commit | 76fa771a784312f789f5de3d2216c1765a901818 (patch) | |
tree | 1d9b4ba77328126aae674a47d56c0e2c8309a3aa /package/firmware | |
parent | d5fc7430ca293213dd4f1de7f52446c17d4def6a (diff) | |
download | upstream-76fa771a784312f789f5de3d2216c1765a901818.tar.gz upstream-76fa771a784312f789f5de3d2216c1765a901818.tar.bz2 upstream-76fa771a784312f789f5de3d2216c1765a901818.zip |
layerscape: fman-ucode: prefer github over git.freescale.com
In order to prevent the impact of the merger of the company and the potential
rebase of the SDK repositories, migrate the u-boot source to github.
Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
Diffstat (limited to 'package/firmware')
-rw-r--r-- | package/firmware/fman-ucode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/fman-ucode/Makefile b/package/firmware/fman-ucode/Makefile index 1e667e3069..216882f664 100644 --- a/package/firmware/fman-ucode/Makefile +++ b/package/firmware/fman-ucode/Makefile @@ -15,7 +15,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=https://git.freescale.com/git/cgit.cgi/ppc/sdk/fm-ucode.git +PKG_SOURCE_URL:=https://github.com/fsl-jyt/fm-ucode.git PKG_SOURCE_VERSION:=b19c645821941493fbef32e616b5a16404259976 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |