Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
LICENSE = "MIT"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${bindir}
|
||||
touch ${D}${bindir}/theapp
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
IMAGE_INSTALL += "container-image-testpkg"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
IMAGE_FSTYPES = "container"
|
||||
IMAGE_LINGUAS = ""
|
||||
|
||||
inherit core-image
|
||||
Reference in New Issue
Block a user