gnomeos: Refactor build so we can have separate runtime/devel images

This commit is contained in:
Colin Walters 2011-11-17 13:24:52 -05:00
parent 8e9b9c59d6
commit 8a24861763
3 changed files with 20 additions and 1 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"