Skip to content

Commit 397cc11

Browse files
committed
Revert "BUILDING: Add needed misc fixes for SFOS 3.4 building"
These are no longer needed after sailfishos-oneplus5/droid-hal-device@b1b1a8f. This reverts commit 7b10e6e.
1 parent 7b10e6e commit 397cc11

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

BUILDING.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,11 @@ HA_BUILD $ mka hybris-boot
6868

6969
## Building SFOS packages & rootfs<a name="building-sfos-packages-rootfs"></a>
7070

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-
8271
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):
8372
```
8473
PLATFORM_SDK $ build_all_packages
8574
```
8675

87-
For now here's also a temporary "fix" for `repo problem: nothing provides sailfish-fpd-community needed by pattern:jolla-configuration-...`:
88-
```
89-
croot
90-
cp droid-local-repo/$DEVICE/sailfish-fpd-community/droid-*.rpm /tmp
91-
bp -b hybris/mw/sailfish-fpd-community -s rpm/sailfish-fpd-community.spec
92-
mv /tmp/droid-*.rpm droid-local-repo/$DEVICE/sailfish-fpd-community/
93-
bp -vi
94-
```
95-
9676
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.
9777

9878
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

Comments
 (0)