- Aug 16, 2021
-
-
In order to follow the best practices when upgrading components, change branch name prefixes from wip to proposed-updates to trigger a license scan. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Aug 13, 2021
-
-
Frederic Danis authored
The docker containers are stored under `/home/docker-data` and so are part of the data saved in the persistent disk. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Aug 06, 2021
-
-
Sudarshan CP authored
Format error on running command "aa-complain" line corrected. "apparmor-utils" by defualt ships the command of "aa-status", but on the latest version, "aa-status" shipped as separate package, hence updated the warning to install the "aa-status" Signed-off-by:
Sudarshan C P <sudarshan.cp2@in.bosch.com>
-
- Aug 01, 2021
-
-
The kernel update process contains a few minor errors and ommisions. Tweak these to make it work better. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
-
- Jul 29, 2021
-
-
Arnaud Ferraris authored
Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
- Jul 27, 2021
-
-
Frederic Danis authored
Update the concept document based on work done. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Jul 26, 2021
-
-
Minor updates, adding some more context and links to other documents, fixing a few issues. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Frederic Danis authored
WirePlumber config files are located under `/etc/wireplumber/...`. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Jul 15, 2021
-
-
Martyn Welch authored
The SDK image isn't really needed on the home page and the flow of the page looks better without it. Remove it and add a link to the virtualbox page which covers the SDK. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jul 14, 2021
-
-
Wrongly listing arm64 image as ARM 32-bit. Fix this. Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
Remove duplicated words. Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
- Jul 13, 2021
-
-
Ariel D'Alessandro authored
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
- Jul 12, 2021
-
-
List the steps in the process implemented so far, linking to tools and output examples. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Jul 09, 2021
-
-
Emanuele Aina authored
Skip another set of redirects so it's less likely that validating links makes us fall into rate limiting. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Avoid some redirects which makes us incur into rate limiting when validating links. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Jul 08, 2021
-
-
Added Raspberry pi 4 model B into the reference list for Arm64. Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
Added description how to setup the RPi 4 board to use network boot for LAVA. Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
Added initial version of Raspberry Pi 4 setup for developer. Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
GNOME has moved from git to GitLab. The default redirection is assuming projects have a "master" branch, whereas some are using "main", resulting in a 404. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The QA area hasn't had any love for a long time. Remove the bits that we don't use any more or that are superfluous given how the site indexes pages. Add links to some of the new QA related tools developed for Apertis. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
We link to the hardware reference page from the home page, as a result this page is likely to be one which is visited by people generally unfamilar with Apertis. We should not promote the use of daily images to those likely to be looking to evaluate Apertis - they should be using the stable images. Booting non-SDK images in VirtualBox is not a supported option, so whilst it works for many images, this is not guaranteed (and the minimal OSTree images are known not to boot in VirtualBox). Set expectations with regards to running in this configuration. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Tweak the information on the homepage to sell Apertis a bit better. Ensure the links are the best ones that we can provide. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The licensing documentation is linked from the home page, but is a bit of a mess, with guidance on documenting licensing and information about the Apertis licensing scanning infrastructure mixed with Apertis licensing policies. Split out the license scanning documentation into a separate architecture document. Move the small amount of policy documentation from the applying licensing document and move to guides. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The homepage currently uses a very standard layout, which doesn't provide a very compelling initial impression. Improve the layout to give the website a more professional feel, as implemented by Jon Wallace but replace `DIVclass` with distinct shortcodes. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The Apertis theme uses a shortcode called `DIVclass` to allow semi-arbitrary CSS to be applied. Simplify this for document writers by spliting the responsive table functionality (demoed on the bundle spec) as a separate shortcode. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The components which comprise the application framework are mentioned in many places in the Apertis website. Make it clear that these components have been removed as of the v2022dev2 release. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jul 07, 2021
-
-
Because base-files is important as in it contains all the necessary metadata pertaining to the release, ensure that it is built proper. Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
- Jul 02, 2021
-
-
Walter Lozano authored
In order to make it clear the preferred approach to deal with different scenarios of licensing issues, add additional tips and examples. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
Arnaud Ferraris authored
When first importing a package, the `Run pipeline` button doesn't appear in Gitlab's UI and a workaround is needed to trigger the first pipeline. This commit adds a tip for such situations. Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
- Jun 30, 2021
-
-
Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
Martyn Welch authored
We have release notes for lots of old releases on the website. These are kept as they show the project has significant history, however a lot of the information contained in them is likely to be very out of date. Add a warning to the top of the old releases to note that they are deprecated and remove any now dead links. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
A scan of external links has shown numerous places where external links are broken, fix them. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
We have external links looking for the API document in designs, which no longer exists. Add an alias to support this rather than returning 404. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
A scan of "external" links are showing numerous places where links point to supposedly Apertis provided content which is now gone. Fix these or remove links. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jun 29, 2021
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Jun 28, 2021
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Jun 25, 2021
-
-
Arnaud Ferraris authored
Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
- Jun 22, 2021
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-