# HG changeset patch # User Rob Landley # Date 1429047398 18000 # Node ID 6f81048998fe59f4e809181d01be8304633324ae # Parent 86f6fbeaca1861282898acbe33697a034022785e The linux-kernel stage got merged back into system-image but build.sh dependencies weren't updated. (Oops.) diff -r 86f6fbeaca18 -r 6f81048998fe build.sh --- a/build.sh Sun Apr 12 23:31:30 2015 -0500 +++ b/build.sh Tue Apr 14 16:36:38 2015 -0500 @@ -116,7 +116,7 @@ then # If we need to build cross compiler, assume root filesystem is stale. - zap root-filesystem cross-compiler native-compiler linux-kernel + zap root-filesystem cross-compiler native-compiler system-image do_stage simple-cross-compiler "$ARCH" fi @@ -127,7 +127,7 @@ if [ ! -z "$CROSS_COMPILER_HOST" ] && not_already cross-compiler then - zap root-filesystem native-compiler linux-kernel + zap root-filesystem native-compiler system-image # Build the host compiler if necessary @@ -144,7 +144,7 @@ if not_already root-filesystem then zap system-image - [ "$SYSIMAGE_TYPE" == rootfs ] && zap linux-kernel + [ "$SYSIMAGE_TYPE" == rootfs ] && zap system-image do_stage root-filesystem "$ARCH" fi