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

# customize IMAGE_INSTALL as follows  
IMAGE_INSTALL = "\
  drumgizmo \
  openssh \
  dhcp-server \
"  
inherit core-image  
  
# Add extra space to the rootfs image  
IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"