The xwayland are no more requested with next version.
For weston.ini, now the configuration are location on meta-st-openstlinux.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
When ccache is enabled the following error occurs, adding CCACHE_DISABLE = "1"
in the recipe avoid this.
| Host System...x86_64-pc-linux-gnu
| Build System...x86_64-pc-linux-gnu
| C compiler...ccache ccache gcc -isystem/src/build/tmp/work/x86_64-linux/openocd-stm32mp-native/0.10.0-release.AUTOINC+b5d2b1224f-r0/recipe-sysroot-native/usr/include -O2 -pipe
| C++ compiler...ccache ccache g++ -isystem/src/build/tmp/work/x86_64-linux/openocd-stm32mp-native/0.10.0-release.AUTOINC+b5d2b1224f-r0/recipe-sysroot-native/usr/include -O2 -pipe
| Build C compiler...ccache gcc
| Checking for stdlib.h...not found
| Error: Compiler does not work. See config.log
| Try: 'configure --help' for options
| configure: error: ./configure.gnu failed for jimtcl
| WARNING: exit code 1 from a shell command.
|
In addition, push some improvements to the recipe.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
In addition, to script adaptation following shellcheck
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Change-Id: I49d9f9a3ebfe7be2d1b8e77c8bf6a71751dbf228
issue detected with the server:
fatal: unable to access 'https://repo.or.cz/r/jimtcl.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Change-Id: I3e6f826b934df22deffde183ca9c40bc9c5edee0
To manage different kind of boot sequence, add a variable which
define the boot sequence to used.
When the parition teeh are flashed only 300 bits are writed and
it's not enought to overwrite the filesystem header of bootfs in
case of trusted boot.
Change-Id: I8b9e307689aff56e30b65e3d47626e3bf2e4e36f
Allow to export build info file to DEPLOYDIR.
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
Change-Id: I13801e67837f08faff3691dccdc6856905ac3b49
Now pyelfutils are available on openembedded-core since
3.1.1.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Change-Id: Iba0fdbca700970d66a7dc2f6bcbf3ca113eeb0ab
This is needed from upstream version bump on poky, commit hash
009735549b78196d9ccd9abf84a7b6c918fd6f77
Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io>
Change-Id: Iee1891b4b74f54c1e914105bb68be3f299189fbe
- Split properly between tf-a-stm32mp and tf-a-stm32mp-ssp.
- Remove use of PV_class-devupstream: no more needed since we avoid using
SRCPV inside default PV (this avoid also misalignment with PV when updated).
- Fix missing fragment files for linux-stm32mp when devupstream in use.
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
Change-Id: I57ed371c9eefce6dc31d816508e99c576a7db91a
Several updates integrated:
- removal of no more supported basic boot scheme
- removal of no more supported boot device (nor-nand and nor-emmc)
- rework of providers and machine features
- introduction of new board versions (a, c, d, f)
- update of extlinuxconf-stm32mp class to manage multiple board versions
- configure 'extlinux.conf' file to manage PARTUUID to select rootfs
partition
- new partition images management (easy to add or remove partition through
new PARTITIONS_CONFIG var
- specific configuration on machine side for all storage device supported
Change-Id: I7e4d3d16535a5654c7fd80f9b56296a61050def3
Setting ${SRCPV} in PR leads to expansion error when using externalsrc with
devtool. The ${SRCPV} expansion is only done when used in PV.
Change-Id: I7e30095b52e6e8f866a58c5beed838fdb96539c0