This repository was archived by the owner on Oct 26, 2021. It is now read-only.
meta-raspberrypi: update to latest on rocko#193
Merged
gunnarx merged 3 commits intoGENIVI:rockofrom Jul 27, 2018
Merged
Conversation
Contributor
Author
|
Hidden dependency in "rvi" on |
Contributor
Author
|
Submitted a pull-request to rvi_core as well, GENIVI/rvi_core#117 |
gunnarx
approved these changes
Jul 27, 2018
gunnarx
reviewed
Jul 27, 2018
| RUNDIR=${RVI_RUNDIR} | ||
| fi | ||
| - install -d --mode=0755 ${RUNDIR} | ||
| + mkdir -p ${RUNDIR} |
Member
There was a problem hiding this comment.
Does it need a chmod 755? (depends on what umask is active I guess - it's probably OK)
Contributor
Author
There was a problem hiding this comment.
Updated with mkdir -m 755
9e08912 linux-raspberrypi: update 4.9 recipe to current HEAD 4bbb925 Revert "weston: remove rpi-backend configuration switch" 7e53b1c layer-contents.md: Update documentation 79bf721 rpi-base.inc: Add Raspberry Pi 3B+ dtb cc32907 firmware: Update to 20180313 0bb2038 linux-raspberrypi: Update 4.9 recipe to current HEAD d594ecb rpi-base.inc: set default wic kickstart file bc85503 linux-firmware: fix addition of NVRAM file to image (fixes GENIVI#184) a2d98d9 linux-firmware: make rpi fw specific to rpi 2be59f2 linux-firmware: Replace /lib with ${nonarch_base_libdir} b23820b firmware: Use snapshots from master again aee32ad firmware: Update to recent commit 6de99b9 linux-raspberrypi: Update to v4.9.80 edd2998 rpi-config: fix config variables with the same initial name being overwritten 6fb15a9 linux-raspberrypi: Update 4.9 recipe to 4.9.77 0ef0abc docs: Do not force alabaster theme a8108a6 readme: Update quick links 0e5a19d linux-raspberrypi: Update to 4.9.65 20358ec sdimage-raspberrypi.wks: find /boot partition on mmcblk0 The most significant changes from above are: 9e08912 linux-raspberrypi: update 4.9 recipe to current HEAD 4bbb925 Revert "weston: remove rpi-backend configuration switch" Which resolve problem with GPU running OOM and fixes kernel warning related to vc4graphics runtime suspend. Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
GPU_MEM is not used by vc4graphics. See commit for a more detailed description. Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
Use mkdir instead, otherwise we must install the full fledged coreutils package and seems a a overkill to do that for a single usage in a script. The busybox version of "install" does not work because options are used that are only present on the coreutils version of "install" Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes issues found during rocko testing, https://at.projects.genivi.org/wiki/display/GDP/GDP+Testing