From 9df7cab0b4c66f589e9b518470c4cdc3e49e9a09 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Wed, 27 Sep 2017 18:26:21 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ u-boot ] ------------------------------------------------------------------------------- * f502d1b Add support for y3 images. * 21fa9cc rename y2image command to yimage ------------------------------------------------------------------------------- commit f502d1b589f14142bf7d7719e8434014f180d03f Author: Kenneth Johansson Date: 2017-09-27 18:22:33 +0200 Add support for y3 images. Base directory -> / board/inteno/ex400/ex400_setup | 4 +- board/inteno/ex400/httpd.c | 2 +- board/inteno/ex400/production/ex400_setup | 4 +- board/inteno/ex400/y_image.c | 65 +++++++++++++++++++++++-------- 4 files changed, 53 insertions(+), 22 deletions(-) ------------------------------------------------------------------------------- commit 21fa9cc7a1ccd18e83e7803e01de4c162d2731b1 Author: Kenneth Johansson Date: 2017-09-27 18:21:01 +0200 rename y2image command to yimage Base directory -> / board/inteno/ex400/Makefile | 2 +- board/inteno/ex400/y2_image.c | 219 ---------------------------------------- board/inteno/ex400/y_image.c | 225 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 226 insertions(+), 220 deletions(-) ------------------------------------------------------------------------------- --- uboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uboot/Makefile b/uboot/Makefile index 6866c11b9..de8e8b425 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u-boot PKG_VERSION:=2016.08 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:=http://public.inteno.se:/uboot PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=064c9c30ff159c9bf3fa695baddd54279cd0f062 +PKG_SOURCE_VERSION:=f502d1b589f14142bf7d7719e8434014f180d03f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)