summaryrefslogtreecommitdiff
path: root/recipes-images/dgimage/dgimage.bb
blob: fb00e07782ba59af9ab9358904ba38ae07f32333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "dginabox image"

# customize IMAGE_INSTALL as follows  
IMAGE_INSTALL = "\
  drumgizmo \
  openssh \
  dhcp-server \
  spiaudio-module \
"  
inherit core-image  

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