|
Removing package-management from conf/local, still yocto create packages
Hi, Yocto creates your root filesystem out of packages. It basically run apt/opkg/rpm locally to create this filesystem with the packages Bitbake created. As such, those packages are required and an e
Hi, Yocto creates your root filesystem out of packages. It basically run apt/opkg/rpm locally to create this filesystem with the packages Bitbake created. As such, those packages are required and an e
|
By
Quentin Schulz
· #58723
·
|
|
[PATCH][meta-rockchip][master][kirkstone][honister] rockchip.wic.inc: let wic update fstab again
From: Quentin Schulz <quentin.schulz@...> The commit ed3a97f7b2e4 ("rockchip-wic.inc: don't let wic edit fstab") removing this ability was introduced to fix an issue in the wic tool
From: Quentin Schulz <quentin.schulz@...> The commit ed3a97f7b2e4 ("rockchip-wic.inc: don't let wic edit fstab") removing this ability was introduced to fix an issue in the wic tool
|
By
Quentin Schulz
· #58529
·
|
|
[meta-rockchip][PATCH] add support for PX30 SoC
From: Quentin Schulz <quentin.schulz@...> Rockchip PX30 SoC is a quad-core ARM Cortex-A35 CPU fully implementing the ARMv8-A instruction set with ARM Neon Advanced SIMD and Cryptogra
From: Quentin Schulz <quentin.schulz@...> Rockchip PX30 SoC is a quad-core ARM Cortex-A35 CPU fully implementing the ARMv8-A instruction set with ARM Neon Advanced SIMD and Cryptogra
|
By
Quentin Schulz
· #58365
·
|
|
[PATCH yocto-autobuilder-helper v2] scripts: run-docs-build: make the workdir pristine between tries
From: Quentin Schulz <quentin.schulz@...> It happened that the git repositories were dirty and resulted in incorrect files being used. Let's use git clean -ffdx to force a completely
From: Quentin Schulz <quentin.schulz@...> It happened that the git repositories were dirty and resulted in incorrect files being used. Let's use git clean -ffdx to force a completely
|
By
Quentin Schulz
· #58329
·
|
|
[PATCH yocto-autobuilder-helper] scripts: run-docs-build: make the workdir pristine between builds
From: Quentin Schulz <quentin.schulz@...> It happened that the git repositories were dirty and resulted in incorrect files being used. Let's use git clean -ffdx to force a completely
From: Quentin Schulz <quentin.schulz@...> It happened that the git repositories were dirty and resulted in incorrect files being used. Let's use git clean -ffdx to force a completely
|
By
Quentin Schulz
· #58252
·
|
|
Create the patch for the linux kernel module
#dunfell
Hi Mahendra, The issue is that the path in your patch is incorrect, it should not have kernel-source/ in it, just remove it. Cheers, Quentin
Hi Mahendra, The issue is that the path in your patch is incorrect, it should not have kernel-source/ in it, just remove it. Cheers, Quentin
|
By
Quentin Schulz
· #57871
·
|
|
[PATCH yocto-autobuilder-helper 2/2] scripts/run-docs-build: do not checkout releases.rst from master anymore
Master branch of the yocto-docs now autogenerates the releases.rst file and the file therefore does not exist anymore. Signed-off-by: Quentin Schulz <foss+yocto@...> --- scripts/run-docs-build |
Master branch of the yocto-docs now autogenerates the releases.rst file and the file therefore does not exist anymore. Signed-off-by: Quentin Schulz <foss+yocto@...> --- scripts/run-docs-build |
|
By
Quentin Schulz
· #57567
·
|
|
[PATCH yocto-autobuilder-helper 1/2] scripts: run-docs-build: use latest version of set_versions.py script
From: Quentin Schulz <quentin.schulz@...> `git checkout <pathspec>` without <tree-ish> only undo the changes made to pathspec compared to HEAD. It is not guaranteed that HEAD is on l
From: Quentin Schulz <quentin.schulz@...> `git checkout <pathspec>` without <tree-ish> only undo the changes made to pathspec compared to HEAD. It is not guaranteed that HEAD is on l
|
By
Quentin Schulz
· #57566
·
|
|
[PATCH] auto-generate releases.rst
From: Quentin Schulz <quentin.schulz@...> In order to maintain one less file, let's auto-generate the releases.rst file which contains a link for each release ever released. This get
From: Quentin Schulz <quentin.schulz@...> In order to maintain one less file, let's auto-generate the releases.rst file which contains a link for each release ever released. This get
|
By
Quentin Schulz
· #57565
·
|
|
[PATCH yocto-autobuilder-helper] scripts: run-docs-build: do not extract eclipse directories from old docs
From: Quentin Schulz <quentin.schulz@...> For some reason, the old docs tarball includes many eclipse subdirectories which are just cluttering the docs website up. Therefore, let's j
From: Quentin Schulz <quentin.schulz@...> For some reason, the old docs tarball includes many eclipse subdirectories which are just cluttering the docs website up. Therefore, let's j
|
By
Quentin Schulz
· #57071
·
|
|
[PATCH yocto-autobuilder-helper v10] Add a banner on the old documentation docs.
Hi Amahnui, No need for a regex, just check the root string starts with "./3.1", that's enough. Your script will only run on the old docs which stops at 3.1.4. There are no other directories. You can
Hi Amahnui, No need for a regex, just check the root string starts with "./3.1", that's enough. Your script will only run on the old docs which stops at 3.1.4. There are no other directories. You can
|
By
Quentin Schulz
· #56900
·
|
|
[PATCH yocto-autobuilder-helper] Sourced warning banner scripts to $outputdir
Hi Amahnui, This will not apply because run-docs-build is in the scripts directory inside yocto-autobuilder-helper git repo. I'm wondering how you got this patch. Do you mind explaining how you create
Hi Amahnui, This will not apply because run-docs-build is in the scripts directory inside yocto-autobuilder-helper git repo. I'm wondering how you got this patch. Do you mind explaining how you create
|
By
Quentin Schulz
· #56843
·
|
|
[PATCH v6] Add a banner on the old documentation docs
Hi Amahnui, Please have those files inside scripts/ in yocto-autobuilder-helper git repo and send a patch following the contribution guidelines (yocto-autobuilder-helper in the tag part of the commit
Hi Amahnui, Please have those files inside scripts/ in yocto-autobuilder-helper git repo and send a patch following the contribution guidelines (yocto-autobuilder-helper in the tag part of the commit
|
By
Quentin Schulz
· #56841
·
|
|
[RFC PATCH yocto-autobuilder-helper 6/6] scripts: run-docs-build: reuse logic to link to latest tag
From: Quentin Schulz <quentin.schulz@...> Since the latest tag already has a specific handling in the forloop, let's just move the symlink creation inside the forloop. Cc: Quentin Sc
From: Quentin Schulz <quentin.schulz@...> Since the latest tag already has a specific handling in the forloop, let's just move the symlink creation inside the forloop. Cc: Quentin Sc
|
By
Quentin Schulz
· #56812
·
|
|
[RFC PATCH yocto-autobuilder-helper 5/6] scripts: run-docs-build: make latest documentation tag the default version
From: Quentin Schulz <quentin.schulz@...> Currently, the master branch is the default branch being displayed by default when reaching the Yocto docs website. When big changes are imp
From: Quentin Schulz <quentin.schulz@...> Currently, the master branch is the default branch being displayed by default when reaching the Yocto docs website. When big changes are imp
|
By
Quentin Schulz
· #56811
·
|
|
[PATCH yocto-autobuilder-helper 4/6] scripts: run-docs-build: use set_versions.py and switchers.js.in from master
From: Quentin Schulz <quentin.schulz@...> set_versions.py and switchers.js.in need to be up-to-date so that a consistent behavior is kept between different branches and tags of the d
From: Quentin Schulz <quentin.schulz@...> set_versions.py and switchers.js.in need to be up-to-date so that a consistent behavior is kept between different branches and tags of the d
|
By
Quentin Schulz
· #56810
·
|
|
[PATCH yocto-autobuilder-helper 3/6] scripts: run-docs-build: add option to skip upstream rsync
From: Quentin Schulz <quentin.schulz@...> The rsync only makes sense for the Autobuilder as most people don't have access to docs@.... Therefore, to allow for easie
From: Quentin Schulz <quentin.schulz@...> The rsync only makes sense for the Autobuilder as most people don't have access to docs@.... Therefore, to allow for easie
|
By
Quentin Schulz
· #56809
·
|
|
[PATCH yocto-autobuilder-helper 2/6] scripts: run-docs-build: allow to pass buildtools script and docbook tarball paths
From: Quentin Schulz <quentin.schulz@...> Currently, the path to buildtools script and docbook tarball are hardcoded to work on Yocto Project Autobuilder. However, this makes it hard
From: Quentin Schulz <quentin.schulz@...> Currently, the path to buildtools script and docbook tarball are hardcoded to work on Yocto Project Autobuilder. However, this makes it hard
|
By
Quentin Schulz
· #56808
·
|
|
[PATCH yocto-autobuilder-helper 1/6] scripts: run-docs-build: transform argument paths into absolute paths
From: Quentin Schulz <quentin.schulz@...> The script is written in such a way that absolute paths are expected. Instead of failing weirdly at some point in the script, let's just mak
From: Quentin Schulz <quentin.schulz@...> The script is written in such a way that absolute paths are expected. Instead of failing weirdly at some point in the script, let's just mak
|
By
Quentin Schulz
· #56807
·
|
|
[RFC PATCH] docs: update Bitbake objects.inv location for master branch
From: Quentin Schulz <quentin.schulz@...> master branch of Bitbake is now located at docs.yoctoproject.org/dev instead of docs.yoctoproject.org so let's update the switchers and set_
From: Quentin Schulz <quentin.schulz@...> master branch of Bitbake is now located at docs.yoctoproject.org/dev instead of docs.yoctoproject.org so let's update the switchers and set_
|
By
Quentin Schulz
· #56806
·
|