Initial changes to remove /boot/common

* find_directory() and hard-coded paths use /boot/system instead of
  /boot/common.
* The build system creates the writable directories in /boot/system
  instead of /boot/common.
* The build system no longer installs any packages in /boot/common.
This commit is contained in:
Ingo Weinhold
2013-10-03 21:52:25 +02:00
parent bf9b153fcc
commit f73f5d4c42
53 changed files with 168 additions and 308 deletions
+18 -43
View File
@@ -35,12 +35,6 @@ rule DefineDefaultBuildProfiles
HAIKU_IMAGE_HOST_NAME = shredder ;
HAIKU_IMAGE_SIZE = 800 ;
AddHaikuImagePackages
wpa_supplicant
:
system
;
AddHaikuImagePackages
bepdf
cvs
@@ -56,6 +50,7 @@ rule DefineDefaultBuildProfiles
timgmsoundfont
vision
wonderbrush
wpa_supplicant
wqy_microhei
xz_utils@!gcc2
;
@@ -72,7 +67,7 @@ rule DefineDefaultBuildProfiles
local architectureObject ;
for architectureObject in [ MultiArchSubDirSetup ] {
on $(architectureObject) {
AddHaikuImagePackages openssl : system ;
AddHaikuImagePackages openssl ;
}
}
@@ -92,20 +87,15 @@ rule DefineDefaultBuildProfiles
HAIKU_IMAGE_HOST_NAME = shredder ;
HAIKU_IMAGE_SIZE = 600 ;
AddHaikuImagePackages
openssl
wpa_supplicant
:
system
;
AddHaikuImagePackages
man
nano
openssh
openssl
p7zip
pe
vision
wpa_supplicant
xz_utils
;
@@ -117,41 +107,31 @@ rule DefineDefaultBuildProfiles
HAIKU_IMAGE_HOST_NAME = shredder ;
HAIKU_IMAGE_SIZE = 20000 ;
AddHaikuImagePackages
curl
curl_devel
freetype
freetype_devel
grep
icu
libsolv
ncurses
ncurses_devel
sed
zlib
zlib_devel
:
system
;
AddHaikuImagePackages
autoconf
automake
binutils
bison
curl
curl_devel
flex
freetype
freetype_devel
gcc
grep
haikuporter
# jam
icu
libsolv
libtool
libtool_libltdl
m4
make
# makeinfo
# mkdepend
# perl
ncurses
ncurses_devel
python
# texinfo
sed
zlib
zlib_devel
;
# secondary architecture packages
@@ -160,23 +140,18 @@ rule DefineDefaultBuildProfiles
in [ MultiArchSubDirSetup $(TARGET_PACKAGING_ARCHS[2-]) ] {
on $(architectureObject) {
AddHaikuImagePackages
binutils
curl
curl_devel
freetype
freetype_devel
gcc
icu
libsolv
ncurses
ncurses_devel
zlib
zlib_devel
:
system
;
AddHaikuImagePackages
binutils
gcc
;
}
}