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.
This commit is contained in:
parent
ab280d4400
commit
23b891504c
@ -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" ;
|
||||
|
Loading…
Reference in New Issue
Block a user