aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-10Fix compilation of nasm-native with newer gcc versionsguppyJan-Simon Möller2-0/+30
Backport of upstream change. http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-devtools?id=e3c76fd3db928fc487e86325df299f3f02ef369c This fixes a FTBS for nasm-native on guppy with gcc 8.2.x . Bug-AGL: SPEC-2806 Change-Id: I44716098f015fb6c707ed4db62a23111fab79001 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-09-10Post 7.0.4 change of distro configJan-Simon Möller1-2/+2
Change-Id: I6716fb59be1e664e595ef92a8c8f0d319d29ad7a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-09-09Bump configuration for Guppy 7.0.4guppy_7.0.4guppy/7.0.47.0.4Jan-Simon Möller1-1/+1
Change-Id: I656b7b30a331fb414db98bfbd25f9870784b4e92 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-09-08Fix build of elfutils with newer gccJan-Simon Möller2-0/+37
+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>
2019-09-06[RCAR] Update to BSP v3.21.0Ronan Le Martret1-2/+2
Bug-AGL: SPEC-2786 Change-Id: I9f2d7be85a575bc6f4d051b96d78b88f48acc19f Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2019-08-27Fix the Display problem on raspberrypi3 with 64 bits kernel.Che-Hao Liu1-1/+0
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>
2019-08-23af-binder: Fix client disconnection closeJosé Bollo1-1/+1
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>
2019-07-30af-binder: Fix error in synchronous callsJosé Bollo1-1/+1
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>
2019-07-23aglsetup: add -t|--topic and -V|--version optionsStephane Desneux3-12/+51
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>
2019-07-23distro-build-manifest: add DIST_BUILD_TS in all manifestsStephane Desneux2-6/+14
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>
2019-07-22Append a new empty line to features' local template file when setting up AGLBechir Mghirbi1-0/+1
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
2019-07-19af-binder: Fix circular broadcast of eventsJosé Bollo1-1/+1
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>
2019-07-12af-binder: Fix of subscribe issueguppy_7.0.3guppy/7.0.37.0.3José Bollo1-1/+1
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>
2019-07-07Change the AGL mirror setup following the server changeJan-Simon Möller1-11/+22
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)
2019-07-04xmlsec1: add bbappend to fix SRC_URIScott Murray1-0/+3
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>
2019-06-28Prepare 7.0.3 releaseJan-Simon Möller1-3/+3
Bump the distro configuration for Grumpy Guppy v7.0.3 Change-Id: I850e5257a156ca550f1d342e4a55edb94de61918 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-06-27Add support for nbd protocol v3Ronan Le Martret3-3/+18
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>
2019-06-27[RCAR] Remove unnecessary device tree fileHarunobu Kurokawa1-0/+20
Bug-AGL: SPEC-2486 Change-Id: Ic0cf9128d1630ede1af8024e3bd5258b7529b683 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> (cherry picked from commit cee71afc12c0b05f79ab1b934607682d1ed2762c)
2019-06-21[RCAR] Fix patch on kernel dtsRonan Le Martret1-8/+12
* 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>
2019-06-20[RCAR] Remove Fix on kernelRonan Le Martret2-149/+0
- 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>
2019-06-20[RCAR] Remove old fix on ubootRonan Le Martret2-102/+0
- 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>
2019-06-20[RCAR] Update RCAR BSP to v3.19.0Ronan Le Martret1-2/+2
Bug-AGL: SPEC-2543 Change-Id: Ifa0c4af071115fdcd370b794436109b153fc3c6f Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2019-06-11Merge "meta-agl-profile-graphical*: Add qtaglextras and dependencies" into guppyJan-Simon Moeller4-0/+84
2019-06-11Merge "Fix m4-native build with recent glibc versions" into guppyJan-Simon Moeller2-0/+132
2019-06-11Fix m4-native build with recent glibc versionsbuild.automotivelinux.org2-0/+132
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>
2019-06-06meta-agl-profile-graphical*: Add qtaglextras and dependenciesScott Murray4-0/+84
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>
2019-06-03Merge "Bump waltham-transmitter src revision." into guppyJan-Simon Moeller1-1/+1
2019-06-01Bump waltham-transmitter src revision.Naoko Tanibata1-1/+1
Bug-AGL: SPEC-2417 * cd33a17 - transmitter: Fix the alignment issue Change-Id: I8ec1648d6b5ff599afeee5a64bdc64cfd7957825 Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
2019-05-31Merge "meta-agl: Get stride from drm_get_dma_fd_from_view" into guppyJan-Simon Moeller2-0/+60
2019-05-31Merge "Bump waltham-transmitter src revision." into guppyJan-Simon Moeller1-1/+1
2019-05-31meta-agl: Get stride from drm_get_dma_fd_from_viewNaoko Tanibata2-0/+60
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>
2019-06-01Bump waltham-transmitter src revision.Naoko Tanibata1-1/+1
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
2019-05-27Merge "Ensure the rpi kernel includes the ethernet driver by default" into guppyJan-Simon Moeller2-0/+6
2019-05-24Ensure the rpi kernel includes the ethernet driver by defaultJan-Simon Möller2-0/+6
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>
2019-05-24Post-7.0.2 bump of distro config filebuild.automotivelinux.org1-2/+2
We are now post-7.0.2. Change-Id: Ia3b0bdc77ce481f0cb64b18eff9d938ebcbea03c Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
2019-05-04Cut 7.0.2 releaseguppy_7.0.2guppy/7.0.27.0.2Jan-Simon Möller1-3/+3
Change the distro config for GG v7.0.2. Change-Id: Ice7578b08ce821e75c8cf3c41d36ead0c887445b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-05-03agl-service-signal-composer: Library dependencyFrederic Marec1-1/+1
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>
2019-05-02Bump libappcontrollerRomain Forlot1-1/+1
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>
2019-05-02Bump libafb-helpersRomain Forlot1-2/+2
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>
2019-04-26meta-agl-profile-core: Add mosquitto to passwd / groupScott Murray2-0/+2
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)
2019-04-23Post-release bumpJan-Simon Möller1-2/+2
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>
2019-04-16Merge "meta-agl.md: remove link to meta-agl-extra" into guppyJan-Simon Moeller1-1/+1
2019-04-16Merge "meta-intel: Support the upsquare board" into guppyJan-Simon Moeller4-0/+16
2019-04-16meta-agl.md: remove link to meta-agl-extraClément Bénier1-1/+1
- this link does not exist anymore Change-Id: I912a0396d890b8548d3d8388852c685ee17d2d2b Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-15meta-intel: Support the upsquare boardCorentin Labbe4-0/+16
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>
2019-04-12Merge "Lock app revisions again before 7.0.1 re-spin" into guppyJan-Simon Moeller1-2/+2
2019-04-12Lock app revisions again before 7.0.1 re-spinguppy_7.0.1guppy/7.0.17.0.1Jan-Simon Moeller1-2/+2
This reverts commit d1c32af22309e23c6df43c18fc73db7ae0b94f87. Change-Id: I5b0168f7746c60bdfc2f856e4ca7d193fa3cdb6e
2019-04-11Application framework: bump and fixesJosé Bollo2-2/+2
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>
2019-04-11Unlock before re-spinJan-Simon Möller1-2/+2
Change-Id: I22ebbe22685bf0edfd7ba953ed2e76e6b7f5a60c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-04-08Meta AGL: Added files for AGL layers and meta-aglScott Rifenbark3-6/+174
Change-Id: Ie3e8400f10af5067b44478e98b2c4b99349b56f6 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>