Normalize separator size to 80

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Jerzy Grzegorek 2013-06-06 21:54:13 +00:00 committed by Peter Korsgaard
parent f9e76bb253
commit 086f333f39
26 changed files with 52 additions and 52 deletions

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# at91bootstrap # at91bootstrap
# #
############################################################# ################################################################################
AT91BOOTSTRAP_VERSION = 1.16 AT91BOOTSTRAP_VERSION = 1.16
AT91BOOTSTRAP_SITE = ftp://www.at91.com/pub/at91bootstrap/ AT91BOOTSTRAP_SITE = ftp://www.at91.com/pub/at91bootstrap/

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# at91bootstrap3 # at91bootstrap3
# #
############################################################# ################################################################################
AT91BOOTSTRAP3_VERSION = 3.2 AT91BOOTSTRAP3_VERSION = 3.2
AT91BOOTSTRAP3_SITE = \ AT91BOOTSTRAP3_SITE = \

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# at91dataflashboot # at91dataflashboot
# #
############################################################# ################################################################################
AT91DATAFLASHBOOT_VERSION = 1.05 AT91DATAFLASHBOOT_VERSION = 1.05
AT91DATAFLASHBOOT_SOURCE = DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).tar.bz2 AT91DATAFLASHBOOT_SOURCE = DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).tar.bz2

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# barebox # barebox
# #
############################################################# ################################################################################
BAREBOX_VERSION = $(call qstrip,$(BR2_TARGET_BAREBOX_VERSION)) BAREBOX_VERSION = $(call qstrip,$(BR2_TARGET_BAREBOX_VERSION))

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# boot-wrapper-aarch64 # boot-wrapper-aarch64
# #
############################################################# ################################################################################
BOOT_WRAPPER_AARCH64_VERSION = 26b62f586020fd998c6efd43db657eaafeec14da BOOT_WRAPPER_AARCH64_VERSION = 26b62f586020fd998c6efd43db657eaafeec14da
BOOT_WRAPPER_AARCH64_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git BOOT_WRAPPER_AARCH64_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# grub # grub
# #
############################################################# ################################################################################
GRUB_VERSION = 0.97 GRUB_VERSION = 0.97
GRUB_SOURCE = grub_$(GRUB_VERSION).orig.tar.gz GRUB_SOURCE = grub_$(GRUB_VERSION).orig.tar.gz

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# lpc32xxcdl # lpc32xxcdl
# #
############################################################# ################################################################################
LPC32XXCDL_VERSION = lpc32xx_cdl_v2.11 LPC32XXCDL_VERSION = lpc32xx_cdl_v2.11
LPC32XXCDL_SITE = http://git.lpcware.com/lpc3xxx_cdl.git LPC32XXCDL_SITE = http://git.lpcware.com/lpc3xxx_cdl.git

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# mxs-bootlets # mxs-bootlets
# #
############################################################# ################################################################################
ifeq ($(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL),y) ifeq ($(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL),y)
MXS_BOOTLETS_TARBALL = $(call qstrip,$(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL)) MXS_BOOTLETS_TARBALL = $(call qstrip,$(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL))

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# syslinux to make target msdos/iso9660 filesystems bootable # syslinux to make target msdos/iso9660 filesystems bootable
# #
############################################################# ################################################################################
SYSLINUX_VERSION = 4.06 SYSLINUX_VERSION = 4.06
SYSLINUX_SOURCE = syslinux-$(SYSLINUX_VERSION).tar.bz2 SYSLINUX_SOURCE = syslinux-$(SYSLINUX_VERSION).tar.bz2

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# uboot # uboot
# #
############################################################# ################################################################################
UBOOT_VERSION = $(call qstrip,$(BR2_TARGET_UBOOT_VERSION)) UBOOT_VERSION = $(call qstrip,$(BR2_TARGET_UBOOT_VERSION))
UBOOT_BOARD_NAME = $(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME)) UBOOT_BOARD_NAME = $(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# x-loader # x-loader
# #
############################################################# ################################################################################
XLOADER_VERSION = 6f3a26101303051e0f91b6213735b68ce804e94e XLOADER_VERSION = 6f3a26101303051e0f91b6213735b68ce804e94e
XLOADER_SITE = git://gitorious.org/x-loader/x-loader.git XLOADER_SITE = git://gitorious.org/x-loader/x-loader.git

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# Build the compressed loop root filesystem image # Build the compressed loop root filesystem image
# #
############################################################# ################################################################################
ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# cpio to archive target filesystem # cpio to archive target filesystem
# #
############################################################# ################################################################################
ifeq ($(BR2_ROOTFS_DEVICE_CREATION_STATIC),y) ifeq ($(BR2_ROOTFS_DEVICE_CREATION_STATIC),y)

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# Build the cramfs root filesystem image # Build the cramfs root filesystem image
# #
############################################################# ################################################################################
ifeq ($(BR2_ENDIAN),"BIG") ifeq ($(BR2_ENDIAN),"BIG")
CRAMFS_OPTS=-b CRAMFS_OPTS=-b

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# Build the ext2 root filesystem image # Build the ext2 root filesystem image
# #
############################################################# ################################################################################
EXT2_OPTS := EXT2_OPTS :=

View File

@ -1,9 +1,9 @@
############################################################# ################################################################################
# #
# Build a kernel with an integrated initial ramdisk # Build a kernel with an integrated initial ramdisk
# filesystem based on cpio. # filesystem based on cpio.
# #
############################################################# ################################################################################
ROOTFS_INITRAMFS_DEPENDENCIES += rootfs-cpio ROOTFS_INITRAMFS_DEPENDENCIES += rootfs-cpio

View File

@ -1,11 +1,11 @@
############################################################# ################################################################################
# #
# Build the iso96600 root filesystem image # Build the iso96600 root filesystem image
# #
# Cannot be converted to the ROOTFS_TARGET infrastructure, because of # Cannot be converted to the ROOTFS_TARGET infrastructure, because of
# the temporary construction in ISO9660_TARGET_DIR. # the temporary construction in ISO9660_TARGET_DIR.
# #
############################################################# ################################################################################
ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660 ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660
ISO9660_BOOT_MENU:=$(call qstrip,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU)) ISO9660_BOOT_MENU:=$(call qstrip,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU))

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# Build the jffs2 root filesystem image # Build the jffs2 root filesystem image
# #
############################################################# ################################################################################
JFFS2_OPTS := -e $(BR2_TARGET_ROOTFS_JFFS2_EBSIZE) JFFS2_OPTS := -e $(BR2_TARGET_ROOTFS_JFFS2_EBSIZE)
SUMTOOL_OPTS := $(JFFS2_OPTS) SUMTOOL_OPTS := $(JFFS2_OPTS)

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# Build the romfs root filesystem image # Build the romfs root filesystem image
# #
############################################################# ################################################################################
ROMFS_TARGET=$(IMAGE).romfs ROMFS_TARGET=$(IMAGE).romfs

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# Build the squashfs root filesystem image # Build the squashfs root filesystem image
# #
############################################################# ################################################################################
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4),y) ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4),y)
ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# tar to archive target filesystem # tar to archive target filesystem
# #
############################################################# ################################################################################
TAR_OPTS:=$(BR2_TARGET_ROOTFS_TAR_OPTIONS) TAR_OPTS:=$(BR2_TARGET_ROOTFS_TAR_OPTIONS)

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# Embed the ubifs image into an ubi one # Embed the ubifs image into an ubi one
# #
############################################################# ################################################################################
UBI_UBINIZE_OPTS := -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE) UBI_UBINIZE_OPTS := -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE)
UBI_UBINIZE_OPTS += -p $(BR2_TARGET_ROOTFS_UBI_PEBSIZE) UBI_UBINIZE_OPTS += -p $(BR2_TARGET_ROOTFS_UBI_PEBSIZE)

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# Build the ubifs root filesystem image # 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) UBIFS_OPTS := -e $(BR2_TARGET_ROOTFS_UBIFS_LEBSIZE) -c $(BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT) -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE)

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# elf2flt # elf2flt
# #
############################################################# ################################################################################
# we keep a local checkout of uClinux CVS # we keep a local checkout of uClinux CVS
ELF2FLT_SOURCE:=$(ELF2FLT_DIR)/elf2flt ELF2FLT_SOURCE:=$(ELF2FLT_DIR)/elf2flt

View File

@ -1,11 +1,11 @@
############################################################# ################################################################################
# #
# Setup the kernel headers. I include a generic package of # Setup the kernel headers. I include a generic package of
# kernel headers here, so you shouldn't need to include your # kernel headers here, so you shouldn't need to include your
# own. Be aware these kernel headers _will_ get blown away # own. Be aware these kernel headers _will_ get blown away
# by a 'make clean' so don't put anything sacred in here... # by a 'make clean' so don't put anything sacred in here...
# #
############################################################# ################################################################################
DEFAULT_KERNEL_HEADERS:=$(call qstrip,$(BR2_DEFAULT_KERNEL_HEADERS)) DEFAULT_KERNEL_HEADERS:=$(call qstrip,$(BR2_DEFAULT_KERNEL_HEADERS))

View File

@ -1,8 +1,8 @@
############################################################# ################################################################################
# #
# uClibc (the C library) # uClibc (the C library)
# #
############################################################# ################################################################################
ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y) ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)