You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,31 +68,11 @@ HA_BUILD $ mka hybris-boot
68
68
69
69
## Building SFOS packages & rootfs<aname="building-sfos-packages-rootfs"></a>
70
70
71
-
Before beginning, run the following to avoid a few errors while building and pulling repo updates:
72
-
```
73
-
croot
74
-
cd external/libhybris
75
-
git checkout master
76
-
cd -
77
-
cd hybris/mw/sailfish-fpd-community
78
-
git checkout master
79
-
cd -
80
-
```
81
-
82
71
To pull updates and start (re)building all locally required SFOS packages & the rootfs, run the following command (full build takes ~20 minutes for me):
83
72
```
84
73
PLATFORM_SDK $ build_all_packages
85
74
```
86
75
87
-
For now here's also a temporary "fix" for `repo problem: nothing provides sailfish-fpd-community needed by pattern:jolla-configuration-...`:
As the rootfs `mic` build command line is now included in `build_packages.sh` steps, this is all you need to get a rather tiny (~380 MB) flashable SFOS zip file! Look into the [flashing guide](FLASHING.md) on how to proceed afterwards.
97
77
98
78
When just droid configs have been modified, `build_device_configs` will be enough. Same goes for droid HAL stuff with `build_droid_hal` instead. Building with these commands instead will be substantially faster than rebuilding everything (which is unnecessary 99% of the time anyways).
0 commit comments