summaryrefslogtreecommitdiff
path: root/strata/bsp-ppc64-generic/linux-ppc64.morph
blob: f96f221d0bf2904b5143661bfa57a21be876397c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
name: linux-ppc64
kind: chunk
configure-commands:
- make ARCH=powerpc ppc64_defconfig
- scripts/config -e NAMESPACES
- scripts/config -e PACKET
- scripts/config -e SATA_AHCI
- scripts/config -e ATA_GENERIC
- scripts/config -e HAVE_IDE
- scripts/config -d BLK_DEV_IDE_SATA
- scripts/config -e BTRFS_FS
- scripts/config -e BTRFS_FS_POSIX_ACL
- scripts/config -e DEVTMPFS
- scripts/config -e DEVTMPFS_MOUNT
- scripts/config -e CONFIG_FHANDLE
- scripts/config -e CGROUPS
- scripts/config -e AUTOFS4_FS
- scripts/config --set-str UEVENT_HELPER_PATH ''
- 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 -d EXT3_DEFAULTS_TO_ORDERED
- 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 -d EXT4_DEBUG
- scripts/config -e XFS_FS
- scripts/config -e LIBCRC32C
- scripts/config -d JBD_DEBUG
- scripts/config -d JBD2_DEBUG
- scripts/config -e BLK_DEV_LOOP
- scripts/config -d BLK_DEV_CRYPTOLOOP
- scripts/config --set-val BLK_DEV_LOOP_MIN_COUNT 8
- scripts/config -e DM_SNAPSHOT
- scripts/config -e IKCONFIG
- scripts/config -e IKCONFIG_PROC
- scripts/config -e SECCOMP
- scripts/config -d DEBUG_STACK_TRACE
- scripts/config -e NFSD
- scripts/config -e NFSD_V3
- scripts/config -e IP_PNP
- scripts/config -e IP_PNP_DHCP
- scripts/config -e NFS_FS
- scripts/config -e ROOT_NFS
- scripts/config -e PCI
- scripts/config -e TIGON3
- scripts/config -e BLK_DEV_NBD
- scripts/config -e BRIDGE_NF_EBTABLES
- scripts/config -e NETFILTER
- scripts/config -e NETFILTER_ADVANCED
- scripts/config -e NETFILTER_XT_MATCH_ADDRTYPE
- scripts/config -e OPENVSWITCH
- scripts/config -e OPENVSWITCH_VXLAN
- scripts/config -e CONFIG_OPENVSWITCH_GRE
- scripts/config -e NET_CLS_BASIC
- scripts/config -e NET_SCH_INGRESS
- scripts/config -e NET_ACT_POLICE
- scripts/config -e NET_IPGRE_DEMUX
- scripts/config -e NET_SCH_HTB
- scripts/config -e NET_SCH_HFSC
- scripts/config -e VXLAN
- scripts/config -e VETH
- scripts/config -e IP_NF_MATCH_AH
- scripts/config -e IP_NF_MATCH_ECN
- scripts/config -e IP_NF_MATCH_RPFILTER
- scripts/config -e IP_NF_MATCH_TTL
- scripts/config -e IP_NF_TARGET_SYNPROXY
- scripts/config -e IP_NF_TARGET_NETMAP
- scripts/config -e IP_NF_TARGET_REDIRECT
- scripts/config -e IP_NF_TARGET_CLUSTERIP
- scripts/config -e IP_NF_TARGET_ECN
- scripts/config -e IP_NF_TARGET_TTL
- scripts/config -e IP_NF_RAW
- scripts/config -e IP_NF_SECURITY
- scripts/config -e IP_NF_ARPTABLES
- scripts/config -e NETFILTER_NETLINK_QUEUE
- scripts/config -e SCSI_NETLINK
- scripts/config -e NETFILTER_XT_TARGET_MARK
- scripts/config -e NETFILTER_XT_SET
- scripts/config -e IP_SET
- scripts/config -e IP_SET_BITMAP_IP
- scripts/config -e IP_SET_BITMAP_IPMAC
- scripts/config -e IP_SET_BITMAP_PORT
- scripts/config -e IP_SET_HASH_IP
- scripts/config -e IP_SET_HASH_IPMARK
- scripts/config -e IP_SET_HASH_IPPORT
- scripts/config -e IP_SET_HASH_IPPORTIP
- scripts/config -e IP_SET_HASH_IPPORTNET
- scripts/config -e IP_SET_HASH_MAC
- scripts/config -e IP_SET_HASH_NETPORTNET
- scripts/config -e IP_SET_HASH_NET
- scripts/config -e IP_SET_HASH_NETNET
- scripts/config -e IP_SET_HASH_NETPORT
- scripts/config -e IP_SET_HASH_NETIFACE
- scripts/config -e IP_SET_LIST_SET
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS ARCH=powerpc zImage
install-commands:
- mkdir -p "$DESTDIR"/boot
- cp arch/powerpc/boot/zImage "$DESTDIR"/boot/zImage