-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,9 +47,9 @@ | |
sudo sysctl -n -w fs.inotify.max_user_watches=524288 | ||
|
||
---------- | ||
5. Disable apparmor profile | ||
Currently due to this Ubuntu/bitbake issue..https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2056555 | ||
This command must be entered after every restart of the build PC.... | ||
5 - Disable apparmor profile | ||
Currently due to this Ubuntu/bitbake issue: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2056555 | ||
This command must be entered after every restart of the build PC. | ||
|
||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 | ||
|
||
|
@@ -59,9 +59,9 @@ | |
sudo adduser openvixbuilder | ||
|
||
---------- | ||
7. Add your git user and email | ||
7 - Add your git user and email | ||
|
||
git config --global user.email "[email protected]" | ||
git config --global user.email "[email protected]" | ||
|
||
git config --global user.name "Your Name" | ||
|
||
|
@@ -109,13 +109,14 @@ | |
16 - Update site.conf | ||
|
||
- BB_NUMBER_THREADS, PARALLEL_MAKE set to number of threads supported by the CPU | ||
- add/modify DL_DIR = " location for build sources " to point to a location where you can save derived build sources, | ||
this will reduce build time in fetching these sources again. | ||
- add/modify DL_DIR = " location for build sources " to point to a location where you can save | ||
derived build sources, this will reduce build time in fetching these sources again. | ||
- Avoid wasting disk space creating spdx packages: INHERIT:remove = "create-spdx" | ||
|
||
---------- | ||
17 - Building image with feeds e.g.:- | ||
|
||
MACHINE=vuultimo4k DISTRO=openvix DISTRO_TYPE=release make image | ||
MACHINE=vuultimo4k DISTRO=openvix DISTRO_TYPE=release make image | ||
|
||
---------- | ||
18 - Building an image without feeds (Build time 1-2h) | ||
|