summaryrefslogtreecommitdiff
path: root/package/u-boot-imx6/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-20 12:11:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-20 12:12:05 +0200
commit9f31eaf9da3fd7956cde0b32ecf2971bd08a8f7b (patch)
tree4cec7a740f01e64655ddfdf37523222861d830ad /package/u-boot-imx6/Makefile
parentefd1970e8fdc0a92cd75111eb868264068a7ae36 (diff)
add u-boot update for hummingboardrd, add some basic infrastructure
Diffstat (limited to 'package/u-boot-imx6/Makefile')
-rw-r--r--package/u-boot-imx6/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/u-boot-imx6/Makefile b/package/u-boot-imx6/Makefile
index 6d7ac4781..e54f9472a 100644
--- a/package/u-boot-imx6/Makefile
+++ b/package/u-boot-imx6/Makefile
@@ -4,17 +4,15 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= u-boot-imx6
-PKG_VERSION:= 20140416
+PKG_VERSION:= 20140819
PKG_RELEASE:= 1
-PKG_MD5SUM:= f2a5f697670c340eef8074f6a5f26476
-PKG_DESCR:= bootloader for imx6 (cubox-i)
+PKG_MD5SUM:= 41ae410a775e336c81a9a22ce836a74f
+PKG_DESCR:= bootloader for imx6 (cubox-i/hummingboard)
PKG_SECTION:= base/boot
PKG_URL:= https://github.com/SolidRun/u-boot-imx6.git
PKG_SITES:= http://openadk.org/distfiles/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-
-PKG_SYSTEM_DEPENDS:= cubox-i
+PKG_SYSTEM_DEPENDS:= cubox-i hummingboard
include $(ADK_TOPDIR)/mk/package.mk