- Use of Docker with mixer is now deprecated.
- Recreates grid table as list-table for future maintenance.
- Adds new section, Bundle definition files, for illustration
- Revises builder.conf in References, removing docker path.
- Updates mixer builder.conf to VERSION 1.2.
- Fix typo in filepath for LOCAL_RPM_DIR in builder.conf.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fix OpenVINO version branding
MeRS uses the open source OpenVINO not the Intel® Distribution of OpenVINO™ toolkit
* Fix line length warnings
* Fix OpenVINO trademark branding
Fix OpenVINO trademark branding and add required acknowledgement
Signed-off-by: Anthony Pray anthony.s.pray@intel.com
When using the docker image you may see error
"Failed to install x of x"
ruining "swupd clean" will fix the problems.
* Adds hugepages config guide to explain defaults and config settings
Closes#1005
Signed-off-by: Adams, Eric <eric.adams@intel.com>
* Made revisions per feedback from reviewer.
Signed-off-by: Adams, Eric <eric.adams@intel.com>
* Add Horovod and OpenMPI section, closes#1041
* changing pygment lexar to console to fix build issue
* Remove single quotation mark inside code-block to correct build error.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: michael vincerra <37549381+mvincerx@users.noreply.github.com>
* Changed .. code:: to .. code-block:: to match project standards.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updates to power and performance for readability and consistency with project reST standards.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Further updates to CPU performance guide with BIOS snapshot to show what DPTF setting might look like.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Addressing editorial feedback.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Added disclaimer for Intel Turbo Boost Technology.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updated time.rst
When I tried this I had an error when I tried to set ntp to true that polkit was missing. Adding that bundle allowed the step to complete.
* Update time.rst
Removed adding the polkit and instead added sudo to the timecatectl set-ntp command.
* Update mixer build image to use clr-installer.
Closes#1006
Signed-off-by: Bun K Tan <bun.k.tan@intel.com>
* Reverts Example 7 to recent master, omitting Tutorials header, etc.
- Reason: Separate branches not sync'ed based on upstream master
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds line in Example 4 to assure Example 2 is known prereq.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Simplify sentence.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: michael vincerra <37549381+mvincerx@users.noreply.github.com>
In Example 7:
- Remove 'tutorial' subsection as it was not clear that it was an example of the
advanced example of manual format bump.
- Roll existing tutorial content under 'advanced' as it is the advanced example.
- Result is a basic and advance example for Example 7: execute format bump
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2. Updated Clear Linux guides with 3 column view, smallcards, and 3 feature cards.
3. Updated Guides with 3 column view and smallcards.
3 column view allows for graceful resizing of the grid and simplified source reducing the number of multicolumn containers.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Add reference to configuring wifi guide
Add reference to configuring wifi guide and place the note according the required order of operations
* Fix line too long RST warning.
* Update to wifi guide to include wpa_supplicant.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Addressed reviewer feedback.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Missed one piece of feedback.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Small changes based on testing on Clear Linux to verify the current solution.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Caught a couple small things.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Update wifi.rst
Add more context and update commands to be as executable as possible.
* Fixed a typo and a couple of formatting problems.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* vnc.rst: corrected figure numbering to be sequential, starting with Figure 5.
Signed-off-by: Doug Martin <doug.martin@intel.com>
* Fixed incorrectly numbered reference to a figure.
Signed-off-by: Doug Martin <doug.martin@intel.com>
* Add bundle function and desc to developer-workstation.
- Closes#764
* Add more bundles relevant to each role.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Add `ltp` to kernel developer; revise AI Dev to AI/ML Engineer.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revise bundles listed for kernel developer and add maker dev.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Removes Embedded Systems profile due to few relevant bundles.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Remove game developer per review from @ahkok.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds containers-virt to Computer Vis. Engineer; and reference note.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Simplify section Boot a live desktop image to fix...
- Remove include per request from @bktan8
- Make concise the Prereq's
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fix spacing syntax.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Clarify swupd scope re /var dir. Revise wording in Prereqs.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- This PR doesn't close pr 896 because there are multiple files to be fixed. Last PR will close pr 896.
Signed-off-by: Doug Martin <doug.martin@intel.com>
* Add guide for Media Reference Stack
* Correct errors in syntax and docstring refs for successful build.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects docstring ref title from `tutorial-proxy` to `proxy`
- Resolves build error detected by Travis
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
besides /var, /etc, /opt and /home, users are allowed to make
local installations in /usr/local without getting swupd
operations to remove such content.
be excplicit about /usr/local in the stateless guide.
Relates to https://github.com/clearlinux/distribution/issues/1475
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>