Ubuntu Pastebin

Paste from sergiusens at Tue, 8 Mar 2016 10:56:15 +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
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-
    kconfigfile: 96boardsdefcon
    kconfigs:
      - CONFIG_LOCALVERSION="-96boards"
      - CONFIG_DEBUG_INFO=N
    kernel-initrd-modules:
      - squashfs
    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
    kernel-device-tree:
      - qcom/apq8016-sbc
      - qcom/msm8916-mtp
Download as text