With Thud 2.6.2, some packages are not installed on sdk due to conflict
between provider. The package target-sdk-provides-dummy should not include
all the list: bash-dev and perl-dev generate the issue.
Note that these packages need to be present on SDK due to dependencies.
Change-Id: I5250fb8607d0cb6206b24290955b91d3f4fb74c0
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
- manage empty UBI volume for multivolume UBI
Add new parameter to allow to add empty UBI volume when creating the
multivolume UBI.
User just need to provide new volume name and size.
- clean temporary file to avoid issue while deploying to image
If we keep the temporary cfg file for empty UBI volume, we have an issue
when bitbake deploy artifacts to DEPLOYDIR_IMAGE when a different image
has been already built as files have the same name.
As we're using this cfg file as a temporary step for multi-volume cfg, we
can remove them instead of deploying them.
- manage extra_space on UBI volume for bad blocks management
Change-Id: If7ef9a66fb058cdaf0d77a22ca0be70fa05fca6f
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
Setting IMAGE_ROOTFS_SIZE to the same value as
IMAGE_ROOTFS_MAXSIZE requires IMAGE_OVERHEAD_FACTOR
to be 1 (it was the case) and IMAGE_ROOTFS_EXTRA_SPACE
to be 0 (it was missing).
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Instead of expecting FLASHLAYOUT_DEFAULT_SRC to be a fully qualified
path, search in BBPATCH for a matching file.
This way it is easier for 3rd party layers to use the mechanism.
Change-Id: I0bbcb52a3401e4fca2e75061719c4f1d9062bd67
There is a case that I bitbake my-image when INITRAMFS_IMAGE
is my-image-initramfs. In this case my-image is a substring
of my-image-initramfs, causing ST's flashlayout and partitions
classes accidentally skip adding their tasks.
This patch makes sure to use exact string match during variable
checks.
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
In case of Gcnano-userland-binary are used,
the KHR include are provided by this package and
there is a conflict with mesa-gl.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
A new patch is already present on thud branch which
correct the issue with usage bison on sdk:
nativesdk-bison: Add to nativesdk-packagegroup-sdk-host and set BISON_PKGDATADIR
SHA1 ID: 8aa27e4eb2f08281329ca1a1da421c6fc376bc8d
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Optee ask to have pycrypto as dependency which are provided
via meta-openembedded/meta-python layer.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
For supporting suspend/resume with wifi activate,
brcmfmac MUST be unbinding before each suspend.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>