[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-113-g0b7beaa
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-03-08 16:40:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 0b7beaafe992a2f71437bf540a503762b8cd5871 (commit)
from d79c9fa65e41b265983026dbef986aea0a860d27 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0b7beaafe992a2f71437bf540a503762b8cd5871
Author: Eric Jarrige <eri...@ar...>
Date: Thu Mar 8 17:50:08 2012 +0100
[ARMADEUS] update imx28-usb-downloader package to BE2012.02
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/Config.in | 2 +-
.../Config.in | 0
.../imx28-usb-downloader.mk} | 6 +++++-
3 files changed, 6 insertions(+), 2 deletions(-)
rename buildroot/package/armadeus/{gnet-imx28-usb-downloader => imx28-usb-downloader}/Config.in (100%)
rename buildroot/package/armadeus/{gnet-imx28-usb-downloader/gnet-imx28-usb-downloader.mk => imx28-usb-downloader/imx28-usb-downloader.mk} (92%)
diff --git a/buildroot/package/armadeus/Config.in b/buildroot/package/armadeus/Config.in
index 285cd33..2dedd75 100644
--- a/buildroot/package/armadeus/Config.in
+++ b/buildroot/package/armadeus/Config.in
@@ -5,7 +5,7 @@ source package/armadeus/as_devices/Config.in
source package/armadeus/demos/Config.in
source package/armadeus/fpgaregs/Config.in
source package/armadeus/fpga_firmware/Config.in
-source package/armadeus/gnet-imx28-usb-downloader/Config.in
+source package/armadeus/imx28-usb-downloader/Config.in
source package/armadeus/imxregs/Config.in
source package/armadeus/imxssi/Config.in
source package/armadeus/max5821ctrl/Config.in
diff --git a/buildroot/package/armadeus/gnet-imx28-usb-downloader/Config.in b/buildroot/package/armadeus/imx28-usb-downloader/Config.in
similarity index 100%
rename from buildroot/package/armadeus/gnet-imx28-usb-downloader/Config.in
rename to buildroot/package/armadeus/imx28-usb-downloader/Config.in
diff --git a/buildroot/package/armadeus/gnet-imx28-usb-downloader/gnet-imx28-usb-downloader.mk b/buildroot/package/armadeus/imx28-usb-downloader/imx28-usb-downloader.mk
similarity index 92%
rename from buildroot/package/armadeus/gnet-imx28-usb-downloader/gnet-imx28-usb-downloader.mk
rename to buildroot/package/armadeus/imx28-usb-downloader/imx28-usb-downloader.mk
index 843c087..06f2f90 100644
--- a/buildroot/package/armadeus/gnet-imx28-usb-downloader/gnet-imx28-usb-downloader.mk
+++ b/buildroot/package/armadeus/imx28-usb-downloader/imx28-usb-downloader.mk
@@ -33,6 +33,10 @@ define IMX28_USB_DOWNLOADER_INSTALL_TARGET_CMDS
$(TARGET_DIR)/usr/bin/$(IMX28_USB_DOWNLOADER_BIN_NAME)
endef
+ifeq ($(BUILDROOT_VERSION),2011.05)
$(eval $(call GENTARGETS,package,imx28-usb-downloader))
$(eval $(call GENTARGETS,package,imx28-usb-downloader,host))
-
+else
+$(eval $(call GENTARGETS,))
+$(eval $(call GENTARGETS,host))
+endif
hooks/post-receive
--
armadeus
|