Christophe Priouzeau
13e1dfd7a3
FLASHLAYOUTS: v1.1.0 updates
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-10-09 11:22:56 +02:00
Christophe Priouzeau
947a77ca93
MACHINE: v1.1.0 updates
...
- fix typo issue for comment on Vivante libraries
- force virtual/bootloader to u-boot-stm32mp
2019-10-09 11:21:37 +02:00
Lionel VITTE
7f3cfc86ae
Baremetal GCC: improve generated package to avoid QA issues
...
Change-Id: I36472784a5462bab20826e2a4808d3800e60cbcf
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/meta-st/+/135644
Reviewed-by: CITOOLS <smet-aci-reviews@lists.codex.cro.st.com>
Reviewed-by: CIBUILD <smet-aci-builds@lists.codex.cro.st.com>
Reviewed-by: Lionel VITTE <lionel.vitte@st.com>
Reviewed-by: Romuald JEANNE <romuald.jeanne@st.com>
Tested-by: Lionel VITTE <lionel.vitte@st.com>
2019-10-09 11:08:52 +02:00
Romuald JEANNE
2e06344e57
TARGET-SDK-PROVIDES-DUMMY: correct none presence of package
...
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>
2019-10-09 11:08:38 +02:00
Romuald JEANNE
5f1dad69fd
GCNANO-USERLAND-BINARY: update to GPU DV 6.2.4.p4
...
Change-Id: Icc16c29d83bec0fa46a4da5e2ed3ed5d5c39646a
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
2019-10-09 10:59:00 +02:00
Romuald JEANNE
e28176a688
GCNANO-DRIVER-STM32MP: update to GPU DV 6.2.4.p4
...
Change-Id: Ibfb508cc0bee5ad4946355f527ca411d81c0c4c0
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
2019-10-09 10:58:48 +02:00
Romuald JEANNE
b3b820cb47
CLASSES: fix MENU BACKGROUND image path for extlinux.conf file
...
Change-Id: I5c029fcda1ebddd7fe18972902f308de7568ce9f
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
2019-10-09 10:58:38 +02:00
Romuald JEANNE
8b4fbbadbc
CLASSES: IMAGE_TYPES-STUBI: set empty UBI volume and fix
...
- 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>
2019-10-09 10:58:31 +02:00
Oliver Stäbler
e17ba2e4bc
MACHINE: Move LOADADDR into include
...
Move the setting of the default LOADADDR into an include instead of
setting this in each machine.
2019-10-09 10:56:36 +02:00
José Bollo
d44649a87c
CONF: Set IMAGE_ROOTFS_EXTRA_SPACE were needed
...
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>
2019-10-09 10:56:08 +02:00
Oliver Stäbler
e6ef8f0693
CLASSES: flashlayout: Find layout file in BBPATH
...
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
2019-10-09 10:54:55 +02:00
Bumsik Kim
256eae27d9
partitions & flashlayout: Prevent accident substring match
...
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>
2019-10-09 10:54:24 +02:00
Christophe Priouzeau
7d3d03fc48
Usage of weston-conf package for weston.ini
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-05-17 15:45:10 +02:00
Christophe Priouzeau
e7197a0377
README: Correct email address of maintainer
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-05-03 09:24:57 +02:00
Christophe Priouzeau
892d575069
FLASHLAYOUT EXAMPLES: remove '-'
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-05-02 11:06:25 +02:00
Christophe Priouzeau
1ec3bb66ba
SYSTEMD-CONF: put watchdog configuration under switch
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-05-02 11:05:34 +02:00
Christophe Priouzeau
e07b4287ed
SDCARD-RAW-TOOLS: add specific gtp code for system partitions
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-05-02 11:04:46 +02:00
Christophe Priouzeau
63c2fbdc19
mesa: remove header provided by other package
...
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>
2019-05-02 11:03:14 +02:00
Christophe Priouzeau
81761d5b75
CONF: add watchdog MACHINE_FEATURES
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-05-02 10:57:17 +02:00
Christophe Priouzeau
e34bff682c
CONF: add warrior compatibility
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-04-23 14:02:15 +02:00
christophe montaud
7371f14c6e
FLASHLAYOUT: Fix to be able to flash nor+nand
2019-04-16 10:04:14 +02:00
christophe montaud
e392566017
MACHINE: Update for config with no distro when we are using ST envsetup.sh
2019-04-16 10:04:09 +02:00
Christophe Priouzeau
df5efc60c4
README: update readme
...
Information updated:
- layers dependencies
- EULA
- contribution
- maintainers
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-03-13 11:04:54 +01:00
Christophe Priouzeau
11c00b65f9
CONF: add more layer dependencies
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-03-13 11:04:38 +01:00
Christophe Priouzeau
a0fa2e0648
BISON: remove unnecessary patch
...
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>
2019-03-13 11:04:22 +01:00
Christophe Priouzeau
516e0d61e3
FSTYPES: use the shorthand operator
...
Coming from github pull-request: #1
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-03-13 11:04:02 +01:00
Bernard PUEL
dcc955d699
SDK and recipes update
...
README improvments
Change-Id: Ib1f1a70f63e57b34f9db27bd7ed31cbd4e552df9
2019-02-08 14:46:28 +01:00
Christophe Priouzeau
170847c448
LAYER: add layer dependency for optee
...
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>
2019-02-07 13:39:35 +01:00
Christophe Priouzeau
734d81079f
ALSA-STATE: remove specific configuration by board
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-07 13:38:28 +01:00
Christophe Priouzeau
d12a1e69d1
FIRMWARE: remove unnecessary install append
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-07 13:38:04 +01:00
Christophe Priouzeau
d67ae64de1
KERNEL: change appned by += for devupstream support
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-07 12:37:03 +01:00
Bernard PUEL
411a5a1326
openstlinux-4.19-thud-mp1-19-02-20 release
2019-02-05 11:54:23 +01:00
Christophe Priouzeau
9c3a9403c6
Add linux examples
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:25:39 +01:00
Christophe Priouzeau
a2f806d40b
Add GPU userland libraries
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:25:39 +01:00
Christophe Priouzeau
8421ad5825
Add GPU kernel driver
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:25:39 +01:00
Christophe Priouzeau
a786e11150
MACHINE: add eval and disco machine
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:25:39 +01:00
Christophe Priouzeau
d3279a434f
Add specific images
...
bootfs: kernel + devicetree + extlinux.conf
userfs: ST examples and demontrator
vendorfs: thirdparty contents
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:25:39 +01:00
Christophe Priouzeau
b5da8461bb
Add support of coredump with CM4
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:25:39 +01:00
Christophe Priouzeau
02fce41bed
Add M4 example
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:25:34 +01:00
Christophe Priouzeau
b848fd8712
Add Baremetal GCC gcc-arm-none-eabi-7
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
9d73990e39
BASE: add fstab
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
9bd86c65c7
WIFI: systemd: add suspend/resume service
...
For supporting suspend/resume with wifi activate,
brcmfmac MUST be unbinding before each suspend.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
0e99b96fa6
WESTON: add weston.ini
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
0bddd1fa2c
Weston: configuration for DRM/KMS for stm32mp machine
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
26cbec3723
PULSEAUDIO: add support for stm32mp machine
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
5f067c84d8
FIRMWARE: Update Murata firmware
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
2ceba5ca27
FIRMWARE: add firwmare for BCM4343
...
Firmware for combo wifi/bluetooth
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
df69f92afa
LIBDRM: remove etnaviv-experimental-api support
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
bcd8ef05fb
SDCARD: script to create raw image with flashlayout help
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:32 +01:00
Christophe Priouzeau
7e6e8d6eb6
openocd: support of stm32mp machine
...
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
2019-02-05 11:22:31 +01:00