gnomeos: Refactor build so we can have separate runtime/devel images
This commit is contained in:
parent
8e9b9c59d6
commit
8a24861763
|
|
@ -10,7 +10,8 @@ inherit rootfs_${IMAGE_PKGTYPE}
|
|||
PACKAGE_INSTALL = "task-core-boot \
|
||||
coreutils \
|
||||
ostree ostree-init \
|
||||
strace"
|
||||
strace \
|
||||
python-core python-misc"
|
||||
|
||||
RDEPENDS += "${PACKAGE_INSTALL}"
|
||||
DEPENDS += "makedevs-native virtual/fakeroot-native"
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# Copyright (C) 2011 Colin Walters <walters@verbum.org>
|
||||
#
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
inherit gnomeos-contents
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Copyright (C) 2011 Colin Walters <walters@verbum.org>
|
||||
#
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
inherit gnomeos-contents
|
||||
|
||||
PACKAGE_INSTALL += "task-core-sdk"
|
||||
Loading…
Reference in New Issue