comparison linux-kernel.sh @ 1358:9252453c40d0

Combine set_titlebar and "echo ===" stuff into announce() function. Consistently output target/stage info, and yank redundant instances.
author Rob Landley <rob@landley.net>
date Sun, 22 May 2011 04:18:30 -0500
parents 7eabfa815c90
children b74d36876c0a
comparison
equal deleted inserted replaced
1357:a1dc80180a05 1358:9252453c40d0
6 6
7 # Parse the sources/targets/$1 directory 7 # Parse the sources/targets/$1 directory
8 8
9 read_arch_dir "$1" 9 read_arch_dir "$1"
10 10
11 # =================== build kernel ======================== 11 # If we have an initramfs, incorporate it into the kernel image.
12 12
13 [ -e "$BUILD/root-image-$ARCH/initramfs_data.cpio" ] && 13 [ -e "$BUILD/root-image-$ARCH/initramfs_data.cpio" ] &&
14 MORE_KERNEL_CONFIG="CONFIG_BLK_DEV_INITRD=y\nCONFIG_INITRAMFS_SOURCE=\"$BUILD/root-image-$ARCH/initramfs_data.cpio\"\nCONFIG_INITRAMFS_COMPRESSION_GZIP=y" 14 MORE_KERNEL_CONFIG="CONFIG_BLK_DEV_INITRD=y\nCONFIG_INITRAMFS_SOURCE=\"$BUILD/root-image-$ARCH/initramfs_data.cpio\"\nCONFIG_INITRAMFS_COMPRESSION_GZIP=y"
15 15
16 # Build linux kernel for the target 16 # Build linux kernel for the target