summaryrefslogtreecommitdiff
path: root/linux.morph
blob: 6928bdc0e96310202efd3c1414d2d61fa1c8650a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: linux
kind: chunk
configure-commands:
    - make ARCH=arm wandboard_defconfig
    - scripts/config -e NAMESPACES
    - yes '' | make oldconfig
build-commands:
    - make $MAKEFLAGS ARCH=arm uImage
    - mkimage -A arm -T script -C none -n "Wandboard TFTP Boot Script" -d boot.script boot.scr
install-commands:
    - mkdir -p "$DESTDIR"/boot
    - cp arch/arm/boot/uImage "$DESTDIR"/boot/uImage
    - cp boot.scr "$DESTDIR"/boot/boot.scr