summaryrefslogtreecommitdiff
path: root/recipes-images/dgimage/dgimage.bb
blob: d6d8278dc70e572a5838f171cd695d94f37baade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "dginabox image"

inherit core-image  

# customize IMAGE_INSTALL as follows  
IMAGE_INSTALL = "\
  busybox \
  modutils-initscripts \
  netbase \
  base-files \
  base-passwd \
  openssh \
  libstdc++ \
  drumgizmo \
  openssh \
  dhcp-server \
  spiaudio-module \
"  

MACHINE_EXTRA_RDEPENDS += " spiaudio-module" 
 
# Add extra space to the rootfs image  
IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 300000"