Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

meta-raspberrypi: update to latest on rocko #193

Merged
merged 3 commits into from
Jul 27, 2018
Merged

Conversation

mirzak
Copy link
Contributor

@mirzak mirzak commented Jul 26, 2018

Fixes issues found during rocko testing, https://at.projects.genivi.org/wiki/display/GDP/GDP+Testing

@mirzak mirzak requested a review from gunnarx July 26, 2018 08:48
@mirzak mirzak changed the title meta-raspberrypi: meta-raspberrypi: update to HEAD on rocko eta-raspberrypi: update to HEAD on rocko Jul 26, 2018
@mirzak mirzak changed the title eta-raspberrypi: update to HEAD on rocko meta-raspberrypi: update to HEAD on rocko Jul 26, 2018
@mirzak
Copy link
Contributor Author

mirzak commented Jul 26, 2018

Hidden dependency in "rvi" on install applet. Exposed when coreutils where removed from target once we got rid of the -dev packages.

@mirzak
Copy link
Contributor Author

mirzak commented Jul 26, 2018

Submitted a pull-request to rvi_core as well, GENIVI/rvi_core#117

RUNDIR=${RVI_RUNDIR}
fi
- install -d --mode=0755 ${RUNDIR}
+ mkdir -p ${RUNDIR}
Copy link
Member

@gunnarx gunnarx Jul 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it need a chmod 755? (depends on what umask is active I guess - it's probably OK)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated with mkdir -m 755

mirzak added 3 commits July 27, 2018 14:06
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 <[email protected]>
GPU_MEM is not used by vc4graphics.

See commit for a more detailed description.

Signed-off-by: Mirza Krak <[email protected]>
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 <[email protected]>
@mirzak mirzak changed the title meta-raspberrypi: update to HEAD on rocko meta-raspberrypi: update to latest on rocko Jul 27, 2018
@gunnarx gunnarx merged commit 1eba69d into GENIVI:rocko Jul 27, 2018
@mirzak mirzak deleted the rocko branch July 27, 2018 14:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants