Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I656b7b30a331fb414db98bfbd25f9870784b4e92
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
+Partial backport of
+https://sourceware.org/git/?p=elfutils.git;a=commit;h=17d7194d291bf91d130b78e06cbe27b290e0376d
+
+Helps fixing alignment errors e.g.
+linux-core-note.c:116:1: error: alignment 2 of 'struct m68k_prstatus
+' is less than 4 [-Werror=packed-not-aligned]
+ ;
+ ^
+
+Upstream-Status: Backport [https://sourceware.org/git/?p=elfutils.git;a=commit;h=17d7194d291bf91d130b78e06cbe27b290e0376d]
Reference: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=f67a0bae8bc22d227f73579b2bc780719bbdeb1b
Bug-AGL: SPEC-2806
Change-Id: Iaed60d6b5b353a67de969d42680195769ecace53
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Bug-AGL: SPEC-2786
Change-Id: I9f2d7be85a575bc6f4d051b96d78b88f48acc19f
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
When booting in arm64 kernel, the vc4 driver has error.
The errors are:
vc4-drm soc:gpu: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops [vc4]): -517
vc4-drm soc:gpu: master bind failed: -517
This is because the duplicate dtb of vc4-kms-v3d, which are overlays/vc4-kms-v3d-overlay.dtb and overlays/vc4-kms-v3d.dtbo.
So I remove overlays/vc4-kms-v3d-overlay.dtb and keep overlays/vc4-kms-v3d.dtbo, then the problem solved.
Change-Id: I15e22de95d8ea3e9ba4e0f48ba075051588984e3
Signed-off-by: Che-Hao Liu <genesisgardian@gmail.com>
|
|
This correctly close sockets.
This integrates the following fixes
* 248f6ea Fix client disconnection close
Bug-AGL: SPEC-2759
Change-Id: Ia37ead39c31081bf99ed63b2e90ff0fe0226c999
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
There fixes a bug with an inversion between info
and error in implementation of synchronous calls,
leading to bad detection of errors.
Includes:
* 0aeb8de Fix detection of error in call synchronous
Bug-AGL: SPEC-2697
Change-Id: I42f2e9872f363526a2378e07afa21664863fec3a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
New options are:
* -t|--topic : add a 'topic' to current setup (default: empty)
* -V|--version : display aglsetup version
The topic value can be any string and it is propagated to aglsetup.manifest,
which in turn is used by distro-build-manifest to put it in DIST_BUILD_TOPIC
variable in all build manifests (deploy dir, target image, sdk)
Using the --topic option to specify a unique identifier will help to provide a
common ID for all builds in the same "family" even if features and layers differ.
For this purpose, a topic could be:
* a gerrit review id + a patchset number
* a project name (git repo) + a Change-Id
* a random UUID
* ...
When run with -V or --version, aglsetup writes its version on stdout and sets
the variable AGLSETUP_VERSION then exits. As aglsetup can only be called by
being sourced, the AGLSETUP_VERSION variable is finally set in the caller
environment.
The version can be used for various purposes. The immediate goal is to detect
if --topic option is supported or not.
Bug-AGL: SPEC-2646
Cherry-picked-from: master (8cbd61a838bfa3f46f66b5641c27c0492ceba2d8)
Change-Id: I28184f6b922bac23cc0cdb6892acd36783d18f06
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
The build timestamp is added to build manifests deployed in target images and SDK.
Also, this patch adds a new option '-t|--timestamp' to distro-manifest-generator.sh
to let the recipe pass the same timestamp as the one used for the image suffix
(in Yocto 2.6/Thud, DATETIME is used). So DIST_BUILD_TS should have the same value
as the image version suffix.
Bug-AGL: SPEC-2649
Change-Id: I2a9d11b2ce59753bca31ebb8e82d46c224110d68
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
A missing empty line at the end of a feature's local template
file will lead to a ParseError error.
This patchset will automatically append a new line
at the end of the feature's local template file when
setting up AGL.
Bug-AGL: SPEC-2563
(cherry picked from commit 416600ed6dfd4462a3d8bea770e5fdf5e074ce2f)
Signed-off-by: Bechir Mghirbi <bechir.mghirbi@grammer.com>
Change-Id: Ica9decdb0bda182de7e25ace4fca6a9f6f7db5ff
|
|
Include changes:
* c53b1b3 uuid: Add module for UUID generation
* a445694 afb-evt: Refactor processing of broadcasted events
* 0371579 Tag broadcasted events with UUID and hop
* ad66a46 Fix bad memory access at client disconnection
Bug-AGL: SPEC-2625
Change-Id: I532c35b7eea15b6391bb68570601fa0d7477d89e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Enforce serialization of messages, makes event really asynchronous,
and enforce (un)subscribe in living request.
Include the following changes:
* 9194450 afb-evt: send events in separate job
* 034b0ab Revert "afb-stub-ws: Allow unordered process of messages"
* 328c4b5 (guppy-next) afb-xreq: Forbids (un)subscribes after reply
Bug-AGL: SPEC-2215
Bug-AGL: SPEC-2219
Bug-AGL: SPEC-2542
Bug-AGL: SPEC-2599
Change-Id: I84b2d1c46c13c1f18c2eb466284d2b4fc8fedc0b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
The download server is currently http only.
Add a fallback option to the MIRRORS in the distro configuration.
Change-Id: Ic5403d921463a4f6aea813a150950c0d023aa77d
Bug-AGL: SPEC-2604
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
(cherry picked from commit ea174a74a9e3325e07b6daa2f998b40f58981d56)
|
|
The maintainer of the xmlsec1 package has moved the source .tar.gz for
version 1.2.25 to a "old" directory, so add a bbappend to tweak the
recipe SRC_URI.
Bug-AGL: SPEC-2601
Change-Id: Ife33daad6d5a6e83567ef5e417a17bf35d82d79a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Bump the distro configuration for Grumpy Guppy v7.0.3
Change-Id: I850e5257a156ca550f1d342e4a55edb94de61918
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Add a new cmdline argument using option 'nbd.v3' that could be parsed by the initrd
script used for netboot.
Bug-AGL: SPEC-1423
Change-Id: I13dcd1c783811fd662e9f5090b3c49849e91e011
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Bug-AGL: SPEC-2486
Change-Id: Ic0cf9128d1630ede1af8024e3bd5258b7529b683
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
(cherry picked from commit cee71afc12c0b05f79ab1b934607682d1ed2762c)
|
|
* For RCAR BSP v3.15.0, we need to fix this patch
Bug-AGL: SPEC-2543
Change-Id: Iadf40e6bfe964c3881d411cbdaab956ce524bc76
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
- Due to RCAR BSP update to v3.19.
Bug-AGL: SPEC-2543
Change-Id: Iad52b6800c3a8edfc16fe2c7d255b6da71c936f6
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
- Due to RCAR BSP update to v3.19, we don't need this fix anymore.
Bug-AGL: SPEC-2543
Change-Id: Ic74675441f0265658422602bb05d7ed61d2cc774
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Bug-AGL: SPEC-2543
Change-Id: Ifa0c4af071115fdcd370b794436109b153fc3c6f
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
|
|
|
|
This is a backport from http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-devtools/m4?h=thud&id=95ca077ab871ceff46c2052f324f879a1d624ff4
Change-Id: I2c9cadda7df166d5949a69c005fbecb33c99c639
Bug-AGL: SPEC-2510
Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
|
|
Add qtaglextras to meta-agl-profile-graphical-qt5, and its
dependencies libhomescreen and agl-service-homescreen to
meta-agl-profile-graphical. This is required to fix building the
cluster demo SDK now that qtaglextras has been added to
packagegroup-qt5-toolchain-target. These changes are a partial
backport of the move of the contents of meta-hmi-framework in
master / Halibut.
Bug-AGL: SPEC-2484
Change-Id: I94493c65d2253ceb2204b34a8ad216910851a54b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
|
|
Bug-AGL: SPEC-2417
* cd33a17 - transmitter: Fix the alignment issue
Change-Id: I8ec1648d6b5ff599afeee5a64bdc64cfd7957825
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
|
|
|
|
|
|
Modify drm_get_dma_fd_from_view to get buffer stride.
* cd33a17 - transmitter: Fix the alignment issue
Bug-AGL: SPEC-2417
Change-Id: I5947bd2c07ce7a3f264c84de15b13bf5bb274e90
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
|
|
Bug-AGL: SPEC-2058
* 02708da - transmitter: Free the allocated memory
Bug-AGL: SPEC-2057
* 3f28f47 - transmitter: Correct error handling
* adf1ab2 - Add .gitignore
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
Change-Id: I9c35b896909d3799d3bc3e7af9c9f9ea951bc86e
|
|
|
|
This is required (not only) for CI use.
Bug-AGL: SPEC-2456
Change-Id: Ic00ff4945b71fa9cb2bced56ae08e04064a2cb4c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
We are now post-7.0.2.
Change-Id: Ia3b0bdc77ce481f0cb64b18eff9d938ebcbea03c
Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
|
|
Change the distro config for GG v7.0.2.
Change-Id: Ice7578b08ce821e75c8cf3c41d36ead0c887445b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
As the "controller" and "helper" aren't any more submodules
but in libraries, it is required to add the dependency
int he recipe.
Bug-AGL: SPEC-2139
Change-Id: I377113b733c30d9a51297155c695ae98f151fbed
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
f22ece1 Fix .deb packaging following review 21188
6a86970 Fix: wrong string length size used
bcd8dbb controller: fix broken link
dc2bdf6 devguides-book: needed for AGL documentation
e6d4a74 Add gitreview for guppy
0ed00b3 Add fixed gitreview
8c276ea Add the header files in the dev package
d4bd750 No bin package about now, only dev version
2fd0e00 Adds more details about the library migration
8f76233 Remove
useless magic number check
08a8d17 New installation instructions
680af25 Adding packaging files
Change-Id: If2ea6d0d560b8ec78e31d402dec7a7482a3c7768
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
And add the jq runtime dependency
f983fa9 Fix .deb packaging following review 21188
7b3a94b docs/usage: fix broken link
9c7d705 docs/usage: fix broken link
e199da8 afb-helpers-book: changing name of the section
3fefacc book.yml: needed for new doc workflow
89ca466 Add gitreview for guppy
8876fa0 Fix gitreview file
9bcc943 Set PROJECT_VERSION overwritable by cli
b7e6dbe Add functions reference documentation
2e36a74 Call the freeCB function a manual timer stop call
aba89b5 Little code cleaning.
a1976ff Adding packaging files
Change-Id: I90f8fcf015390c693d6cc947a5ace43ddb1283a4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Add entries for the mosquitto daemon to the static passwd and group
files to allow building it into images. Since there is not really a
mechanism for doing this in the telematics profile without a full
duplication of the files, adding it to the core version seems required
for now.
Change-Id: I50248a7d2b2a2ed5539ba002d9521c0e0fd14034
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 752c944f73e693333e902530b747d6d7259caf37)
|
|
We're now in the cycle towards 7.0.2 .
Code should be sumbitted before apr 28th.
Change-Id: I032f6a69061b707a4d7d0848a40b4ea4b8886eb1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
|
|
|
|
- this link does not exist anymore
Change-Id: I912a0396d890b8548d3d8388852c685ee17d2d2b
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
This patch adds the necessary CONFIG for booting the upsquare board.
The upsquare have an R8169 ethernet card and need it built-in for
the kernel DHCP autoconf to work.
The upsquare need some MFD_INTEL configs to boot.
The meta-intel miss some CONFIG necessary for LAVA and NBD to works.
Bug-AGL: SPEC-2075
Change-Id: I990732c78b53ac591dde83f4e372b420ea558fa7
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
|
|
|
|
This reverts commit d1c32af22309e23c6df43c18fc73db7ae0b94f87.
Change-Id: I5b0168f7746c60bdfc2f856e4ca7d193fa3cdb6e
|
|
For af-main:
* 598f374 Add ability to manage all widget/applications
For af-binder:
* 4789efd jobs: Ensure validy of event loop
* 75a6b9e Prevent false positive during check source
* bc8929b Fix false ***buffer overflow*** detection
* f878e80 afb-export: Fix heap corruption
Bug-AGL: SPEC-1850
Bug-AGL: SPEC-2272
Bug-AGL: SPEC-2292
Change-Id: If64eb30677d880c68d504765ed7d3b2744d8ffe0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Change-Id: I22ebbe22685bf0edfd7ba953ed2e76e6b7f5a60c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: Ie3e8400f10af5067b44478e98b2c4b99349b56f6
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
|
|
systemd match regex" into guppy
|
|
match regex
Match on can* versus only can0 for any canbus interfaces that are detected
and set to 500K (which is a common standard automotive baud rate).
Change-Id: I8fe00c3043a7fa1faf92506a6cc26bd692ef3aa0
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|