Ubuntu Pastebin

Paste from sergiusens at Mon, 7 Mar 2016 09:26:08 +0000

Download as text
 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
name: 96boards-kernel
version: 4.4.0
summary: An 96boards kernel built from source
description: This is the reference kernel from 96boards
architectures: [arm64]
type: kernel

parts:
  kernel:
    plugin: kernel
    source: .
    build-packages:
      - gcc-aarch64-linux-gnu
    build-parameters:
      - ARCH=arm64
      - CROSS_COMPILE=aarch64-linux-gnu-
    kdefconfig: [defconfig, distro.config]
    kconfigs:
      - CONFIG_ANDROID=n
      - CONFIG_SECCOMP=y
      - CONFIG_SECCOMP_FILTER=y
      - CONFIG_DEFAULT_SECURITY_APPARMOR=y
      - CONFIG_SECURITY_APPARMOR=y
      - CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1
      - CONFIG_SECURITY_APPARMOR_HASH=y
      - CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
      - CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
      - CONFIG_SECURITY_NETWORK=y
      - CONFIG_SECURITY_NETWORK_XFRM=y
      - CONFIG_SECURITY_PATH=y
      - CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
      - CONFIG_LOCALVERSION="-96boards"
      - CONFIG_LOCALVERSION_AUTO=y
      - CONFIG_SQUASHFS=y
      - CONFIG_SQUASHFS_XZ=y
    kernel-initrd-modules:
      - nf_nat
    kernel-initrd-firmware:
      - lib/firmware/e100/d101m_ucode.bin
      - lib/firmware/e100/d101s_ucode.bin
      - lib/firmware/e100/d102e_ucode.bin
    kernel-image-target: Image
    kernel-image-path: arch/arm64/boot/Image
    os-snap: /home/sergiusens/envs/test-kernel-snap/ubuntu-core_16.04.0-19_amd64.snap
Download as text