Searched refs:arch (Results 1 – 8 of 8) sorted by relevance
31 arch=amd6451 arch="${OPTARG}"77 name=net_test.rootfs.${arch}.${suite}.`date +%Y%m%d`81 if [ "$arch" = "arm64" ]; then104 sudo $debootstrap --arch=$arch --variant=minbase --include=$packages \148 echo "Debian $suite for $arch filesystem generated at '$name'."
227 KERNEL_BINARY=./arch/x86/boot/bzImage229 KERNEL_BINARY=./arch/arm64/boot/Image.gz
37 for arch in $ARCHES; do39 make ARCH=$arch allnoconfig42 if [ -f $AFRAGS/$version/android-base-$arch.config ]; then43 FRAGMENTS="$FRAGMENTS $AFRAGS/$version/android-base-$arch.config"45 if [ -f $AFRAGS/$version/android-recommended-$arch.config ]; then46 FRAGMENTS="$FRAGMENTS $AFRAGS/$version/android-recommended-$arch.config"48 ARCH=$arch scripts/kconfig/merge_config.sh .config $FRAGMENTS &> /dev/null
71 echo Verifying that savedefconfig matches ${KERNEL_DIR}/arch/${ARCH}/configs/${DEFCONFIG}73 diff ${OUT_DIR}/defconfig ${KERNEL_DIR}/arch/${ARCH}/configs/${DEFCONFIG} ||76 echo ERROR: savedefconfig does not match ${KERNEL_DIR}/arch/${ARCH}/configs/${DEFCONFIG}
325 cd $ROOT_DIR/$KERNEL_DIR; find arch -name *.h -exec cp --parents {} $TMP_KERNEL_HEADERS_DIR \;
9 arch/x86/boot/bzImage
9 arch/arm64/boot/Image.gz
10 `arch/*/configs/`.59 ARCH=<arch> scripts/kconfig/merge_config.sh <...>/<platform>_defconfig <...>/android-base.config <.…68 platform defconfig must also be located in `arch/<arch>/configs/`. Once these72 make ARCH=<arch> <platform>_defconfig android-base.config android-base-<arch>.config android-recomm…