Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] Fix package headers
@ 2013-06-07  7:54 Jerzy Grzegorek
  2013-06-07  7:54 ` [Buildroot] [PATCH 2/4] Fix package headers to comply with coding style Jerzy Grzegorek
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jerzy Grzegorek @ 2013-06-07  7:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/bonnie/bonnie.mk                  |    2 ++
 package/libroxml/libroxml.mk              |    2 ++
 package/multimedia/gstreamer/gstreamer.mk |    1 -
 toolchain/gcc/gcc-uclibc-4.x.mk           |    4 ++++
 4 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/package/bonnie/bonnie.mk b/package/bonnie/bonnie.mk
index 6d82b8a..a901986 100644
--- a/package/bonnie/bonnie.mk
+++ b/package/bonnie/bonnie.mk
@@ -1,6 +1,8 @@
+################################################################################
 #
 # bonnie++
 #
+################################################################################
 
 BONNIE_VERSION = 1.03e
 BONNIE_SOURCE = bonnie++-$(BONNIE_VERSION).tgz
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index 6e690aa..98b9740 100644
--- a/package/libroxml/libroxml.mk
+++ b/package/libroxml/libroxml.mk
@@ -1,6 +1,8 @@
+################################################################################
 #
 # libroxml
 #
+################################################################################
 
 LIBROXML_VERSION = 2.2.1
 LIBROXML_SITE = http://libroxml.googlecode.com/files
diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk
index 4453fc8..f0fdea4 100644
--- a/package/multimedia/gstreamer/gstreamer.mk
+++ b/package/multimedia/gstreamer/gstreamer.mk
@@ -1,4 +1,3 @@
-
 ################################################################################
 #
 # gstreamer
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index 5be26c4..7ebcbac 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -1,3 +1,5 @@
+################################################################################
+#
 # Makefile for to build a gcc/uClibc toolchain
 #
 # Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org>
@@ -16,6 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+################################################################################
 
 GCC_VERSION:=$(call qstrip,$(BR2_GCC_VERSION))
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 2/4] Fix package headers to comply with coding style
  2013-06-07  7:54 [Buildroot] [PATCH 1/4] Fix package headers Jerzy Grzegorek
@ 2013-06-07  7:54 ` Jerzy Grzegorek
  2013-06-07  7:54 ` [Buildroot] [PATCH 3/4] Convert headers to lower case when relevant Jerzy Grzegorek
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Jerzy Grzegorek @ 2013-06-07  7:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 fs/cramfs/cramfs.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/cramfs/cramfs.mk b/fs/cramfs/cramfs.mk
index 6549f39..4f737dd 100644
--- a/fs/cramfs/cramfs.mk
+++ b/fs/cramfs/cramfs.mk
@@ -3,6 +3,7 @@
 # Build the cramfs root filesystem image
 #
 #############################################################
+
 ifeq ($(BR2_ENDIAN),"BIG")
 CRAMFS_OPTS=-b
 else
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 3/4] Convert headers to lower case when relevant
  2013-06-07  7:54 [Buildroot] [PATCH 1/4] Fix package headers Jerzy Grzegorek
  2013-06-07  7:54 ` [Buildroot] [PATCH 2/4] Fix package headers to comply with coding style Jerzy Grzegorek
@ 2013-06-07  7:54 ` Jerzy Grzegorek
  2013-06-07  7:54 ` [Buildroot] [PATCH 4/4] Normalize separator size to 80 Jerzy Grzegorek
  2013-06-07  8:55 ` [Buildroot] [PATCH 1/4] Fix package headers Peter Korsgaard
  3 siblings, 0 replies; 7+ messages in thread
From: Jerzy Grzegorek @ 2013-06-07  7:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 boot/at91dataflashboot/at91dataflashboot.mk |    2 +-
 boot/barebox/barebox.mk                     |    2 +-
 boot/lpc32xxcdl/lpc32xxcdl.mk               |    2 +-
 boot/uboot/uboot.mk                         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boot/at91dataflashboot/at91dataflashboot.mk b/boot/at91dataflashboot/at91dataflashboot.mk
index 10f54a1..d224a4f 100644
--- a/boot/at91dataflashboot/at91dataflashboot.mk
+++ b/boot/at91dataflashboot/at91dataflashboot.mk
@@ -1,6 +1,6 @@
 #############################################################
 #
-# DataFlashBoot
+# at91dataflashboot
 #
 #############################################################
 
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index 5ec47f6..113110e 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -1,6 +1,6 @@
 #############################################################
 #
-# Barebox
+# barebox
 #
 #############################################################
 
diff --git a/boot/lpc32xxcdl/lpc32xxcdl.mk b/boot/lpc32xxcdl/lpc32xxcdl.mk
index c4e8d2d..6e49a42 100644
--- a/boot/lpc32xxcdl/lpc32xxcdl.mk
+++ b/boot/lpc32xxcdl/lpc32xxcdl.mk
@@ -1,6 +1,6 @@
 #############################################################
 #
-# LPC32XX CDL
+# lpc32xxcdl
 #
 #############################################################
 
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 1b708d5..f8e4aa9 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -1,6 +1,6 @@
 #############################################################
 #
-# U-Boot
+# uboot
 #
 #############################################################
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 4/4] Normalize separator size to 80
  2013-06-07  7:54 [Buildroot] [PATCH 1/4] Fix package headers Jerzy Grzegorek
  2013-06-07  7:54 ` [Buildroot] [PATCH 2/4] Fix package headers to comply with coding style Jerzy Grzegorek
  2013-06-07  7:54 ` [Buildroot] [PATCH 3/4] Convert headers to lower case when relevant Jerzy Grzegorek
@ 2013-06-07  7:54 ` Jerzy Grzegorek
  2013-06-07  8:55   ` Alexandre Belloni
  2013-06-07  8:55 ` [Buildroot] [PATCH 1/4] Fix package headers Peter Korsgaard
  3 siblings, 1 reply; 7+ messages in thread
From: Jerzy Grzegorek @ 2013-06-07  7:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 boot/at91bootstrap/at91bootstrap.mk               |    4 ++--
 boot/at91bootstrap3/at91bootstrap3.mk             |    4 ++--
 boot/at91dataflashboot/at91dataflashboot.mk       |    4 ++--
 boot/barebox/barebox.mk                           |    4 ++--
 boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk |    4 ++--
 boot/grub/grub.mk                                 |    4 ++--
 boot/lpc32xxcdl/lpc32xxcdl.mk                     |    4 ++--
 boot/mxs-bootlets/mxs-bootlets.mk                 |    4 ++--
 boot/syslinux/syslinux.mk                         |    4 ++--
 boot/uboot/uboot.mk                               |    4 ++--
 boot/xloader/xloader.mk                           |    4 ++--
 fs/cloop/cloop.mk                                 |    4 ++--
 fs/cpio/cpio.mk                                   |    4 ++--
 fs/cramfs/cramfs.mk                               |    4 ++--
 fs/ext2/ext2.mk                                   |    4 ++--
 fs/initramfs/initramfs.mk                         |    4 ++--
 fs/iso9660/iso9660.mk                             |    4 ++--
 fs/jffs2/jffs2.mk                                 |    4 ++--
 fs/romfs/romfs.mk                                 |    4 ++--
 fs/squashfs/squashfs.mk                           |    4 ++--
 fs/tar/tar.mk                                     |    4 ++--
 fs/ubifs/ubi.mk                                   |    4 ++--
 fs/ubifs/ubifs.mk                                 |    4 ++--
 toolchain/elf2flt/elf2flt.mk                      |    4 ++--
 toolchain/kernel-headers/kernel-headers.mk        |    4 ++--
 toolchain/uClibc/uclibc.mk                        |    4 ++--
 26 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/boot/at91bootstrap/at91bootstrap.mk b/boot/at91bootstrap/at91bootstrap.mk
index 9d5c125..c5fd099 100644
--- a/boot/at91bootstrap/at91bootstrap.mk
+++ b/boot/at91bootstrap/at91bootstrap.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # at91bootstrap
 #
-#############################################################
+################################################################################
 
 AT91BOOTSTRAP_VERSION = 1.16
 AT91BOOTSTRAP_SITE = ftp://www.at91.com/pub/at91bootstrap/
diff --git a/boot/at91bootstrap3/at91bootstrap3.mk b/boot/at91bootstrap3/at91bootstrap3.mk
index 32486be..4f74b1d 100644
--- a/boot/at91bootstrap3/at91bootstrap3.mk
+++ b/boot/at91bootstrap3/at91bootstrap3.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # at91bootstrap3
 #
-#############################################################
+################################################################################
 
 AT91BOOTSTRAP3_VERSION = 3.2
 AT91BOOTSTRAP3_SITE = \
diff --git a/boot/at91dataflashboot/at91dataflashboot.mk b/boot/at91dataflashboot/at91dataflashboot.mk
index d224a4f..2c2b4d9 100644
--- a/boot/at91dataflashboot/at91dataflashboot.mk
+++ b/boot/at91dataflashboot/at91dataflashboot.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # at91dataflashboot
 #
-#############################################################
+################################################################################
 
 AT91DATAFLASHBOOT_VERSION = 1.05
 AT91DATAFLASHBOOT_SOURCE = DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).tar.bz2
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index 113110e..9324c25 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # barebox
 #
-#############################################################
+################################################################################
 
 BAREBOX_VERSION    = $(call qstrip,$(BR2_TARGET_BAREBOX_VERSION))
 
diff --git a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
index 25c6bed..d9ddf48 100644
--- a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
+++ b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # boot-wrapper-aarch64
 #
-#############################################################
+################################################################################
 
 BOOT_WRAPPER_AARCH64_VERSION        = 26b62f586020fd998c6efd43db657eaafeec14da
 BOOT_WRAPPER_AARCH64_SITE           = git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git
diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk
index 4a094bc..fd27620 100644
--- a/boot/grub/grub.mk
+++ b/boot/grub/grub.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # grub
 #
-#############################################################
+################################################################################
 
 GRUB_VERSION = 0.97
 GRUB_SOURCE = grub_$(GRUB_VERSION).orig.tar.gz
diff --git a/boot/lpc32xxcdl/lpc32xxcdl.mk b/boot/lpc32xxcdl/lpc32xxcdl.mk
index 6e49a42..04c1c7f 100644
--- a/boot/lpc32xxcdl/lpc32xxcdl.mk
+++ b/boot/lpc32xxcdl/lpc32xxcdl.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # lpc32xxcdl
 #
-#############################################################
+################################################################################
 
 LPC32XXCDL_VERSION = lpc32xx_cdl_v2.11
 LPC32XXCDL_SITE = http://git.lpcware.com/lpc3xxx_cdl.git
diff --git a/boot/mxs-bootlets/mxs-bootlets.mk b/boot/mxs-bootlets/mxs-bootlets.mk
index f93ff81..6b81030 100644
--- a/boot/mxs-bootlets/mxs-bootlets.mk
+++ b/boot/mxs-bootlets/mxs-bootlets.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # mxs-bootlets
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL),y)
 	MXS_BOOTLETS_TARBALL = $(call qstrip,$(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL))
diff --git a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk
index 046bdc3..1b0ef4e 100644
--- a/boot/syslinux/syslinux.mk
+++ b/boot/syslinux/syslinux.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # syslinux to make target msdos/iso9660 filesystems bootable
 #
-#############################################################
+################################################################################
 
 SYSLINUX_VERSION = 4.06
 SYSLINUX_SOURCE  = syslinux-$(SYSLINUX_VERSION).tar.bz2
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index f8e4aa9..3e188ee 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # uboot
 #
-#############################################################
+################################################################################
 
 UBOOT_VERSION    = $(call qstrip,$(BR2_TARGET_UBOOT_VERSION))
 UBOOT_BOARD_NAME = $(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))
diff --git a/boot/xloader/xloader.mk b/boot/xloader/xloader.mk
index dae2039..00c63b1 100644
--- a/boot/xloader/xloader.mk
+++ b/boot/xloader/xloader.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # x-loader
 #
-#############################################################
+################################################################################
 
 XLOADER_VERSION    = 6f3a26101303051e0f91b6213735b68ce804e94e
 XLOADER_SITE       = git://gitorious.org/x-loader/x-loader.git
diff --git a/fs/cloop/cloop.mk b/fs/cloop/cloop.mk
index c918684..f783ade 100644
--- a/fs/cloop/cloop.mk
+++ b/fs/cloop/cloop.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the compressed loop root filesystem image
 #
-#############################################################
+################################################################################
 
 ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit
 
diff --git a/fs/cpio/cpio.mk b/fs/cpio/cpio.mk
index 5bcec13..0df2378 100644
--- a/fs/cpio/cpio.mk
+++ b/fs/cpio/cpio.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # cpio to archive target filesystem
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_ROOTFS_DEVICE_CREATION_STATIC),y)
 
diff --git a/fs/cramfs/cramfs.mk b/fs/cramfs/cramfs.mk
index 4f737dd..402d19f 100644
--- a/fs/cramfs/cramfs.mk
+++ b/fs/cramfs/cramfs.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the cramfs root filesystem image
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_ENDIAN),"BIG")
 CRAMFS_OPTS=-b
diff --git a/fs/ext2/ext2.mk b/fs/ext2/ext2.mk
index d74f31e..cad5b42 100644
--- a/fs/ext2/ext2.mk
+++ b/fs/ext2/ext2.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the ext2 root filesystem image
 #
-#############################################################
+################################################################################
 
 EXT2_OPTS :=
 
diff --git a/fs/initramfs/initramfs.mk b/fs/initramfs/initramfs.mk
index f1eb8b6..fe426cc 100644
--- a/fs/initramfs/initramfs.mk
+++ b/fs/initramfs/initramfs.mk
@@ -1,9 +1,9 @@
-#############################################################
+################################################################################
 #
 # Build a kernel with an integrated initial ramdisk
 # filesystem based on cpio.
 #
-#############################################################
+################################################################################
 
 ROOTFS_INITRAMFS_DEPENDENCIES += rootfs-cpio
 
diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk
index 029c0dd..0a10512 100644
--- a/fs/iso9660/iso9660.mk
+++ b/fs/iso9660/iso9660.mk
@@ -1,11 +1,11 @@
-#############################################################
+################################################################################
 #
 # Build the iso96600 root filesystem image
 #
 # Cannot be converted to the ROOTFS_TARGET infrastructure, because of
 # the temporary construction in ISO9660_TARGET_DIR.
 #
-#############################################################
+################################################################################
 
 ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660
 ISO9660_BOOT_MENU:=$(call qstrip,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU))
diff --git a/fs/jffs2/jffs2.mk b/fs/jffs2/jffs2.mk
index b5423a8..0232199 100644
--- a/fs/jffs2/jffs2.mk
+++ b/fs/jffs2/jffs2.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the jffs2 root filesystem image
 #
-#############################################################
+################################################################################
 
 JFFS2_OPTS := -e $(BR2_TARGET_ROOTFS_JFFS2_EBSIZE)
 SUMTOOL_OPTS := $(JFFS2_OPTS)
diff --git a/fs/romfs/romfs.mk b/fs/romfs/romfs.mk
index 1a9f499..63eb994 100644
--- a/fs/romfs/romfs.mk
+++ b/fs/romfs/romfs.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the romfs root filesystem image
 #
-#############################################################
+################################################################################
 
 ROMFS_TARGET=$(IMAGE).romfs
 
diff --git a/fs/squashfs/squashfs.mk b/fs/squashfs/squashfs.mk
index d4b56f4..ae5182a 100644
--- a/fs/squashfs/squashfs.mk
+++ b/fs/squashfs/squashfs.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the squashfs root filesystem image
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4),y)
 ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs
diff --git a/fs/tar/tar.mk b/fs/tar/tar.mk
index 1d327fa..9fecf73 100644
--- a/fs/tar/tar.mk
+++ b/fs/tar/tar.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # tar to archive target filesystem
 #
-#############################################################
+################################################################################
 
 TAR_OPTS:=$(BR2_TARGET_ROOTFS_TAR_OPTIONS)
 
diff --git a/fs/ubifs/ubi.mk b/fs/ubifs/ubi.mk
index e9033e8..08c952c 100644
--- a/fs/ubifs/ubi.mk
+++ b/fs/ubifs/ubi.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Embed the ubifs image into an ubi one
 #
-#############################################################
+################################################################################
 
 UBI_UBINIZE_OPTS := -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE)
 UBI_UBINIZE_OPTS += -p $(BR2_TARGET_ROOTFS_UBI_PEBSIZE)
diff --git a/fs/ubifs/ubifs.mk b/fs/ubifs/ubifs.mk
index dca2e04..f1e4126 100644
--- a/fs/ubifs/ubifs.mk
+++ b/fs/ubifs/ubifs.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the ubifs root filesystem image
 #
-#############################################################
+################################################################################
 
 UBIFS_OPTS := -e $(BR2_TARGET_ROOTFS_UBIFS_LEBSIZE) -c $(BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT) -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE)
 
diff --git a/toolchain/elf2flt/elf2flt.mk b/toolchain/elf2flt/elf2flt.mk
index 52e199c..1462227 100644
--- a/toolchain/elf2flt/elf2flt.mk
+++ b/toolchain/elf2flt/elf2flt.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # elf2flt
 #
-#############################################################
+################################################################################
 
 # we keep a local checkout of uClinux CVS
 ELF2FLT_SOURCE:=$(ELF2FLT_DIR)/elf2flt
diff --git a/toolchain/kernel-headers/kernel-headers.mk b/toolchain/kernel-headers/kernel-headers.mk
index b5ae322..a04395b 100644
--- a/toolchain/kernel-headers/kernel-headers.mk
+++ b/toolchain/kernel-headers/kernel-headers.mk
@@ -1,11 +1,11 @@
-#############################################################
+################################################################################
 #
 # Setup the kernel headers. I include a generic package of
 # kernel headers here, so you shouldn't need to include your
 # own. Be aware these kernel headers _will_ get blown away
 # by a 'make clean' so don't put anything sacred in here...
 #
-#############################################################
+################################################################################
 
 DEFAULT_KERNEL_HEADERS:=$(call qstrip,$(BR2_DEFAULT_KERNEL_HEADERS))
 
diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
index d4f1d4c..44079e7 100644
--- a/toolchain/uClibc/uclibc.mk
+++ b/toolchain/uClibc/uclibc.mk
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # uClibc (the C library)
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 1/4] Fix package headers
  2013-06-07  7:54 [Buildroot] [PATCH 1/4] Fix package headers Jerzy Grzegorek
                   ` (2 preceding siblings ...)
  2013-06-07  7:54 ` [Buildroot] [PATCH 4/4] Normalize separator size to 80 Jerzy Grzegorek
@ 2013-06-07  8:55 ` Peter Korsgaard
  3 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2013-06-07  8:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Jerzy" == Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> writes:

 Jerzy> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Committed series, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 4/4] Normalize separator size to 80
  2013-06-07  7:54 ` [Buildroot] [PATCH 4/4] Normalize separator size to 80 Jerzy Grzegorek
@ 2013-06-07  8:55   ` Alexandre Belloni
  2013-06-07  8:58     ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Alexandre Belloni @ 2013-06-07  8:55 UTC (permalink / raw)
  To: buildroot

Hi,

Thanks for pointing out that I forgot everything that wasn't in packages ;)

You actually forgot some separators in:
fs/iso9660/iso9660.mk
toolchain/gcc/gcc-uclibc-4.x.mk
toolchain/uClibc/uclibc.mk

Please fix that and resubmit !

On 07/06/2013 09:54, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
>  boot/at91bootstrap/at91bootstrap.mk               |    4 ++--
>  boot/at91bootstrap3/at91bootstrap3.mk             |    4 ++--
>  boot/at91dataflashboot/at91dataflashboot.mk       |    4 ++--
>  boot/barebox/barebox.mk                           |    4 ++--
>  boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk |    4 ++--
>  boot/grub/grub.mk                                 |    4 ++--
>  boot/lpc32xxcdl/lpc32xxcdl.mk                     |    4 ++--
>  boot/mxs-bootlets/mxs-bootlets.mk                 |    4 ++--
>  boot/syslinux/syslinux.mk                         |    4 ++--
>  boot/uboot/uboot.mk                               |    4 ++--
>  boot/xloader/xloader.mk                           |    4 ++--
>  fs/cloop/cloop.mk                                 |    4 ++--
>  fs/cpio/cpio.mk                                   |    4 ++--
>  fs/cramfs/cramfs.mk                               |    4 ++--
>  fs/ext2/ext2.mk                                   |    4 ++--
>  fs/initramfs/initramfs.mk                         |    4 ++--
>  fs/iso9660/iso9660.mk                             |    4 ++--
>  fs/jffs2/jffs2.mk                                 |    4 ++--
>  fs/romfs/romfs.mk                                 |    4 ++--
>  fs/squashfs/squashfs.mk                           |    4 ++--
>  fs/tar/tar.mk                                     |    4 ++--
>  fs/ubifs/ubi.mk                                   |    4 ++--
>  fs/ubifs/ubifs.mk                                 |    4 ++--
>  toolchain/elf2flt/elf2flt.mk                      |    4 ++--
>  toolchain/kernel-headers/kernel-headers.mk        |    4 ++--
>  toolchain/uClibc/uclibc.mk                        |    4 ++--
>  26 files changed, 52 insertions(+), 52 deletions(-)
>
> diff --git a/boot/at91bootstrap/at91bootstrap.mk b/boot/at91bootstrap/at91bootstrap.mk
> index 9d5c125..c5fd099 100644
> --- a/boot/at91bootstrap/at91bootstrap.mk
> +++ b/boot/at91bootstrap/at91bootstrap.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # at91bootstrap
>  #
> -#############################################################
> +################################################################################
>  
>  AT91BOOTSTRAP_VERSION = 1.16
>  AT91BOOTSTRAP_SITE = ftp://www.at91.com/pub/at91bootstrap/
> diff --git a/boot/at91bootstrap3/at91bootstrap3.mk b/boot/at91bootstrap3/at91bootstrap3.mk
> index 32486be..4f74b1d 100644
> --- a/boot/at91bootstrap3/at91bootstrap3.mk
> +++ b/boot/at91bootstrap3/at91bootstrap3.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # at91bootstrap3
>  #
> -#############################################################
> +################################################################################
>  
>  AT91BOOTSTRAP3_VERSION = 3.2
>  AT91BOOTSTRAP3_SITE = \
> diff --git a/boot/at91dataflashboot/at91dataflashboot.mk b/boot/at91dataflashboot/at91dataflashboot.mk
> index d224a4f..2c2b4d9 100644
> --- a/boot/at91dataflashboot/at91dataflashboot.mk
> +++ b/boot/at91dataflashboot/at91dataflashboot.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # at91dataflashboot
>  #
> -#############################################################
> +################################################################################
>  
>  AT91DATAFLASHBOOT_VERSION = 1.05
>  AT91DATAFLASHBOOT_SOURCE = DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).tar.bz2
> diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
> index 113110e..9324c25 100644
> --- a/boot/barebox/barebox.mk
> +++ b/boot/barebox/barebox.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # barebox
>  #
> -#############################################################
> +################################################################################
>  
>  BAREBOX_VERSION    = $(call qstrip,$(BR2_TARGET_BAREBOX_VERSION))
>  
> diff --git a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
> index 25c6bed..d9ddf48 100644
> --- a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
> +++ b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # boot-wrapper-aarch64
>  #
> -#############################################################
> +################################################################################
>  
>  BOOT_WRAPPER_AARCH64_VERSION        = 26b62f586020fd998c6efd43db657eaafeec14da
>  BOOT_WRAPPER_AARCH64_SITE           = git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git
> diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk
> index 4a094bc..fd27620 100644
> --- a/boot/grub/grub.mk
> +++ b/boot/grub/grub.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # grub
>  #
> -#############################################################
> +################################################################################
>  
>  GRUB_VERSION = 0.97
>  GRUB_SOURCE = grub_$(GRUB_VERSION).orig.tar.gz
> diff --git a/boot/lpc32xxcdl/lpc32xxcdl.mk b/boot/lpc32xxcdl/lpc32xxcdl.mk
> index 6e49a42..04c1c7f 100644
> --- a/boot/lpc32xxcdl/lpc32xxcdl.mk
> +++ b/boot/lpc32xxcdl/lpc32xxcdl.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # lpc32xxcdl
>  #
> -#############################################################
> +################################################################################
>  
>  LPC32XXCDL_VERSION = lpc32xx_cdl_v2.11
>  LPC32XXCDL_SITE = http://git.lpcware.com/lpc3xxx_cdl.git
> diff --git a/boot/mxs-bootlets/mxs-bootlets.mk b/boot/mxs-bootlets/mxs-bootlets.mk
> index f93ff81..6b81030 100644
> --- a/boot/mxs-bootlets/mxs-bootlets.mk
> +++ b/boot/mxs-bootlets/mxs-bootlets.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # mxs-bootlets
>  #
> -#############################################################
> +################################################################################
>  
>  ifeq ($(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL),y)
>  	MXS_BOOTLETS_TARBALL = $(call qstrip,$(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL))
> diff --git a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk
> index 046bdc3..1b0ef4e 100644
> --- a/boot/syslinux/syslinux.mk
> +++ b/boot/syslinux/syslinux.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # syslinux to make target msdos/iso9660 filesystems bootable
>  #
> -#############################################################
> +################################################################################
>  
>  SYSLINUX_VERSION = 4.06
>  SYSLINUX_SOURCE  = syslinux-$(SYSLINUX_VERSION).tar.bz2
> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
> index f8e4aa9..3e188ee 100644
> --- a/boot/uboot/uboot.mk
> +++ b/boot/uboot/uboot.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # uboot
>  #
> -#############################################################
> +################################################################################
>  
>  UBOOT_VERSION    = $(call qstrip,$(BR2_TARGET_UBOOT_VERSION))
>  UBOOT_BOARD_NAME = $(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))
> diff --git a/boot/xloader/xloader.mk b/boot/xloader/xloader.mk
> index dae2039..00c63b1 100644
> --- a/boot/xloader/xloader.mk
> +++ b/boot/xloader/xloader.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # x-loader
>  #
> -#############################################################
> +################################################################################
>  
>  XLOADER_VERSION    = 6f3a26101303051e0f91b6213735b68ce804e94e
>  XLOADER_SITE       = git://gitorious.org/x-loader/x-loader.git
> diff --git a/fs/cloop/cloop.mk b/fs/cloop/cloop.mk
> index c918684..f783ade 100644
> --- a/fs/cloop/cloop.mk
> +++ b/fs/cloop/cloop.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # Build the compressed loop root filesystem image
>  #
> -#############################################################
> +################################################################################
>  
>  ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit
>  
> diff --git a/fs/cpio/cpio.mk b/fs/cpio/cpio.mk
> index 5bcec13..0df2378 100644
> --- a/fs/cpio/cpio.mk
> +++ b/fs/cpio/cpio.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # cpio to archive target filesystem
>  #
> -#############################################################
> +################################################################################
>  
>  ifeq ($(BR2_ROOTFS_DEVICE_CREATION_STATIC),y)
>  
> diff --git a/fs/cramfs/cramfs.mk b/fs/cramfs/cramfs.mk
> index 4f737dd..402d19f 100644
> --- a/fs/cramfs/cramfs.mk
> +++ b/fs/cramfs/cramfs.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # Build the cramfs root filesystem image
>  #
> -#############################################################
> +################################################################################
>  
>  ifeq ($(BR2_ENDIAN),"BIG")
>  CRAMFS_OPTS=-b
> diff --git a/fs/ext2/ext2.mk b/fs/ext2/ext2.mk
> index d74f31e..cad5b42 100644
> --- a/fs/ext2/ext2.mk
> +++ b/fs/ext2/ext2.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # Build the ext2 root filesystem image
>  #
> -#############################################################
> +################################################################################
>  
>  EXT2_OPTS :=
>  
> diff --git a/fs/initramfs/initramfs.mk b/fs/initramfs/initramfs.mk
> index f1eb8b6..fe426cc 100644
> --- a/fs/initramfs/initramfs.mk
> +++ b/fs/initramfs/initramfs.mk
> @@ -1,9 +1,9 @@
> -#############################################################
> +################################################################################
>  #
>  # Build a kernel with an integrated initial ramdisk
>  # filesystem based on cpio.
>  #
> -#############################################################
> +################################################################################
>  
>  ROOTFS_INITRAMFS_DEPENDENCIES += rootfs-cpio
>  
> diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk
> index 029c0dd..0a10512 100644
> --- a/fs/iso9660/iso9660.mk
> +++ b/fs/iso9660/iso9660.mk
> @@ -1,11 +1,11 @@
> -#############################################################
> +################################################################################
>  #
>  # Build the iso96600 root filesystem image
>  #
>  # Cannot be converted to the ROOTFS_TARGET infrastructure, because of
>  # the temporary construction in ISO9660_TARGET_DIR.
>  #
> -#############################################################
> +################################################################################
>  
>  ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660
>  ISO9660_BOOT_MENU:=$(call qstrip,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU))
> diff --git a/fs/jffs2/jffs2.mk b/fs/jffs2/jffs2.mk
> index b5423a8..0232199 100644
> --- a/fs/jffs2/jffs2.mk
> +++ b/fs/jffs2/jffs2.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # Build the jffs2 root filesystem image
>  #
> -#############################################################
> +################################################################################
>  
>  JFFS2_OPTS := -e $(BR2_TARGET_ROOTFS_JFFS2_EBSIZE)
>  SUMTOOL_OPTS := $(JFFS2_OPTS)
> diff --git a/fs/romfs/romfs.mk b/fs/romfs/romfs.mk
> index 1a9f499..63eb994 100644
> --- a/fs/romfs/romfs.mk
> +++ b/fs/romfs/romfs.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # Build the romfs root filesystem image
>  #
> -#############################################################
> +################################################################################
>  
>  ROMFS_TARGET=$(IMAGE).romfs
>  
> diff --git a/fs/squashfs/squashfs.mk b/fs/squashfs/squashfs.mk
> index d4b56f4..ae5182a 100644
> --- a/fs/squashfs/squashfs.mk
> +++ b/fs/squashfs/squashfs.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # Build the squashfs root filesystem image
>  #
> -#############################################################
> +################################################################################
>  
>  ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4),y)
>  ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs
> diff --git a/fs/tar/tar.mk b/fs/tar/tar.mk
> index 1d327fa..9fecf73 100644
> --- a/fs/tar/tar.mk
> +++ b/fs/tar/tar.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # tar to archive target filesystem
>  #
> -#############################################################
> +################################################################################
>  
>  TAR_OPTS:=$(BR2_TARGET_ROOTFS_TAR_OPTIONS)
>  
> diff --git a/fs/ubifs/ubi.mk b/fs/ubifs/ubi.mk
> index e9033e8..08c952c 100644
> --- a/fs/ubifs/ubi.mk
> +++ b/fs/ubifs/ubi.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # Embed the ubifs image into an ubi one
>  #
> -#############################################################
> +################################################################################
>  
>  UBI_UBINIZE_OPTS := -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE)
>  UBI_UBINIZE_OPTS += -p $(BR2_TARGET_ROOTFS_UBI_PEBSIZE)
> diff --git a/fs/ubifs/ubifs.mk b/fs/ubifs/ubifs.mk
> index dca2e04..f1e4126 100644
> --- a/fs/ubifs/ubifs.mk
> +++ b/fs/ubifs/ubifs.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # Build the ubifs root filesystem image
>  #
> -#############################################################
> +################################################################################
>  
>  UBIFS_OPTS := -e $(BR2_TARGET_ROOTFS_UBIFS_LEBSIZE) -c $(BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT) -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE)
>  
> diff --git a/toolchain/elf2flt/elf2flt.mk b/toolchain/elf2flt/elf2flt.mk
> index 52e199c..1462227 100644
> --- a/toolchain/elf2flt/elf2flt.mk
> +++ b/toolchain/elf2flt/elf2flt.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # elf2flt
>  #
> -#############################################################
> +################################################################################
>  
>  # we keep a local checkout of uClinux CVS
>  ELF2FLT_SOURCE:=$(ELF2FLT_DIR)/elf2flt
> diff --git a/toolchain/kernel-headers/kernel-headers.mk b/toolchain/kernel-headers/kernel-headers.mk
> index b5ae322..a04395b 100644
> --- a/toolchain/kernel-headers/kernel-headers.mk
> +++ b/toolchain/kernel-headers/kernel-headers.mk
> @@ -1,11 +1,11 @@
> -#############################################################
> +################################################################################
>  #
>  # Setup the kernel headers. I include a generic package of
>  # kernel headers here, so you shouldn't need to include your
>  # own. Be aware these kernel headers _will_ get blown away
>  # by a 'make clean' so don't put anything sacred in here...
>  #
> -#############################################################
> +################################################################################
>  
>  DEFAULT_KERNEL_HEADERS:=$(call qstrip,$(BR2_DEFAULT_KERNEL_HEADERS))
>  
> diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
> index d4f1d4c..44079e7 100644
> --- a/toolchain/uClibc/uclibc.mk
> +++ b/toolchain/uClibc/uclibc.mk
> @@ -1,8 +1,8 @@
> -#############################################################
> +################################################################################
>  #
>  # uClibc (the C library)
>  #
> -#############################################################
> +################################################################################
>  
>  ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
>  


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 4/4] Normalize separator size to 80
  2013-06-07  8:55   ` Alexandre Belloni
@ 2013-06-07  8:58     ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2013-06-07  8:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexandre" == Alexandre Belloni <alexandre.belloni@free-electrons.com> writes:

 Alexandre> Hi,
 Alexandre> Thanks for pointing out that I forgot everything that wasn't in packages ;)

 Alexandre> You actually forgot some separators in:
 Alexandre> fs/iso9660/iso9660.mk
 Alexandre> toolchain/gcc/gcc-uclibc-4.x.mk
 Alexandre> toolchain/uClibc/uclibc.mk

 Alexandre> Please fix that and resubmit !

I've already applied the patches, please send a followup patch fixing
the remaining issues - Thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-06-07  8:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07  7:54 [Buildroot] [PATCH 1/4] Fix package headers Jerzy Grzegorek
2013-06-07  7:54 ` [Buildroot] [PATCH 2/4] Fix package headers to comply with coding style Jerzy Grzegorek
2013-06-07  7:54 ` [Buildroot] [PATCH 3/4] Convert headers to lower case when relevant Jerzy Grzegorek
2013-06-07  7:54 ` [Buildroot] [PATCH 4/4] Normalize separator size to 80 Jerzy Grzegorek
2013-06-07  8:55   ` Alexandre Belloni
2013-06-07  8:58     ` Peter Korsgaard
2013-06-07  8:55 ` [Buildroot] [PATCH 1/4] Fix package headers Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox