[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-569-ge8573fe
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-07-29 23:17:41
|
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 e8573feeb280196b0b41107f86fba14aad023760 (commit)
via 5a4307b1553109f69d90d73e6a7ad9ef2278ed35 (commit)
from 598b84aa1896f023f56737ac16356af31e1c84e7 (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 e8573feeb280196b0b41107f86fba14aad023760
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jul 30 01:15:59 2010 +0200
Updates Changelog
commit 5a4307b1553109f69d90d73e6a7ad9ef2278ed35
Author: Julien Boibessot <jul...@ar...>
Date: Fri Jul 30 01:15:06 2010 +0200
[BUILDROOT] ed: bump version and convert to autotools
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 18 ++++-
...-ed-bump_version_and_convert_to_autotools.patch | 72 ++++++++++++++++++++
2 files changed, 87 insertions(+), 3 deletions(-)
create mode 100644 patches/buildroot/127-ed-bump_version_and_convert_to_autotools.patch
diff --git a/ChangeLog b/ChangeLog
index 92f1702..c0ecae0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,12 +9,19 @@ Changes in release 3.3 (no due date yet)
* Wiki dump available here: http://www.armadeus.com/assos_downloads/wiki/armadeus-3.3_wiki_dump.tar.gz
* Corrected Tickets/Bugs:
+ #58 max1027 driver crash with scheduling error
+ #60 Add Bluez (Bluetooth stack) support to Buildroot
+ #70 Cannot download ed-0.8
+ #75 Make the 6 serial ports on APF27 selectable in Linux menuconfig
* Buildroot:
- Main changes: Preliminary support of BR 2010.05, APW support (Bluetooth, WiFi, GSM & GPS),
- toolchain moved to EABI by default, wiimote support, liburg, Qt 4.5.3
+ Main changes: Preliminary support of BR 2010.05, APW support (Bluetooth (bluez), WiFi (wpa_supplicant, GSM & GPS (gpsd)),
+ toolchain moved to EABI by default, wiimote support, liburg, Qt 4.5.3, move most packages as patches to
+ ease BR mainline integration, custom armadeus packages now have a custom dir/menu
List of all changes:
+ - ed: bump version and convert to autotools
+ - Updates apf9328_test configs
- [AS_DEVICES] Config.in: Indentation + spelling + 'n' is default value for options
- Updates freescale-tools package: now uses DOWNLOAD helper and copy libvpu to staging_dir
- Updates apf27 test config
@@ -162,6 +169,9 @@ Changes in release 3.3 (no due date yet)
Main changes: Better CMOS Camera & APW support, GPIO driver simplified, as5011 driver,
USB device, better audio & keypad support on APF27, hs5116 driver, max9768 driver
List of all changes:
+ - pwm ressources were badly registered on APF9328
+ - Merge patches 344 & 339 into 281 one + add new correct OV96xx config define
+ - Makes ov96xx, ov7670 & ov3640 drivers compile when CONFIG_ADV_DEBUG is used
- Updates apf27 linux default config and add OSS emulation
- Makes dma_test driver compile again
- Reorganizes patch 356 internals
@@ -305,6 +315,7 @@ Changes in release 3.3 (no due date yet)
- Adding imx-fpga communication testing program
- Cleanup imxssi debug tool and add it Audio In -> Audio Out loop option
* Test:
+ - Updates test scripts for 3.3 release
- Improves test_backlight.sh
- Improve media_perf.sh
- Add default capture volume to test_audio.sh
@@ -324,7 +335,8 @@ Changes in release 3.3 (no due date yet)
- Transform test_pwm.sh in a release test
- Move test_pwm.sh to the test scripts dir
* Tools:
- - Add gpio_helpers.sh to ease usage of gpio driver (extract of test_gpio.sh). New script will be located in /usr/bin/ on the target.
+ - Add gpio_helpers.sh to ease usage of gpio driver (extract of test_gpio.sh). New script will be located in /usr/bin/ on the target
+ - Add error message to gpio_set_value when corresponding /dev/gpio/PXnn is not available
- Improves quiltify.sh for new BR handling and modify main Makefile accordingly
- Now U-Boot can be quiltified too
- quiltify: works on 2.6.X.y Linux sources instead of 2.6.X ones
diff --git a/patches/buildroot/127-ed-bump_version_and_convert_to_autotools.patch b/patches/buildroot/127-ed-bump_version_and_convert_to_autotools.patch
new file mode 100644
index 0000000..65224e2
--- /dev/null
+++ b/patches/buildroot/127-ed-bump_version_and_convert_to_autotools.patch
@@ -0,0 +1,72 @@
+From 86884df4d1cb014122f4e59422bc5b5f69c66e9d Mon Sep 17 00:00:00 2001
+From: Peter Korsgaard <ja...@su...>
+Date: Fri, 09 Jan 2009 13:35:16 +0000
+Subject: ed: bump version, convert to Makefile.autotools.in format
+
+---
+diff --git a/package/editors/ed/ed.mk b/package/editors/ed/ed.mk
+index 237e78a..d9960db 100644
+--- a/package/editors/ed/ed.mk
++++ b/package/editors/ed/ed.mk
+@@ -3,57 +3,8 @@
+ # ed
+ #
+ #############################################################
+-ED_VERSION:=0.8
++ED_VERSION:=1.1
+ ED_SOURCE:=ed-$(ED_VERSION).tar.bz2
+ ED_SITE:=$(BR2_GNU_MIRROR)/ed/
+-ED_CAT:=$(BZCAT)
+-ED_DIR:=$(BUILD_DIR)/ed-$(ED_VERSION)
+-ED_BINARY:=ed
+-ED_TARGET_BINARY:=bin/ed
+
+-$(DL_DIR)/$(ED_SOURCE):
+- $(WGET) -P $(DL_DIR) $(ED_SITE)/$(ED_SOURCE)
+-
+-$(ED_DIR)/.unpacked: $(DL_DIR)/$(ED_SOURCE)
+- $(ED_CAT) $(DL_DIR)/$(ED_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+- toolchain/patch-kernel.sh $(ED_DIR) package/editors/ed/ ed-\*.patch
+- touch $@
+-
+-$(ED_DIR)/.configured: $(ED_DIR)/.unpacked
+- (cd $(ED_DIR); rm -rf config.cache; \
+- $(TARGET_CONFIGURE_OPTS) \
+- $(TARGET_CONFIGURE_ARGS) \
+- ./configure \
+- --target=$(GNU_TARGET_NAME) \
+- --host=$(GNU_TARGET_NAME) \
+- --build=$(GNU_HOST_NAME) \
+- --prefix=/usr \
+- --exec-prefix=/usr \
+- )
+- touch $@
+-
+-$(ED_DIR)/$(ED_BINARY): $(ED_DIR)/.configured
+- $(MAKE) CC=$(TARGET_CC) -C $(ED_DIR)
+-
+-$(TARGET_DIR)/$(ED_TARGET_BINARY): $(ED_DIR)/$(ED_BINARY)
+- $(INSTALL) -D $(ED_DIR)/$(ED_BINARY) $(TARGET_DIR)/$(ED_TARGET_BINARY)
+-
+-ed: uclibc $(TARGET_DIR)/$(ED_TARGET_BINARY)
+-
+-ed-source: $(DL_DIR)/$(ED_SOURCE)
+-
+-ed-clean:
+- $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(ED_DIR) uninstall
+- -$(MAKE) -C $(ED_DIR) clean
+-
+-ed-dirclean:
+- rm -rf $(ED_DIR)
+-
+-#############################################################
+-#
+-# Toplevel Makefile options
+-#
+-#############################################################
+-ifeq ($(strip $(BR2_PACKAGE_ED)),y)
+-TARGETS+=ed
+-endif
++$(eval $(call AUTOTARGETS,package/editors,ed))
+--
+cgit v0.8.2.1
hooks/post-receive
--
armadeus
|