summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Burmeister <joe.burmeister@codethink.co.uk>2013-08-29 14:23:43 +0100
committerJoe Burmeister <joe.burmeister@codethink.co.uk>2013-08-29 14:23:43 +0100
commit2891812f84ad5648723355bab031180866ce3615 (patch)
treeed0dbe4ae3e740c612b49a310df5673ca4e175d3
parent929768aaf8c9161b2729c11c0b96012547bdc4eb (diff)
downloadlinux-2891812f84ad5648723355bab031180866ce3615.tar.gz
Add linux.morph file.
-rw-r--r--linux.morph29
1 files changed, 29 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph
new file mode 100644
index 000000000000..f407d7ab21cc
--- /dev/null
+++ b/linux.morph
@@ -0,0 +1,29 @@
+name: linux
+kind: chunk
+configure-commands:
+ - cp arch/arm/configs/wandboard_defconfig config
+ - scripts/config -e NAMESPACES
+ - scripts/config -e EXT2_FS
+ - scripts/config -e EXT2_FS_XATTR
+ - scripts/config -e EXT2_FS_POSIX_ACL
+ - scripts/config -e EXT2_FS_SECURITY
+ - scripts/config -e EXT2_FS_XIP
+ - scripts/config -e EXT3_FS
+ - scripts/config -e EXT3_FS_XATTR
+ - scripts/config -e EXT3_FS_POSIX_ACL
+ - scripts/config -e EXT3_FS_SECURITY
+ - scripts/config -e EXT4_FS
+ - scripts/config -e EXT4_FS_XATTR
+ - scripts/config -e EXT4_FS_POSIX_ACL
+ - scripts/config -e EXT4_FS_SECURITY
+ - scripts/config -e BTRFS_FS
+ - scripts/config -e BTRFS_FS_POSIX_ACL
+ - scripts/config -e NFSD
+ - scripts/config -e NFSD_V3
+ - yes '' | make oldconfig
+build-commands:
+ - make $MAKEFLAGS ARCH=arm uImage
+install-commands:
+ - mkdir -p "$DESTDIR"/boot
+ - cp arch/arm/boot/uImage "$DESTDIR"/boot/uImage
+