layerscape: fman-ucode: prefer github over git.freescale.com
authorYutang Jiang <yutang.jiang@nxp.com>
Fri, 2 Dec 2016 16:09:47 +0000 (00:09 +0800)
committerJohn Crispin <john@phrozen.org>
Mon, 12 Dec 2016 08:57:40 +0000 (09:57 +0100)
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>
package/firmware/fman-ucode/Makefile

index 1e667e3069e041e60ab8359a7772e01715c45cde..216882f664ab53c1baddb8a1dfcaebfce3301ba7 100644 (file)
@@ -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)