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 c793e66a8af2499531aa268ed4febe534fde0070 (commit)
from a1560785a08259f89bd5d883f96d5e0bcaedd228 (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 c793e66a8af2499531aa268ed4febe534fde0070
Author: Eric Jarrige <eric.jarrige@...>
Date: Wed Mar 20 03:03:40 2013 +0100
[BUILDROOT] 2013.02: cleanup and fix armadeus patch hunk and fuzz
-----------------------------------------------------------------------
Summary of changes:
.../2013.02/001-add_armadeus_device.patch | 8 +-
.../002-add_armadeus_specific_packages.patch | 4 +-
patches/buildroot/2013.02/006-lcd4linux.patch | 4 +-
patches/buildroot/2013.02/018-allegro.patch | 2 +-
.../buildroot/2013.02/021-sdl-water-config.patch | 2 +-
patches/buildroot/2013.02/034-slideshow.patch | 2 +-
patches/buildroot/2013.02/040-linux-makefile.patch | 14 ++--
.../buildroot/2013.02/043-mesa-add_packages.patch | 2 +-
...support-for-Safe-Boot-file-format-this-fo.patch | 6 +-
...d_possibility_to_choose_board_header_file.patch | 8 +-
...x_in_a_standalone_way_after_configuration.patch | 2 +-
...-linux-change_board_specific_patches_name.patch | 2 +-
.../buildroot/2013.02/072-xenomai-package.patch | 14 ++--
.../buildroot/2013.02/085-adds_gpm_package.patch | 4 +-
.../buildroot/2013.02/110-bluez3-add_package.patch | 6 +-
.../2013.02/116-openobex-add_package.patch | 2 +-
.../2013.02/117-ussp-push-add_package.patch | 2 +-
.../buildroot/2013.02/119-fbtest-add_package.patch | 2 +-
.../buildroot/2013.02/120-cwiid-add_package.patch | 2 +-
.../2013.02/121-target-arm926t_is_arm926ej-s.patch | 4 +-
.../buildroot/2013.02/122-urg-add_package.patch | 2 +-
.../2013.02/123-pywebradio-add_package.patch | 4 +-
.../buildroot/2013.02/124-e-uae-add_package.patch | 2 +-
...-qt-full_integration_with_cross_compiling.patch | 4 +-
.../135-linux-add_linux26-clean_target.patch | 2 +-
...-disable_ip_busybox_if_iproute2_buildroot.patch | 7 +-
...fix_installation_bug_on_some_host_systems.patch | 2 +-
...lection_even_when_custom_rootfs_is_chosen.patch | 10 +-
.../2013.02/168-libcanfestival-add_package.patch | 2 +-
.../buildroot/2013.02/172-gsmmux-add_package.patch | 6 +-
.../2013.02/176-imx-test-add_package.patch | 2 +-
.../178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch | 10 +-
.../2013.02/181-qtcreator-add_package.patch | 2 +-
.../2013.02/185-gst-fsl-plugin-add_package.patch | 97 --------------------
.../2013.02/189-dbus-fix_installation.patch | 2 +-
.../2013.02/191-madplay-requires_libintl.patch | 2 +-
.../2013.02/196-python-crc16-add_package.patch | 2 +-
.../buildroot/2013.02/197-cunit-add_package.patch | 2 +-
patches/buildroot/2013.02/cleanup_buildroot.sh | 1 -
39 files changed, 78 insertions(+), 175 deletions(-)
delete mode 100644 patches/buildroot/2013.02/185-gst-fsl-plugin-add_package.patch
diff --git a/patches/buildroot/2013.02/001-add_armadeus_device.patch b/patches/buildroot/2013.02/001-add_armadeus_device.patch
index 7e4f5c8..66c7914 100644
--- a/patches/buildroot/2013.02/001-add_armadeus_device.patch
+++ b/patches/buildroot/2013.02/001-add_armadeus_device.patch
@@ -4,7 +4,7 @@ Index: buildroot/Makefile
===================================================================
--- buildroot/Makefile
+++ buildroot/Makefile
-@@ -336,6 +336,7 @@ endif
+@@ -334,6 +334,7 @@ endif
include boot/common.mk
include linux/linux.mk
include system/system.mk
@@ -16,9 +16,9 @@ Index: buildroot/system/Config.in
===================================================================
--- buildroot/system/Config.in
+++ buildroot/system/Config.in
-@@ -183,4 +183,5 @@ config BR2_ROOTFS_POST_BUILD_SCRIPT
- only argument. Make sure the exit code of those scripts are 0,
- otherwise make will stop after calling them.
+@@ -294,4 +294,5 @@ config BR2_ROOTFS_POST_BUILD_SCRIPT
+ first and only argument. The script is executed from the
+ main Buildroot source directory as the current directory.
+source "target/device/armadeus/Config.in"
endmenu
diff --git a/patches/buildroot/2013.02/002-add_armadeus_specific_packages.patch b/patches/buildroot/2013.02/002-add_armadeus_specific_packages.patch
index bd5703d..a5ae028 100644
--- a/patches/buildroot/2013.02/002-add_armadeus_specific_packages.patch
+++ b/patches/buildroot/2013.02/002-add_armadeus_specific_packages.patch
@@ -4,9 +4,9 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-02-21 16:43:29.000000000 +0100
+++ buildroot/package/Config.in 2012-02-21 16:43:56.000000000 +0100
-@@ -3,6 +3,9 @@
+@@ -2,6 +2,9 @@
+
source "package/busybox/Config.in"
- source "package/customize/Config.in"
+# Armadeus specific
+source "package/armadeus/Config.in"
diff --git a/patches/buildroot/2013.02/006-lcd4linux.patch b/patches/buildroot/2013.02/006-lcd4linux.patch
index aa1c584..097e12c 100644
--- a/patches/buildroot/2013.02/006-lcd4linux.patch
+++ b/patches/buildroot/2013.02/006-lcd4linux.patch
@@ -6,14 +6,14 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot/package/Config.in
+++ buildroot/package/Config.in
-@@ -230,6 +230,7 @@
+@@ -248,6 +248,7 @@
source "package/iostat/Config.in"
source "package/irda-utils/Config.in"
source "package/kbd/Config.in"
+source "package/lcd4linux/Config.in"
source "package/lcdproc/Config.in"
- source "package/linux-firmware/Config.in"
source "package/lm-sensors/Config.in"
+ source "package/lshw/Config.in"
Index: buildroot/package/lcd4linux/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
diff --git a/patches/buildroot/2013.02/018-allegro.patch b/patches/buildroot/2013.02/018-allegro.patch
index 81da7f8..43a542b 100644
--- a/patches/buildroot/2013.02/018-allegro.patch
+++ b/patches/buildroot/2013.02/018-allegro.patch
@@ -6,7 +6,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot/package/Config.in
+++ buildroot/package/Config.in
-@@ -112,6 +112,7 @@
+@@ -115,6 +115,7 @@
source "package/rrdtool/Config.in"
comment "graphic libraries"
diff --git a/patches/buildroot/2013.02/021-sdl-water-config.patch b/patches/buildroot/2013.02/021-sdl-water-config.patch
index 4596ff1..d14eea7 100644
--- a/patches/buildroot/2013.02/021-sdl-water-config.patch
+++ b/patches/buildroot/2013.02/021-sdl-water-config.patch
@@ -6,7 +6,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot/package/Config.in
+++ buildroot/package/Config.in
-@@ -135,6 +135,8 @@
+@@ -139,6 +139,8 @@
source "package/sdl_net/Config.in"
source "package/sdl_ttf/Config.in"
source "package/sdl_gfx/Config.in"
diff --git a/patches/buildroot/2013.02/034-slideshow.patch b/patches/buildroot/2013.02/034-slideshow.patch
index 408838f..41acbce 100644
--- a/patches/buildroot/2013.02/034-slideshow.patch
+++ b/patches/buildroot/2013.02/034-slideshow.patch
@@ -6,7 +6,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot/package/Config.in
+++ buildroot/package/Config.in
-@@ -135,6 +135,7 @@
+@@ -139,6 +139,7 @@
source "package/sdl_net/Config.in"
source "package/sdl_ttf/Config.in"
source "package/sdl_gfx/Config.in"
diff --git a/patches/buildroot/2013.02/040-linux-makefile.patch b/patches/buildroot/2013.02/040-linux-makefile.patch
index 49e96a9..727b82c 100644
--- a/patches/buildroot/2013.02/040-linux-makefile.patch
+++ b/patches/buildroot/2013.02/040-linux-makefile.patch
@@ -2,7 +2,7 @@ Index: buildroot/linux/linux.mk
===================================================================
--- buildroot.orig/linux/linux.mk 2012-02-12 23:22:29.000000000 +0100
+++ buildroot/linux/linux.mk 2012-02-21 20:57:38.000000000 +0100
-@@ -44,7 +44,8 @@
+@@ -50,7 +50,8 @@
# Get the real Linux version, which tells us where kernel modules are
# going to be installed in the target filesystem.
@@ -10,9 +10,9 @@ Index: buildroot/linux/linux.mk
+LINUX_VERSION_PROBED = $(LINUX_VERSION)
+#LINUX_VERSION_PROBED = $(shell $(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) --no-print-directory -s kernelrelease)
- ifeq ($(BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM),y)
- LINUX_IMAGE_NAME=$(call qstrip,$(BR2_LINUX_KERNEL_IMAGE_TARGET_NAME))
-@@ -124,7 +125,14 @@
+ ifeq ($(BR2_LINUX_KERNEL_USE_INTREE_DTS),y)
+ KERNEL_DTS_NAME = $(call qstrip,$(BR2_LINUX_KERNEL_INTREE_DTS_NAME))
+@@ -155,7 +156,14 @@
KERNEL_SOURCE_CONFIG = $(BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE)
endif
@@ -27,8 +27,8 @@ Index: buildroot/linux/linux.mk
cp $(KERNEL_SOURCE_CONFIG) $(KERNEL_ARCH_PATH)/configs/buildroot_defconfig
$(TARGET_MAKE_ENV) $(MAKE1) $(LINUX_MAKE_FLAGS) -C $(@D) buildroot_defconfig
rm $(KERNEL_ARCH_PATH)/configs/buildroot_defconfig
-@@ -168,7 +176,7 @@
- endif
+@@ -255,7 +253,7 @@
+
define LINUX_INSTALL_IMAGES_CMDS
- cp $(LINUX_IMAGE_PATH) $(BINARIES_DIR)
@@ -36,7 +36,7 @@ Index: buildroot/linux/linux.mk
endef
define LINUX_INSTALL_TARGET_CMDS
-@@ -214,7 +222,7 @@
+@@ -305,7 +313,7 @@
# Build the kernel.
$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(LINUX_IMAGE_NAME)
# Copy the kernel image to its final destination
diff --git a/patches/buildroot/2013.02/043-mesa-add_packages.patch b/patches/buildroot/2013.02/043-mesa-add_packages.patch
index bd52bb5..2854070 100644
--- a/patches/buildroot/2013.02/043-mesa-add_packages.patch
+++ b/patches/buildroot/2013.02/043-mesa-add_packages.patch
@@ -2,7 +2,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot/package/Config.in
+++ buildroot/package/Config.in
-@@ -403,6 +403,7 @@
+@@ -440,6 +440,7 @@
source "package/librsvg/Config.in"
source "package/libsvgtiny/Config.in"
source "package/libungif/Config.in"
diff --git a/patches/buildroot/2013.02/051a-U-Boot-add-support-for-Safe-Boot-file-format-this-fo.patch b/patches/buildroot/2013.02/051a-U-Boot-add-support-for-Safe-Boot-file-format-this-fo.patch
index 7d06140..e8bc5a5 100644
--- a/patches/buildroot/2013.02/051a-U-Boot-add-support-for-Safe-Boot-file-format-this-fo.patch
+++ b/patches/buildroot/2013.02/051a-U-Boot-add-support-for-Safe-Boot-file-format-this-fo.patch
@@ -16,7 +16,7 @@ diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index c8db9fb..5fd5258 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
-@@ -90,6 +90,9 @@ config BR2_TARGET_UBOOT_FORMAT_LDR
+@@ -115,6 +115,9 @@ config BR2_TARGET_UBOOT_FORMAT_LDR
depends on BR2_bfin
bool "u-boot.ldr"
@@ -25,12 +25,12 @@ index c8db9fb..5fd5258 100644
+
endchoice
- menuconfig BR2_TARGET_UBOOT_NETWORK
+ config BR2_TARGET_UBOOT_OMAP_IFT
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index db9de8d..1394400 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
-@@ -29,6 +29,10 @@ else ifeq ($(BR2_TARGET_UBOOT_FORMAT_LDR),y)
+@@ -37,6 +37,10 @@ else ifeq ($(BR2_TARGET_UBOOT_FORMAT_LDR),y)
UBOOT_BIN = u-boot-nand.bin
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_IMG),y)
UBOOT_BIN = u-boot.img
diff --git a/patches/buildroot/2013.02/051d-u-boot-add_possibility_to_choose_board_header_file.patch b/patches/buildroot/2013.02/051d-u-boot-add_possibility_to_choose_board_header_file.patch
index cd8a50e..3ccdcff 100644
--- a/patches/buildroot/2013.02/051d-u-boot-add_possibility_to_choose_board_header_file.patch
+++ b/patches/buildroot/2013.02/051d-u-boot-add_possibility_to_choose_board_header_file.patch
@@ -9,9 +9,9 @@ Index: buildroot/boot/uboot/Config.in
===================================================================
--- buildroot.orig/boot/uboot/Config.in 2012-02-21 16:44:24.000000000 +0100
+++ buildroot/boot/uboot/Config.in 2012-02-21 16:44:26.000000000 +0100
-@@ -11,6 +11,14 @@
- One of U-Boot supported boards to be built.
- This will be suffixed with _config to meet U-Boot standard naming.
+@@ -12,6 +12,14 @@
+ See boards.cfg in U-Boot source code for the list of available
+ configurations.
+config BR2_TARGET_UBOOT_CONFIG_HEADER_FILE
+ string "U-Boot header file"
@@ -23,4 +23,4 @@ Index: buildroot/boot/uboot/Config.in
+
choice
prompt "U-Boot Version"
- default BR2_TARGET_UBOOT_2011_12
+ default BR2_TARGET_UBOOT_2013_01
diff --git a/patches/buildroot/2013.02/060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch b/patches/buildroot/2013.02/060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch
index 4d24469..6a0630d 100644
--- a/patches/buildroot/2013.02/060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch
+++ b/patches/buildroot/2013.02/060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch
@@ -2,7 +2,7 @@ Index: buildroot/linux/linux.mk
===================================================================
--- buildroot.orig/linux/linux.mk 2012-02-21 20:57:58.000000000 +0100
+++ buildroot/linux/linux.mk 2012-02-21 20:59:44.000000000 +0100
-@@ -129,6 +129,8 @@
+@@ -158,6 +158,8 @@
ifeq ($(strip $(BR2_TARGET_ARMADEUS)),y)
define ARMADEUS_LINUX_CONFIG_HACKS
diff --git a/patches/buildroot/2013.02/071-linux-change_board_specific_patches_name.patch b/patches/buildroot/2013.02/071-linux-change_board_specific_patches_name.patch
index a660a72..d3337e0 100644
--- a/patches/buildroot/2013.02/071-linux-change_board_specific_patches_name.patch
+++ b/patches/buildroot/2013.02/071-linux-change_board_specific_patches_name.patch
@@ -2,7 +2,7 @@ Index: buildroot/linux/linux.mk
===================================================================
--- buildroot.orig/linux/linux.mk 2012-02-21 16:44:32.000000000 +0100
+++ buildroot/linux/linux.mk 2012-02-21 16:44:34.000000000 +0100
-@@ -109,7 +109,7 @@
+@@ -140,7 +140,7 @@
if echo $$p | grep -q -E "^ftp://|^http://" ; then \
support/scripts/apply-patches.sh $(@D) $(DL_DIR) `basename $$p` ; \
elif test -d $$p ; then \
diff --git a/patches/buildroot/2013.02/072-xenomai-package.patch b/patches/buildroot/2013.02/072-xenomai-package.patch
index 0a14d40..15258cf 100644
--- a/patches/buildroot/2013.02/072-xenomai-package.patch
+++ b/patches/buildroot/2013.02/072-xenomai-package.patch
@@ -28,8 +28,8 @@ Index: buildroot/linux/Config.ext.in
- Download it at http://download.gna.org/adeos/patches/v2.6/$(ARCH)/
- and verify that your kernel version in buildroot matches.
- # RTAI
- config BR2_LINUX_KERNEL_EXT_RTAI
+ # ocf-linux
+ config BR2_LINUX_KERNEL_EXT_OCF_LINUX
Index: buildroot/linux/linux-ext-xenomai.mk
===================================================================
--- buildroot.orig/linux/linux-ext-xenomai.mk
@@ -57,7 +57,7 @@ Index: buildroot/linux/linux.mk
===================================================================
--- buildroot.orig/linux/linux.mk
+++ buildroot/linux/linux.mk
-@@ -133,6 +133,12 @@ define ARMADEUS_LINUX_CONFIG_HACKS
+@@ -164,6 +164,12 @@ define ARMADEUS_LINUX_CONFIG_HACKS
endef
endif
@@ -70,14 +70,14 @@ Index: buildroot/linux/linux.mk
define LINUX_CONFIGURE_CMDS
$(ARMADEUS_LINUX_CONFIG_HACKS)
cp $(KERNEL_SOURCE_CONFIG) $(KERNEL_ARCH_PATH)/configs/buildroot_defconfig
-@@ -159,6 +165,7 @@ define LINUX_CONFIGURE_CMDS
- $(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV),
- $(call KCONFIG_SET_OPT,CONFIG_UEVENT_HELPER_PATH,\"/sbin/mdev\",$(@D)/.config))
+@@ -194,6 +200,7 @@ define LINUX_CONFIGURE_CMDS
+ $(if $(BR2_LINUX_KERNEL_APPENDED_DTB),
+ $(call KCONFIG_ENABLE_OPT,CONFIG_ARM_APPENDED_DTB,$(@D)/.config))
yes '' | $(TARGET_MAKE_ENV) $(MAKE1) $(LINUX_MAKE_FLAGS) -C $(@D) oldconfig
+ $(KERNEL_EXT_XENOMAI_CONFIG_HACKS)
endef
- # Compilation. We make sure the kernel gets rebuilt when the
+ ifeq ($(BR2_LINUX_KERNEL_DTS_SUPPORT),y)
Index: buildroot/package/xenomai/adeos-00-compatibility_with_armadeus.patch
===================================================================
--- /dev/null
diff --git a/patches/buildroot/2013.02/085-adds_gpm_package.patch b/patches/buildroot/2013.02/085-adds_gpm_package.patch
index f21fd4b..f6eeb19 100644
--- a/patches/buildroot/2013.02/085-adds_gpm_package.patch
+++ b/patches/buildroot/2013.02/085-adds_gpm_package.patch
@@ -123,8 +123,8 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot/package/Config.in
+++ buildroot/package/Config.in
-@@ -193,6 +193,7 @@
- source "package/e2fsprogs/Config.in"
+@@ -201,6 +201,7 @@
+ source "package/flashbench/Config.in"
source "package/genext2fs/Config.in"
source "package/genromfs/Config.in"
+source "package/gpm/Config.in"
diff --git a/patches/buildroot/2013.02/110-bluez3-add_package.patch b/patches/buildroot/2013.02/110-bluez3-add_package.patch
index 85ea6b1..5b967e7 100644
--- a/patches/buildroot/2013.02/110-bluez3-add_package.patch
+++ b/patches/buildroot/2013.02/110-bluez3-add_package.patch
@@ -6,15 +6,15 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-02-21 16:44:52.000000000 +0100
+++ buildroot/package/Config.in 2012-02-21 16:44:54.000000000 +0100
-@@ -445,6 +445,8 @@
+@@ -631,6 +631,8 @@
+ source "package/bluez_utils/Config.in"
source "package/boa/Config.in"
- endif
source "package/bind/Config.in"
+source "package/bluez3-libs/Config.in"
+source "package/bluez3-utils/Config.in"
source "package/bmon/Config.in"
source "package/bridge-utils/Config.in"
- source "package/bwm-ng/Config.in"
+ source "package/can-utils/Config.in"
Index: buildroot/package/bluez3-libs/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
diff --git a/patches/buildroot/2013.02/116-openobex-add_package.patch b/patches/buildroot/2013.02/116-openobex-add_package.patch
index 1d6a492..ab635aa 100644
--- a/patches/buildroot/2013.02/116-openobex-add_package.patch
+++ b/patches/buildroot/2013.02/116-openobex-add_package.patch
@@ -21,7 +21,7 @@ diff --git a/package/Config.in b/package/Config.in
index 74e439e..0855684 100644
--- a/package/Config.in
+++ b/package/Config.in
-@@ -632,6 +632,7 @@ source "package/ntp/Config.in"
+@@ -696,6 +696,7 @@ source "package/ntp/Config.in"
source "package/nuttcp/Config.in"
source "package/olsr/Config.in"
source "package/openntpd/Config.in"
diff --git a/patches/buildroot/2013.02/117-ussp-push-add_package.patch b/patches/buildroot/2013.02/117-ussp-push-add_package.patch
index dbce7f3..84b8229 100644
--- a/patches/buildroot/2013.02/117-ussp-push-add_package.patch
+++ b/patches/buildroot/2013.02/117-ussp-push-add_package.patch
@@ -17,7 +17,7 @@ diff --git a/package/Config.in b/package/Config.in
index 0855684..c530305 100644
--- a/package/Config.in
+++ b/package/Config.in
-@@ -668,6 +668,7 @@ source "package/ttcp/Config.in"
+@@ -736,6 +736,7 @@ source "package/ttcp/Config.in"
source "package/udpcast/Config.in"
source "package/ulogd/Config.in"
source "package/ushare/Config.in"
diff --git a/patches/buildroot/2013.02/119-fbtest-add_package.patch b/patches/buildroot/2013.02/119-fbtest-add_package.patch
index 0184cda..017870d 100644
--- a/patches/buildroot/2013.02/119-fbtest-add_package.patch
+++ b/patches/buildroot/2013.02/119-fbtest-add_package.patch
@@ -6,7 +6,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-07-30 10:43:47.000000000 +0200
+++ buildroot/package/Config.in 2012-07-30 10:59:43.000000000 +0200
-@@ -116,6 +116,7 @@
+@@ -129,6 +129,7 @@
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/fbset/Config.in"
endif
diff --git a/patches/buildroot/2013.02/120-cwiid-add_package.patch b/patches/buildroot/2013.02/120-cwiid-add_package.patch
index 66ed7cf..f4911cc 100644
--- a/patches/buildroot/2013.02/120-cwiid-add_package.patch
+++ b/patches/buildroot/2013.02/120-cwiid-add_package.patch
@@ -7,7 +7,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-02-21 16:45:15.000000000 +0100
+++ buildroot/package/Config.in 2012-02-21 16:45:30.000000000 +0100
-@@ -174,6 +174,7 @@
+@@ -198,6 +198,7 @@
menu "Filesystem and flash utilities"
source "package/cifs-utils/Config.in"
source "package/cramfs/Config.in"
diff --git a/patches/buildroot/2013.02/121-target-arm926t_is_arm926ej-s.patch b/patches/buildroot/2013.02/121-target-arm926t_is_arm926ej-s.patch
index 67fb9e1..6de791e 100644
--- a/patches/buildroot/2013.02/121-target-arm926t_is_arm926ej-s.patch
+++ b/patches/buildroot/2013.02/121-target-arm926t_is_arm926ej-s.patch
@@ -7,7 +7,7 @@ Index: buildroot/target/Config.in.arch
===================================================================
--- buildroot/arch/Config.in.arm
+++ buildroot/arch/Config.in.arm
-@@ -20,7 +20,7 @@ config BR2_arm920t
+@@ -28,7 +28,7 @@ config BR2_arm920t
config BR2_arm922t
bool "arm922t"
config BR2_arm926t
@@ -15,4 +15,4 @@ Index: buildroot/target/Config.in.arch
+ bool "arm926ej-s (arm926t)"
config BR2_arm10t
bool "arm10t"
- config BR2_arm1136jf_s
+ config BR2_arm1136jf_s_r0
diff --git a/patches/buildroot/2013.02/122-urg-add_package.patch b/patches/buildroot/2013.02/122-urg-add_package.patch
index 7012fc7..1f73f92 100644
--- a/patches/buildroot/2013.02/122-urg-add_package.patch
+++ b/patches/buildroot/2013.02/122-urg-add_package.patch
@@ -15,7 +15,7 @@ diff --git a/package/Config.in b/package/Config.in
index c530305..45ccbcf 100644
--- a/package/Config.in
+++ b/package/Config.in
-@@ -426,6 +426,7 @@ source "package/libv4l/Config.in"
+@@ -476,6 +476,7 @@ source "package/libv4l/Config.in"
source "package/mtdev/Config.in"
source "package/neardal/Config.in"
source "package/pcsc-lite/Config.in"
diff --git a/patches/buildroot/2013.02/123-pywebradio-add_package.patch b/patches/buildroot/2013.02/123-pywebradio-add_package.patch
index f51fbbd..cc145d2 100644
--- a/patches/buildroot/2013.02/123-pywebradio-add_package.patch
+++ b/patches/buildroot/2013.02/123-pywebradio-add_package.patch
@@ -2,13 +2,13 @@ Index: buildroot/package/multimedia/Config.in
===================================================================
--- buildroot.orig/package/multimedia/Config.in 2012-02-21 16:44:45.000000000 +0100
+++ buildroot/package/multimedia/Config.in 2012-02-21 16:45:43.000000000 +0100
-@@ -38,6 +38,7 @@
+@@ -20,6 +20,7 @@
source "package/multimedia/mpd/Config.in"
source "package/multimedia/mpg123/Config.in"
source "package/multimedia/mplayer/Config.in"
+source "package/pywebradio/Config.in"
source "package/multimedia/musepack/Config.in"
- source "package/multimedia/portaudio/Config.in"
+ source "package/opus-tools/Config.in"
source "package/multimedia/pulseaudio/Config.in"
Index: buildroot/package/pywebradio/Config.in
===================================================================
diff --git a/patches/buildroot/2013.02/124-e-uae-add_package.patch b/patches/buildroot/2013.02/124-e-uae-add_package.patch
index eb6d995..8bca49f 100644
--- a/patches/buildroot/2013.02/124-e-uae-add_package.patch
+++ b/patches/buildroot/2013.02/124-e-uae-add_package.patch
@@ -2,7 +2,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-02-21 16:45:33.000000000 +0100
+++ buildroot/package/Config.in 2012-02-21 16:45:45.000000000 +0100
-@@ -91,6 +91,7 @@
+@@ -103,6 +103,7 @@
endmenu
menu "Games"
diff --git a/patches/buildroot/2013.02/132-qt-full_integration_with_cross_compiling.patch b/patches/buildroot/2013.02/132-qt-full_integration_with_cross_compiling.patch
index 49d5ad2..e5a554a 100644
--- a/patches/buildroot/2013.02/132-qt-full_integration_with_cross_compiling.patch
+++ b/patches/buildroot/2013.02/132-qt-full_integration_with_cross_compiling.patch
@@ -6,7 +6,7 @@ Index: buildroot/package/qt/Config.in
===================================================================
--- buildroot.orig/package/qt/Config.in 2012-02-29 23:19:47.000000000 +0100
+++ buildroot/package/qt/Config.in 2012-09-05 15:29:54.000000000 +0200
-@@ -17,7 +17,13 @@
+@@ -18,7 +18,13 @@
If unsure, say N.
config BR2_PACKAGE_QT_DEMOS
@@ -25,7 +25,7 @@ Index: buildroot/package/qt/qt.mk
===================================================================
--- buildroot.orig/package/qt/qt.mk 2012-02-29 23:19:47.000000000 +0100
+++ buildroot/package/qt/qt.mk 2012-09-05 15:24:44.000000000 +0200
-@@ -52,9 +52,14 @@
+@@ -51,9 +51,14 @@
endif
ifeq ($(BR2_PACKAGE_QT_DEMOS),y)
diff --git a/patches/buildroot/2013.02/135-linux-add_linux26-clean_target.patch b/patches/buildroot/2013.02/135-linux-add_linux26-clean_target.patch
index 7291c1b..61e32ee 100644
--- a/patches/buildroot/2013.02/135-linux-add_linux26-clean_target.patch
+++ b/patches/buildroot/2013.02/135-linux-add_linux26-clean_target.patch
@@ -2,7 +2,7 @@ Index: buildroot/linux/linux.mk
===================================================================
--- buildroot.orig/linux/linux.mk 2012-02-21 16:44:34.000000000 +0100
+++ buildroot/linux/linux.mk 2012-02-21 16:45:55.000000000 +0100
-@@ -244,3 +244,6 @@
+@@ -346,3 +346,6 @@
endif
endif
diff --git a/patches/buildroot/2013.02/146-busybox-disable_ip_busybox_if_iproute2_buildroot.patch b/patches/buildroot/2013.02/146-busybox-disable_ip_busybox_if_iproute2_buildroot.patch
index a277de9..ab9957c 100644
--- a/patches/buildroot/2013.02/146-busybox-disable_ip_busybox_if_iproute2_buildroot.patch
+++ b/patches/buildroot/2013.02/146-busybox-disable_ip_busybox_if_iproute2_buildroot.patch
@@ -10,7 +10,7 @@ Index: buildroot/package/busybox/busybox.mk
===================================================================
--- buildroot.orig/package/busybox/busybox.mk 2012-02-21 16:43:24.000000000 +0100
+++ buildroot/package/busybox/busybox.mk 2012-02-21 16:45:57.000000000 +0100
-@@ -114,6 +114,15 @@
+@@ -126,6 +126,15 @@
endef
endif
@@ -26,11 +26,12 @@ Index: buildroot/package/busybox/busybox.mk
define BUSYBOX_COPY_CONFIG
cp -f $(BUSYBOX_CONFIG_FILE) $(BUSYBOX_BUILD_CONFIG)
endef
-@@ -153,6 +162,7 @@
+@@ -183,6 +192,7 @@
$(BUSYBOX_SET_MDEV)
$(BUSYBOX_NETKITBASE)
$(BUSYBOX_NETKITTELNET)
+ $(BUSYBOX_IPROUTE2)
$(BUSYBOX_INTERNAL_SHADOW_PASSWORDS)
$(BUSYBOX_DISABLE_MMU_APPLETS)
- @yes "" | $(MAKE) ARCH=$(KERNEL_ARCH) CROSS_COMPILE="$(TARGET_CROSS)" \
+ $(BUSYBOX_SET_INIT)
+
diff --git a/patches/buildroot/2013.02/150-alsa-utils-fix_installation_bug_on_some_host_systems.patch b/patches/buildroot/2013.02/150-alsa-utils-fix_installation_bug_on_some_host_systems.patch
index 1c661a3..bb02ec8 100644
--- a/patches/buildroot/2013.02/150-alsa-utils-fix_installation_bug_on_some_host_systems.patch
+++ b/patches/buildroot/2013.02/150-alsa-utils-fix_installation_bug_on_some_host_systems.patch
@@ -8,7 +8,7 @@ Index: buildroot/package/multimedia/alsa-utils/alsa-utils.mk
===================================================================
--- buildroot.orig/package/multimedia/alsa-utils/alsa-utils.mk 2012-02-21 16:43:24.000000000 +0100
+++ buildroot/package/multimedia/alsa-utils/alsa-utils.mk 2012-02-21 16:45:59.000000000 +0100
-@@ -49,7 +49,7 @@
+@@ -52,7 +52,7 @@
if [ -x "$(TARGET_DIR)/usr/sbin/alsactl" ]; then \
mkdir -p $(TARGET_DIR)/usr/share/; \
rm -rf $(TARGET_DIR)/usr/share/alsa/; \
diff --git a/patches/buildroot/2013.02/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch b/patches/buildroot/2013.02/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch
index e845980..6708295 100644
--- a/patches/buildroot/2013.02/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch
+++ b/patches/buildroot/2013.02/157-buildroot-allow_generic_device_selection_even_when_custom_rootfs_is_chosen.patch
@@ -9,7 +9,7 @@ Index: buildroot/system/Config.in
===================================================================
--- buildroot/system/Config.in
+++ buildroot/system/Config.in
-@@ -117,8 +117,6 @@ config BR2_ROOTFS_SKELETON_CUSTOM_PATH
+@@ -171,8 +171,6 @@ config BR2_ROOTFS_SKELETON_CUSTOM_PATH
Path custom target skeleton.
endif
@@ -17,8 +17,8 @@ Index: buildroot/system/Config.in
-
config BR2_TARGET_GENERIC_ROOT_PASSWD
string "Root password"
-
-@@ -165,8 +163,6 @@ config BR2_TARGET_GENERIC_REMOUNT_ROOTFS
+ default ""
+@@ -247,8 +245,6 @@ config BR2_TARGET_GENERIC_REMOUNT_ROOTFS
read-only.
If unsure, say Y.
@@ -31,7 +31,7 @@ Index: buildroot/system/system.mk
===================================================================
--- buildroot/system/system.mk
+++ buildroot/system/system.mk
-@@ -39,7 +39,6 @@ ifneq ($(TARGET_GENERIC_ISSUE),)
+@@ -48,7 +48,6 @@ ifneq ($(TARGET_GENERIC_ISSUE),)
TARGETS += target-generic-issue
endif
@@ -39,7 +39,7 @@ Index: buildroot/system/system.mk
TARGETS += target-root-passwd
ifneq ($(TARGET_GENERIC_GETTY),)
-@@ -50,4 +49,3 @@ TARGETS += target-generic-do-remount-rw
+@@ -60,4 +59,3 @@ TARGETS += target-generic-do-remount-rw
else
TARGETS += target-generic-dont-remount-rw
endif
diff --git a/patches/buildroot/2013.02/168-libcanfestival-add_package.patch b/patches/buildroot/2013.02/168-libcanfestival-add_package.patch
index 75f5da2..6304f70 100644
--- a/patches/buildroot/2013.02/168-libcanfestival-add_package.patch
+++ b/patches/buildroot/2013.02/168-libcanfestival-add_package.patch
@@ -14,7 +14,7 @@ diff --git a/package/Config.in b/package/Config.in
index 88849d3..ce78f79 100644
--- a/package/Config.in
+++ b/package/Config.in
-@@ -455,6 +455,7 @@ endmenu
+@@ -511,6 +511,7 @@ endmenu
menu "Networking"
source "package/glib-networking/Config.in"
diff --git a/patches/buildroot/2013.02/172-gsmmux-add_package.patch b/patches/buildroot/2013.02/172-gsmmux-add_package.patch
index 4d01640..677a0dc 100644
--- a/patches/buildroot/2013.02/172-gsmmux-add_package.patch
+++ b/patches/buildroot/2013.02/172-gsmmux-add_package.patch
@@ -48,9 +48,9 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-02-21 16:46:12.000000000 +0100
+++ buildroot/package/Config.in 2012-02-21 16:46:16.000000000 +0100
-@@ -199,6 +199,7 @@
- source "package/genromfs/Config.in"
- source "package/gpm/Config.in"
+@@ -252,6 +252,7 @@
+ source "package/gadgetfs-test/Config.in"
+ source "package/gdisk/Config.in"
source "package/gpsd/Config.in"
+source "package/gsmmux/Config.in"
source "package/gvfs/Config.in"
diff --git a/patches/buildroot/2013.02/176-imx-test-add_package.patch b/patches/buildroot/2013.02/176-imx-test-add_package.patch
index de457be..9302e86 100644
--- a/patches/buildroot/2013.02/176-imx-test-add_package.patch
+++ b/patches/buildroot/2013.02/176-imx-test-add_package.patch
@@ -138,7 +138,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-03-08 18:19:14.000000000 +0100
+++ buildroot/package/Config.in 2012-03-08 18:22:31.000000000 +0100
-@@ -206,6 +206,7 @@
+@@ -259,6 +259,7 @@
endif
source "package/hwdata/Config.in"
source "package/i2c-tools/Config.in"
diff --git a/patches/buildroot/2013.02/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch b/patches/buildroot/2013.02/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
index 77bee64..77af7ec 100644
--- a/patches/buildroot/2013.02/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
+++ b/patches/buildroot/2013.02/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
@@ -9,8 +9,8 @@ diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index db9de8d..0a0f762 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
-@@ -90,6 +90,14 @@ define UBOOT_INSTALL_IMAGES_CMDS
- cp -dpf $(@D)/$(UBOOT_BIN) $(BINARIES_DIR)/
+@@ -110,6 +110,14 @@ define UBOOT_INSTALL_IMAGES_CMDS
+ cp -dpf $(@D)/$(BR2_TARGET_UBOOT_SPL_NAME) $(BINARIES_DIR)/)
endef
+define UBOOT_CLEAN_CMDS
@@ -21,9 +21,9 @@ index db9de8d..0a0f762 100644
+
+endef
+
- ifeq ($(BR2_TARGET_UBOOT_OMAP_IFT),y)
- # we NEED a config file unless we're at make source
- ifeq ($(filter source,$(MAKECMDGOALS)),)
+ define UBOOT_INSTALL_OMAP_IFT_IMAGE
+ cp -dpf $(@D)/$(UBOOT_BIN_IFT) $(BINARIES_DIR)/
+ endef
--
1.7.0.4
diff --git a/patches/buildroot/2013.02/181-qtcreator-add_package.patch b/patches/buildroot/2013.02/181-qtcreator-add_package.patch
index 042d428..3b8b80d 100644
--- a/patches/buildroot/2013.02/181-qtcreator-add_package.patch
+++ b/patches/buildroot/2013.02/181-qtcreator-add_package.patch
@@ -6,7 +6,7 @@ Index: buildroot/package/Config.in.host
===================================================================
--- buildroot.orig/package/Config.in.host 2012-02-29 23:19:47.000000000 +0100
+++ buildroot/package/Config.in.host 2012-03-26 16:21:47.000000000 +0200
-@@ -3,5 +3,6 @@
+@@ -6,5 +6,6 @@
source "package/openocd/Config.in.host"
source "package/sam-ba/Config.in.host"
source "package/uboot-tools/Config.in.host"
diff --git a/patches/buildroot/2013.02/185-gst-fsl-plugin-add_package.patch b/patches/buildroot/2013.02/185-gst-fsl-plugin-add_package.patch
deleted file mode 100644
index e4a275c..0000000
--- a/patches/buildroot/2013.02/185-gst-fsl-plugin-add_package.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-Signed-off-by: Julien Boibessot <julien.boibessot@...>
-
-Index: buildroot/package/multimedia/gst-fsl-plugin/gst-fsl-plugin.mk
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/multimedia/gst-fsl-plugin/gst-fsl-plugin.mk 2012-04-05 12:37:49.000000000 +0200
-@@ -0,0 +1,41 @@
-+#############################################################
-+#
-+# gst-fsl-plugin (Freescale's gstreamer custom plugins)
-+#
-+#############################################################
-+GST_FSL_PLUGIN_VERSION = 2.0.3
-+GST_FSL_PLUGIN_SITE = ftp://ftp2.armadeus.com/_downloads
-+GST_FSL_PLUGIN_INSTALL_STAGING = YES
-+
-+# if gst-fsl-plugin was better configurable, fsl-mm-codeclib dep could be wiped out
-+GST_FSL_PLUGIN_DEPENDENCIES = linux gst-plugins-base imx-lib fsl-mm-codeclib
-+
-+GST_FSL_PLUGIN_CONF_ENV = CPPFLAGS=-I$(LINUX_DIR)/include
-+
-+ifeq ($(BR2_CPU_NAME),"imx27")
-+GST_FSL_PLUGIN_CONF_OPT = PLATFORM=MX27
-+else
-+GST_FSL_PLUGIN_CONF_OPT = PLATFORM=MX51
-+endif
-+GST_FSL_PLUGIN_CONF_OPT += --disable-aac_dec \
-+ --disable-aacp_dec \
-+ --disable-bsac_dec \
-+ --disable-mp3_dec \
-+ --disable-mp3_enc \
-+ --disable-vorbis_dec \
-+ --disable-wma10_dec \
-+ --disable-downmix \
-+ --disable-wma8_enc \
-+ --disable-ac3_dec \
-+ --disable-h264_dec \
-+ --disable-mpeg4_dec \
-+ --disable-mpeg2_dec \
-+ --disable-wmv9mp_dec \
-+ --disable-wmv78_dec \
-+
-+define GST_FSL_PLUGIN_NO_IPU_HOOK
-+ $(SED) 's/$$(IPUDIRS)//' $(@D)/Makefile
-+endef
-+#GST_FSL_PLUGIN_POST_CONFIGURE_HOOKS += GST_FSL_PLUGIN_NO_IPU_HOOK
-+
-+$(eval $(autotools-package))
-Index: buildroot/package/multimedia/gst-fsl-plugin/gst-fsl-plugin-gst_snapshot_stdio.patch
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/multimedia/gst-fsl-plugin/gst-fsl-plugin-gst_snapshot_stdio.patch 2012-04-05 12:36:53.000000000 +0200
-@@ -0,0 +1,19 @@
-+Otherwise build fails with:
-+
-+gst_snapshot.c: In function 'gst_save_bmp':
-+gst_snapshot.c:241:2: error: 'FILE' undeclared (first use in this function)
-+gst_snapshot.c:241:2: note: each undeclared identifier is reported only once for each function it appears in
-+gst_snapshot.c:241:9: error: 'fp' undeclared (first use in this function)
-+gst_snapshot.c:269:2: warning: incompatible implicit declaration of built-in function 'fwrite'
-+
-+diff -urN -X linux-2.6.38.8/Documentation/dontdiff gst-fsl-plugin-2.0.3/tools/gplay/gst_snapshot.c gst-fsl-plugin-2.0.3.mod/tools/gplay/gst_snapshot.c
-+--- gst-fsl-plugin-2.0.3/tools/gplay/gst_snapshot.c 2011-12-02 07:31:40.000000000 +0100
-++++ gst-fsl-plugin-2.0.3.mod/tools/gplay/gst_snapshot.c 2012-04-03 17:29:35.000000000 +0200
-+@@ -21,6 +21,7 @@
-+ */
-+
-+ #include <gst/gst.h>
-++#include <stdio.h>
-+ #include <string.h>
-+ #include "gst_snapshot.h"
-+
-Index: buildroot/package/multimedia/gst-fsl-plugin/Config.in
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/multimedia/gst-fsl-plugin/Config.in 2012-04-05 12:36:53.000000000 +0200
-@@ -0,0 +1,8 @@
-+config BR2_PACKAGE_GST_FSL_PLUGIN
-+ bool "gst-fsl-plugin"
-+ depends on BR2_PACKAGE_GSTREAMER
-+ select BR2_PACKAGE_FSL_MM_CODECLIB
-+ select BR2_PACKAGE_GST_PLUGINS_BASE
-+ select BR2_PACKAGE_IMX_LIB
-+ help
-+ Freescale's i.MX specific gstreamer plugins.
-Index: buildroot/package/multimedia/Config.in
-===================================================================
---- buildroot.orig/package/multimedia/Config.in 2012-04-05 12:36:28.000000000 +0200
-+++ buildroot/package/multimedia/Config.in 2012-04-05 12:36:53.000000000 +0200
-@@ -8,6 +8,7 @@
- source "package/multimedia/ffmpeg/Config.in"
- source "package/multimedia/gstreamer/Config.in"
- source "package/multimedia/gst-ffmpeg/Config.in"
-+source "package/multimedia/gst-fsl-plugin/Config.in"
- source "package/multimedia/gst-dsp/Config.in"
- source "package/multimedia/gst-omapfb/Config.in"
- source "package/multimedia/gst-plugins-base/Config.in"
diff --git a/patches/buildroot/2013.02/189-dbus-fix_installation.patch b/patches/buildroot/2013.02/189-dbus-fix_installation.patch
index 690be34..61b107e 100644
--- a/patches/buildroot/2013.02/189-dbus-fix_installation.patch
+++ b/patches/buildroot/2013.02/189-dbus-fix_installation.patch
@@ -15,7 +15,7 @@ Index: buildroot/package/dbus/dbus.mk
===================================================================
--- buildroot/package/dbus/dbus.mk
+++ buildroot/package/dbus/dbus.mk
-@@ -58,7 +58,9 @@ DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_R
+@@ -63,7 +63,9 @@ DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_R
endif
define DBUS_INSTALL_TARGET_FIXUP
diff --git a/patches/buildroot/2013.02/191-madplay-requires_libintl.patch b/patches/buildroot/2013.02/191-madplay-requires_libintl.patch
index b9a309c..39835e7 100644
--- a/patches/buildroot/2013.02/191-madplay-requires_libintl.patch
+++ b/patches/buildroot/2013.02/191-madplay-requires_libintl.patch
@@ -18,7 +18,7 @@ Index: buildroot/package/multimedia/madplay/madplay.mk
===================================================================
--- buildroot.orig/package/multimedia/madplay/madplay.mk 2012-08-08 10:04:31.000000000 +0200
+++ buildroot/package/multimedia/madplay/madplay.mk 2012-08-08 10:04:51.000000000 +0200
-@@ -7,7 +7,7 @@
+@@ -8,7 +8,7 @@
MADPLAY_SOURCE = madplay-$(MADPLAY_VERSION).tar.gz
MADPLAY_SITE = http://downloads.sourceforge.net/project/mad/madplay/$(MADPLAY_VERSION)
MADPLAY_LIBTOOL_PATCH = NO
diff --git a/patches/buildroot/2013.02/196-python-crc16-add_package.patch b/patches/buildroot/2013.02/196-python-crc16-add_package.patch
index c147fd5..aaa1eee 100644
--- a/patches/buildroot/2013.02/196-python-crc16-add_package.patch
+++ b/patches/buildroot/2013.02/196-python-crc16-add_package.patch
@@ -6,7 +6,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-10-16 13:51:37.000000000 +0200
+++ buildroot/package/Config.in 2012-10-16 13:52:57.000000000 +0200
-@@ -273,6 +273,7 @@
+@@ -342,6 +342,7 @@
if BR2_PACKAGE_PYTHON
menu "external python modules"
source "package/python-bottle/Config.in"
diff --git a/patches/buildroot/2013.02/197-cunit-add_package.patch b/patches/buildroot/2013.02/197-cunit-add_package.patch
index 76bc152..aef27f0 100644
--- a/patches/buildroot/2013.02/197-cunit-add_package.patch
+++ b/patches/buildroot/2013.02/197-cunit-add_package.patch
@@ -39,7 +39,7 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in 2012-10-11 11:23:28.000000000 +0200
+++ buildroot/package/Config.in 2012-10-11 14:20:32.000000000 +0200
-@@ -351,6 +351,7 @@
+@@ -591,6 +591,7 @@
source "package/schifra/Config.in"
source "package/startup-notification/Config.in"
source "package/liblog4c-localtime/Config.in"
diff --git a/patches/buildroot/2013.02/cleanup_buildroot.sh b/patches/buildroot/2013.02/cleanup_buildroot.sh
index 80933e2..0d11337 100755
--- a/patches/buildroot/2013.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.02/cleanup_buildroot.sh
@@ -64,7 +64,6 @@ rm -rf buildroot/package/imx-lib/
rm -rf buildroot/package/imx-test/
rm -rf buildroot/package/e2fsprogs/
rm -rf buildroot/package/firmware-imx/
-rm -rf buildroot/package/multimedia/gst-fsl-plugin/
rm -rf buildroot/package/multimedia/fsl-mm-codeclib/
rm -rf buildroot/package/linux-firmware/
rm -rf buildroot/package/uboot-tools/
hooks/post-receive
--
armadeus
|