[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-233-g94f6562
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-03-30 06:52:28
|
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 94f6562c8dda494177c2f51d787f9cd12c98763c (commit)
via 326dda11a57effcecfa3a3776b9e041e8e1385b3 (commit)
from f534f4cd0c4be986b91db66b1e64e8f72642a617 (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 94f6562c8dda494177c2f51d787f9cd12c98763c
Author: Julien Boibessot <jul...@ar...>
Date: Fri Mar 30 08:51:53 2012 +0200
[BUILD] Add info message in scripts/quiltify.sh
commit 326dda11a57effcecfa3a3776b9e041e8e1385b3
Author: Julien Boibessot <jul...@ar...>
Date: Fri Mar 30 08:48:53 2012 +0200
[BUILDROOT] Add firmware-imx package
-----------------------------------------------------------------------
Summary of changes:
.../2012.02/183-firmware-imx-add_package.patch | 49 ++++++++++++++++++++
patches/buildroot/2012.02/cleanup_buildroot.sh | 1 +
scripts/quiltify.sh | 1 +
3 files changed, 51 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.02/183-firmware-imx-add_package.patch
diff --git a/patches/buildroot/2012.02/183-firmware-imx-add_package.patch b/patches/buildroot/2012.02/183-firmware-imx-add_package.patch
new file mode 100644
index 0000000..76fec76
--- /dev/null
+++ b/patches/buildroot/2012.02/183-firmware-imx-add_package.patch
@@ -0,0 +1,49 @@
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/firmware-imx/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/firmware-imx/Config.in 2012-03-29 12:09:47.000000000 +0200
+@@ -0,0 +1,4 @@
++config BR2_PACKAGE_FIRMWARE_IMX
++ bool "firmware-imx"
++ help
++ Freescale's specific firmwares for i.MX processors family.
+Index: buildroot/package/firmware-imx/firmware-imx.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/firmware-imx/firmware-imx.mk 2012-03-29 15:21:35.000000000 +0200
+@@ -0,0 +1,20 @@
++#############################################################
++#
++# firmware-imx (i.MX firmwares from Freescale BSP)
++#
++#############################################################
++FIRMWARE_IMX_VERSION = 10.11.01
++FIRMWARE_IMX_SITE = ftp://ftp2.armadeus.com/armadeusw/download/
++
++FIRMWARE_IMX_VPU_TARGET_DIR = $(TARGET_DIR)/lib/firmware/vpu/
++
++define FIRMWARE_IMX_INSTALL_TARGET_CMDS
++ mkdir -p $(FIRMWARE_IMX_VPU_TARGET_DIR)
++ install -D -m 755 $(@D)/firmware/vpu/vpu_fw_$(BR2_CPU_NAME).bin $(FIRMWARE_IMX_VPU_TARGET_DIR)
++endef
++
++define FIRMWARE_IMX_UNINSTALL_TARGET_CMDS
++ rm -rf $(FIRMWARE_IMX_VPU_TARGET_DIR)
++endef
++
++$(eval $(call GENTARGETS))
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2012-03-29 15:09:34.000000000 +0200
++++ buildroot/package/Config.in 2012-03-29 15:10:35.000000000 +0200
+@@ -192,6 +192,7 @@
+ source "package/eeprog/Config.in"
+ source "package/fconfig/Config.in"
+ source "package/firmware/Config.in"
++source "package/firmware-imx/Config.in"
+ source "package/fis/Config.in"
+ source "package/gadgetfs-test/Config.in"
+ source "package/gdisk/Config.in"
diff --git a/patches/buildroot/2012.02/cleanup_buildroot.sh b/patches/buildroot/2012.02/cleanup_buildroot.sh
index 570290a..0fcb2c9 100755
--- a/patches/buildroot/2012.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2012.02/cleanup_buildroot.sh
@@ -67,3 +67,4 @@ rm -rf buildroot/package/gsmmux
rm -rf buildroot/package/imx-lib/
rm -rf buildroot/package/imx-test/
rm -rf buildroot/package/e2fsprogs/
+rm -rf buildroot/package/firmware-imx/
diff --git a/scripts/quiltify.sh b/scripts/quiltify.sh
index 499b2f3..272affd 100755
--- a/scripts/quiltify.sh
+++ b/scripts/quiltify.sh
@@ -106,6 +106,7 @@ if [ "$1" == "export" ]; then
else
echo "No VCS found"
fi
+ echo -e "\n--- If you worked on Buildroot patches don't forget to eventually update patches/buildroot/201x.xx/cleanup.sh !\n"
exit 0
fi
hooks/post-receive
--
armadeus
|