Activity log for bug #1883111

Date Who What changed Old value New value Message
2020-06-11 13:48:48 Dave Jones bug added bug
2020-06-11 13:52:39 Dave Jones description Provides VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi. URL: https://github.com/raspberrypi/userland License: BSD-3-Clause Notes: Test builds of packages available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/userland/+packages Upstream does not explicitly version their API (hence the lack of version suffixes on the shared objects). Furthermore, the Raspbian package isn't *precisely* the same as this one; it includes the closed-source vcdbg utility (which for obvious reasons we cannot include here). The intention is to include this package by default in the Raspberry Pi images (and thus in main), and to SRU to Focal; please review accordingly. Provides VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi. URL: https://github.com/raspberrypi/userland License: BSD-3-Clause Notes: Test builds of packages available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/userland/+packages built from the "debian" branch of https://github.com/waveform80/userland Upstream does not explicitly version their API (hence the lack of version suffixes on the shared objects). Furthermore, the Raspbian package isn't *precisely* the same as this one; it includes the closed-source vcdbg utility (which for obvious reasons we cannot include here). The intention is to include this package by default in the Raspberry Pi images (and thus in main), and to SRU to Focal; please review accordingly.
2020-06-11 13:52:47 Dave Jones tags needs-packaging
2020-06-11 23:55:04 Brian Murray ubuntu: importance Undecided Wishlist
2020-06-12 12:54:32 Francis Ginther tags needs-packaging id-5ee23768a092115ab5119c7f needs-packaging
2020-07-30 08:57:42 Aurimas Fišeras bug added subscriber Aurimas Fišeras
2020-08-07 23:02:18 hujq bug added subscriber Hu JQ
2020-08-12 01:25:13 andrum99 bug added subscriber andrum99
2020-08-19 14:07:59 Dave Jones ubuntu: status New Fix Released
2020-08-27 16:27:13 Łukasz Zemczak bug task added raspberrypi-userland (Ubuntu)
2020-08-27 16:27:20 Łukasz Zemczak nominated for series Ubuntu Focal
2020-08-27 16:27:20 Łukasz Zemczak bug task added raspberrypi-userland (Ubuntu Focal)
2020-08-27 16:27:20 Łukasz Zemczak bug task added Ubuntu Focal
2020-08-27 16:27:28 Łukasz Zemczak raspberrypi-userland (Ubuntu): status New Fix Released
2020-08-27 16:31:32 Łukasz Zemczak description Provides VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi. URL: https://github.com/raspberrypi/userland License: BSD-3-Clause Notes: Test builds of packages available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/userland/+packages built from the "debian" branch of https://github.com/waveform80/userland Upstream does not explicitly version their API (hence the lack of version suffixes on the shared objects). Furthermore, the Raspbian package isn't *precisely* the same as this one; it includes the closed-source vcdbg utility (which for obvious reasons we cannot include here). The intention is to include this package by default in the Raspberry Pi images (and thus in main), and to SRU to Focal; please review accordingly. [Impact] As part of our HWE efforts for the Raspberry Pi, we need the latest VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi for focal as well. [Test Case] TODO [Regression Potential] Can't think of anything really. It's a new package that currently will not be installed by default on any device. We plan to preinstall it at one point, but then additional testing will be done by certification. Right now it's just a set of libraries and utilities that should not be harmful in any way. [Original Description] Provides VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi. URL: https://github.com/raspberrypi/userland License: BSD-3-Clause Notes: Test builds of packages available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/userland/+packages built from the "debian" branch of https://github.com/waveform80/userland Upstream does not explicitly version their API (hence the lack of version suffixes on the shared objects). Furthermore, the Raspbian package isn't *precisely* the same as this one; it includes the closed-source vcdbg utility (which for obvious reasons we cannot include here). The intention is to include this package by default in the Raspberry Pi images (and thus in main), and to SRU to Focal; please review accordingly.
2020-08-27 16:44:11 Dave Jones description [Impact] As part of our HWE efforts for the Raspberry Pi, we need the latest VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi for focal as well. [Test Case] TODO [Regression Potential] Can't think of anything really. It's a new package that currently will not be installed by default on any device. We plan to preinstall it at one point, but then additional testing will be done by certification. Right now it's just a set of libraries and utilities that should not be harmful in any way. [Original Description] Provides VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi. URL: https://github.com/raspberrypi/userland License: BSD-3-Clause Notes: Test builds of packages available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/userland/+packages built from the "debian" branch of https://github.com/waveform80/userland Upstream does not explicitly version their API (hence the lack of version suffixes on the shared objects). Furthermore, the Raspbian package isn't *precisely* the same as this one; it includes the closed-source vcdbg utility (which for obvious reasons we cannot include here). The intention is to include this package by default in the Raspberry Pi images (and thus in main), and to SRU to Focal; please review accordingly. [Impact] As part of our HWE efforts for the Raspberry Pi, we need the latest VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi for focal as well. [Test Case] * Install libraspberrypi-bin package * Add "start_x=1" and "gpu_mem=128" to /boot/firmware/config.txt (note: must be config.txt and not one of the included files like syscfg.txt) * "sudo reboot" to load camera-enabled firmware and enable new udev rules * Run "vcgencmd commands" as the normal user and ensure it outputs a list of commands * Run "vcgencmd measure_temp" and ensure it outputs a valid temperature (e.g. typically in the region of 60C for an idle Pi4, lower for earlier models) * Run "vcgencmd get_camera" as the normal user and ensure it outputs "supported=1 detected=0" * If you have a camera module available, shut down the pi, install the camera module (see https://picamera.readthedocs.io/en/release-1.13/quickstart.html for details), then boot it again * Run "vcgencmd get_camera" as the normal user and ensure it outputs "supported=1 detected=1" * Run "raspivid -t 0" and check the camera's view is displayed on the screen (Ctrl-C to exit) Repeat for both armhf and arm64. [Regression Potential] Can't think of anything really. It's a new package that currently will not be installed by default on any device. We plan to preinstall it at one point, but then additional testing will be done by certification. Right now it's just a set of libraries and utilities that should not be harmful in any way. [Original Description] Provides VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi. URL: https://github.com/raspberrypi/userland License: BSD-3-Clause Notes: Test builds of packages available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/userland/+packages built from the "debian" branch of https://github.com/waveform80/userland Upstream does not explicitly version their API (hence the lack of version suffixes on the shared objects). Furthermore, the Raspbian package isn't *precisely* the same as this one; it includes the closed-source vcdbg utility (which for obvious reasons we cannot include here). The intention is to include this package by default in the Raspberry Pi images (and thus in main), and to SRU to Focal; please review accordingly.
2020-08-28 21:07:36 Launchpad Janitor Ubuntu Focal: status New Confirmed
2020-08-28 21:07:36 Launchpad Janitor raspberrypi-userland (Ubuntu Focal): status New Confirmed
2021-01-12 16:54:28 Łukasz Zemczak description [Impact] As part of our HWE efforts for the Raspberry Pi, we need the latest VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi for focal as well. [Test Case] * Install libraspberrypi-bin package * Add "start_x=1" and "gpu_mem=128" to /boot/firmware/config.txt (note: must be config.txt and not one of the included files like syscfg.txt) * "sudo reboot" to load camera-enabled firmware and enable new udev rules * Run "vcgencmd commands" as the normal user and ensure it outputs a list of commands * Run "vcgencmd measure_temp" and ensure it outputs a valid temperature (e.g. typically in the region of 60C for an idle Pi4, lower for earlier models) * Run "vcgencmd get_camera" as the normal user and ensure it outputs "supported=1 detected=0" * If you have a camera module available, shut down the pi, install the camera module (see https://picamera.readthedocs.io/en/release-1.13/quickstart.html for details), then boot it again * Run "vcgencmd get_camera" as the normal user and ensure it outputs "supported=1 detected=1" * Run "raspivid -t 0" and check the camera's view is displayed on the screen (Ctrl-C to exit) Repeat for both armhf and arm64. [Regression Potential] Can't think of anything really. It's a new package that currently will not be installed by default on any device. We plan to preinstall it at one point, but then additional testing will be done by certification. Right now it's just a set of libraries and utilities that should not be harmful in any way. [Original Description] Provides VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi. URL: https://github.com/raspberrypi/userland License: BSD-3-Clause Notes: Test builds of packages available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/userland/+packages built from the "debian" branch of https://github.com/waveform80/userland Upstream does not explicitly version their API (hence the lack of version suffixes on the shared objects). Furthermore, the Raspbian package isn't *precisely* the same as this one; it includes the closed-source vcdbg utility (which for obvious reasons we cannot include here). The intention is to include this package by default in the Raspberry Pi images (and thus in main), and to SRU to Focal; please review accordingly. [Impact] As part of our HWE efforts for the Raspberry Pi, we need the latest VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi for focal as well. For groovy, we want to pull in the latest fixes/improvements, so that the focal backport has the package in its best state. For this purpose we'll be re-using this bug and the same test case. [Test Case] * Install libraspberrypi-bin package * Add "start_x=1" and "gpu_mem=128" to /boot/firmware/config.txt (note: must be config.txt and not one of the included files like syscfg.txt) * "sudo reboot" to load camera-enabled firmware and enable new udev rules * Run "vcgencmd commands" as the normal user and ensure it outputs a list of commands * Run "vcgencmd measure_temp" and ensure it outputs a valid temperature (e.g. typically in the region of 60C for an idle Pi4, lower for earlier models) * Run "vcgencmd get_camera" as the normal user and ensure it outputs "supported=1 detected=0" * If you have a camera module available, shut down the pi, install the camera module (see https://picamera.readthedocs.io/en/release-1.13/quickstart.html for details), then boot it again * Run "vcgencmd get_camera" as the normal user and ensure it outputs "supported=1 detected=1" * Run "raspivid -t 0" and check the camera's view is displayed on the screen (Ctrl-C to exit) Repeat for both armhf and arm64. [Regression Potential] Can't think of anything really. It's a new package that currently will not be installed by default on any device. We plan to preinstall it at one point, but then additional testing will be done by certification. Right now it's just a set of libraries and utilities that should not be harmful in any way. [Original Description] Provides VC (GPU) and camera-related libraries (and utilities) on the Raspberry Pi. URL: https://github.com/raspberrypi/userland License: BSD-3-Clause Notes: Test builds of packages available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/userland/+packages built from the "debian" branch of https://github.com/waveform80/userland Upstream does not explicitly version their API (hence the lack of version suffixes on the shared objects). Furthermore, the Raspbian package isn't *precisely* the same as this one; it includes the closed-source vcdbg utility (which for obvious reasons we cannot include here). The intention is to include this package by default in the Raspberry Pi images (and thus in main), and to SRU to Focal; please review accordingly.
2021-01-13 18:29:55 Brian Murray raspberrypi-userland (Ubuntu Groovy): status New Fix Committed
2021-01-13 18:29:58 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2021-01-13 18:30:00 Brian Murray bug added subscriber SRU Verification
2021-01-13 18:30:05 Brian Murray tags id-5ee23768a092115ab5119c7f needs-packaging id-5ee23768a092115ab5119c7f needs-packaging verification-needed verification-needed-groovy
2021-01-14 09:16:44 Łukasz Zemczak raspberrypi-userland (Ubuntu Focal): status Confirmed Fix Committed
2021-01-14 09:16:50 Łukasz Zemczak tags id-5ee23768a092115ab5119c7f needs-packaging verification-needed verification-needed-groovy id-5ee23768a092115ab5119c7f needs-packaging verification-needed verification-needed-focal verification-needed-groovy
2021-01-28 16:52:27 Launchpad Janitor raspberrypi-userland (Ubuntu Groovy): status Fix Committed Fix Released
2021-01-28 16:52:42 Launchpad Janitor raspberrypi-userland (Ubuntu Focal): status Fix Committed Fix Released