From 23b891504c606f02a411ae97b58ac456f6e1f402 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Tue, 2 Sep 2014 10:50:48 +0200 Subject: [PATCH] Define the minimum-mmc profile for the ARM build. Now that the fake packages are in place, it is much easier to build the MMC image for ARM without the need for a bootstrap build. This image still does not manage to access the tarfs and load the kernel modules, but it gets to KDL, at least. --- build/jam/DefaultBuildProfiles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index 3b55eee841..1615fc50fb 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -49,12 +49,13 @@ rule DefineDefaultBuildProfiles # bootstrap profiles DefineBuildProfile bootstrap-raw : image : "haiku-bootstrap.image" ; - DefineBuildProfile bootstrap-mmc : haiku-mmc-image : "haiku-mmc.image" ; + DefineBuildProfile bootstrap-mmc : haiku-mmc-image : "haiku-bootstrap.mmc" ; DefineBuildProfile bootstrap-vmware : vmware-image : "haiku-bootstrap.vmdk" ; # minimum profiles DefineBuildProfile minimum-raw : image : "haiku-minimum.image" ; + DefineBuildProfile minimum-mmc : haiku-mmc-image : "haiku-minimum.mmc" ; DefineBuildProfile minimum-vmware : vmware-image : "haiku-minimum.vmdk" ; DefineBuildProfile minimum-anyboot : anyboot-image : "haiku-minimum-anyboot.image" ;