A part of input are coming from PR #7
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Priouzeau Christophe <christophe.priouzeau@st.com>
Rename wks file and use variable ${DISTRO} and ${MACHINE}
Input of this commit comr from Pull Request: #7
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
The current ST's .bbclass files do not really checks if
ENABLE_PARTITIONS_IMAGE and ENABLE_FLASHLAYOUT_CONFIG are unset.
This silently breaks third-party distributions that use
their own partitions layout and root directory structures.
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
WIC are supported only for disco and eval machine.
To enable it uncomment the preconized line on specific
machine.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
- clients: close unused keymap fd
This patch is already merged upstream and solves a crash during
suspend/resume.
- drm: fix race during system suspend
- Define recording sources in Pulseaudio,
for STM32MP1 eval and disco boards.
- Set headset microphone linked to audio codec as default
capture source on STM32MP1 eval and dk boards.
ALSA: change front devices configuration
ALSA: add default device for disco board
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
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>