Ubuntu Pastebin

Paste from wililupy at Mon, 18 Apr 2016 18:17:48 +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
name: im-kernel
version: 4.4.0-18
summary: 4.4 kernel with IM modules
description: Custom kernel snap with IM modules
type: kernel

parts:
     kernel:
        plugin: kernel
        source: .
        kconfigfile: 4.4-config
        kconfigs:
            - CONFIG_SQUASHFS=m
        kernel-initrd-modules:
            - squashfs
     drivers:
        plugin: copy
        files: 
          pkg/cpld.ko: lib/modules/4.4.0-18-generic/cpld/cpld.ko
          pkg/boardkeeper.ko lib/modules/4.4.0-18-generic/boardkepper/boardkeeper.ko
          pkg/spi800.ko lib/modules/4.4.0-18-generic/spi800/spi800.ko
Download as text