mirror of
https://github.com/optim-enterprises-bv/meta-overc.git
synced 2025-12-31 11:00:54 +00:00
images: bump essential PV and remove dom1
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
SUMMARY = "A container image for OverC domain 1 which is used for system services"
|
||||
DESCRIPTION = "This is an OverC container image used for providing system services"
|
||||
HOMEPAGE = "http://www.windriver.com"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PACKAGE_EXCLUDE = "busybox* "
|
||||
# Exclude documention packages, which can be installed later
|
||||
PACKAGE_EXCLUDE_COMPLEMENTARY = "ruby|ruby-shadow|puppet|hiera|facter"
|
||||
|
||||
CUBE_DOM_1_EXTRA_INSTALL ?= ""
|
||||
|
||||
|
||||
IMAGE_INSTALL += "packagegroup-core-boot \
|
||||
packagegroup-util-linux \
|
||||
packagegroup-core-ssh-openssh \
|
||||
packagegroup-container \
|
||||
packagegroup-service-discovery-and-configuration \
|
||||
packagegroup-dom1 \
|
||||
${CUBE_DOM_1_EXTRA_INSTALL} \
|
||||
"
|
||||
|
||||
IMAGE_FEATURES += "package-management doc-pkgs"
|
||||
|
||||
IMAGE_FSTYPES ?= "tar.bz2"
|
||||
IMAGE_FSTYPES_remove = "live"
|
||||
|
||||
inherit core-image
|
||||
inherit builder-base
|
||||
@@ -7,8 +7,6 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PV="0.2"
|
||||
|
||||
# we don't want this to be a container image even
|
||||
# configure with --enable-container=yes
|
||||
USE_DEPMOD = "1"
|
||||
Reference in New Issue
Block a user