Skip to content

Commit

Permalink
[README.md] update
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 25, 2024
1 parent e197213 commit 709d59d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 709d59d

Please sign in to comment.