summaryrefslogtreecommitdiff
path: root/recipes/images/corecdp-perl-image.bb
blob: 0a7c0aa64de0fbe5100891521e22c97d23bdf8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require corecdp-base-image.bb

IMAGE_INSTALL += "perl"

# add IO module
IMAGE_INSTALL += "perl-module-io"

# all perl modules (large)
#IMAGE_INSTALL += "perl-modules"

IMAGE_INSTALL += "libdevice-serialport-perl"
IMAGE_INSTALL += "libexpect-perl"

export IMAGE_BASENAME = "corecdp-perl-image"