forked from canonical/pi-gadget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
193 lines (191 loc) · 4.46 KB
/
snapcraft.yaml
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
name: pi
version: 20-1
summary: Raspberry Pi gadget
description: |
Support files for booting Raspberry Pi.
This gadget snap supports the Raspberry Pi 2B, 3B, 3A+, 3B+, 4B, Compute
Module 3, and the Compute Module 3+ universally.
type: gadget
base: core20
architectures:
- build-on: [amd64, arm64]
run-on: arm64
confinement: strict
grade: stable
parts:
gadget:
plugin: nil
override-build: |
if [ "$(arch)" != "aarch64" -a "$(arch)" != "arm7l" ]; then
echo "Cross compilation detected; using pre-defined sources list"
OPTIONAL_ARGS="SOURCES_HOST=\"./helpers/sources.list.cross\""
fi
make -C ${SNAPCRAFT_PROJECT_DIR:-.} core \
DESTDIR=${SNAPCRAFT_PART_INSTALL} \
ARCH=$(dpkg-architecture -t "${SNAPCRAFT_ARCH_TRIPLET}" -q DEB_HOST_ARCH) \
${OPTIONAL_ARGS:-}
prime:
- boot-assets/*
- uboot.conf
- boot.sel
build-packages:
- u-boot-tools
- lsb-release
psplash:
source: git://git.yoctoproject.org/psplash
source-commit: 2015f7073e98dd9562db0936a254af5ef56356cf
plugin: nil
override-build: |
set -x
export TREE="${SNAPCRAFT_PROJECT_DIR:-.}/psplash"
. ${TREE}/config
if ! $(echo "$FONT" | grep -q ^/); then
FONT="${TREE}/${FONT}"
fi
if ! $(echo "$SPLASH" | grep -q ^/); then
SPLASH="${TREE}/${SPLASH}"
fi
git apply ${TREE}/psplash.patch
${TREE}/font-gen.sh "$FONT"
./make-image-header.sh "$SPLASH" CORE psplash-core
aclocal
autoreconf --install
if ! dpkg-architecture -t "${SNAPCRAFT_ARCH_TRIPLET}" -e \
$(dpkg-architecture -q DEB_BUILD_ARCH)
then
export CROSS_COMPILE=$(dpkg-architecture \
-t "${SNAPCRAFT_ARCH_TRIPLET}" -q DEB_HOST_GNU_TYPE)-
else
export CROSS_COMPILE=
fi
./configure --build=$(dpkg-architecture -q DEB_BUILD_GNU_TYPE) \
--host=${SNAPCRAFT_ARCH_TRIPLET} CC=${CROSS_COMPILE}gcc || cat config.log
ARCH=$(dpkg-architecture -t "${SNAPCRAFT_ARCH_TRIPLET}" -q DEB_HOST_ARCH) make
rm -rf $SNAPCRAFT_PART_INSTALL/usr
cp -a ${SNAPCRAFT_PROJECT_DIR:-.}/psplash/initrd .
mkdir -p initrd/bin
cp psplash initrd/bin
mkdir -p $SNAPCRAFT_PART_INSTALL/boot-assets
cd initrd && find . | cpio --quiet -o -H newc | lz4 -9 -l >> \
"${SNAPCRAFT_PART_INSTALL}/boot-assets/psplash.img"
build-packages:
- libgdk-pixbuf2.0-dev
- automake
- autoconf
- gcc
- otf2bdf
- libbogl-dev
- ttf-ubuntu-font-family
- cpio
- findutils
- liblz4-tool
- libc-dev
- on amd64 to arm64:
- gcc-aarch64-linux-gnu:amd64
- libc6-dev-arm64-cross:amd64
- on amd64 to armhf:
- gcc-arm-linux-gnueabihf:amd64
- libc6-dev-armhf-cross:amd64
slots:
bcm-gpio-0:
interface: gpio
number: 0
bcm-gpio-1:
interface: gpio
number: 1
bcm-gpio-2:
interface: gpio
number: 2
bcm-gpio-3:
interface: gpio
number: 3
bcm-gpio-4:
interface: gpio
number: 4
bcm-gpio-5:
interface: gpio
number: 5
bcm-gpio-6:
interface: gpio
number: 6
bcm-gpio-7:
interface: gpio
number: 7
bcm-gpio-8:
interface: gpio
number: 8
bcm-gpio-9:
interface: gpio
number: 9
bcm-gpio-10:
interface: gpio
number: 10
bcm-gpio-11:
interface: gpio
number: 11
bcm-gpio-12:
interface: gpio
number: 12
bcm-gpio-13:
interface: gpio
number: 13
bcm-gpio-14:
interface: gpio
number: 14
bcm-gpio-15:
interface: gpio
number: 15
bcm-gpio-16:
interface: gpio
number: 16
bcm-gpio-17:
interface: gpio
number: 17
bcm-gpio-18:
interface: gpio
number: 18
bcm-gpio-19:
interface: gpio
number: 19
bcm-gpio-20:
interface: gpio
number: 20
bcm-gpio-21:
interface: gpio
number: 21
bcm-gpio-22:
interface: gpio
number: 22
bcm-gpio-23:
interface: gpio
number: 23
bcm-gpio-24:
interface: gpio
number: 24
bcm-gpio-25:
interface: gpio
number: 25
bcm-gpio-26:
interface: gpio
number: 26
bcm-gpio-27:
interface: gpio
number: 27
i2c-0:
interface: i2c
path: /dev/i2c-0
i2c-1:
interface: i2c
path: /dev/i2c-1
i2c-2:
interface: i2c
path: /dev/i2c-2
bt-serial:
interface: serial-port
path: /dev/ttyAMA0
spidev0:
interface: spi
path: /dev/spidev0.0
spidev1:
interface: spi
path: /dev/spidev0.1