Marcel Telka
2024-01-29 dab2916a3acd36890165c756fc33d213021bf133
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2011, Andrzej Szeszo
# Copyright 2011, Alasdair Lumsden <alasdairrr@gmail.com>
# Copyright 2012, Piotr Jasiukajtis
# Copyright 2012, Jon Tibble
# Copyright 2018, Michal Nowak
#
 
BUILD_STYLE = justmake
 
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME=        illumos-kvm
COMPONENT_VERSION=    a82c4d2a9555461ee43e3fd3b6bbff10e6f5458a
IPS_COMPONENT_VERSION=    0.0.1.20220127
COMPONENT_SRC=        illumos-kvm-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).zip
COMPONENT_ARCHIVE_HASH=    sha256:e1875c8b284683e4470554f7b3be6262e6178143d58827bb2367669a03872721
COMPONENT_ARCHIVE_URL=    https://github.com/joyent/illumos-kvm/archive/$(COMPONENT_VERSION).zip
 
ifeq ($(MACH), sparc)
PUBLISH_STAMP=
endif
 
# Use the same gcc version as we use for building illumos-gate
GCC_VERSION = 10
 
include $(WS_TOP)/make-rules/common.mk
 
COMPONENT_PRE_CONFIGURE_ACTION = \
    $(CLONEY) $(SOURCE_DIR) $(@D)
 
COMPONENT_BUILD_ARGS += KERNEL_SOURCE=$(WS_TOP)/components/openindiana/illumos-gate/illumos-gate/
COMPONENT_BUILD_ARGS += PROTO_AREA=$(WS_TOP)/components/openindiana/illumos-gate/illumos-gate/proto/root_i386
COMPONENT_BUILD_ARGS += CC=$(CC)
COMPONENT_BUILD_ARGS += CTFBINDIR=/opt/onbld/bin/i386
 
COMPONENT_INSTALL_ARGS += DESTDIR=$(PROTO_DIR)
 
COMPONENT_TEST_ARGS += KERNEL_SOURCE=$(WS_TOP)/components/openindiana/illumos-gate/illumos-gate/
 
build_sparc:
    @echo "Not available."
 
$(BUILD_32):: $(WS_TOP)/components/openindiana/illumos-gate/build/i386/.built
 
$(WS_TOP)/components/openindiana/illumos-gate/build/i386/.built:
    $(GMAKE) -C $(WS_TOP)/components/openindiana/illumos-gate  build
 
 
build_i386:    $(BUILD_32)
 
build:        build_$(MACH)
 
install_sparc:
    @echo "Not available."
 
install_i386:    $(INSTALL_32)
 
install:    install_$(MACH)
 
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library