-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into python3-picamera2
- Loading branch information
Showing
68 changed files
with
25,437 additions
and
69,247 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
version: 2 | ||
|
||
sphinx: | ||
configuration: docs/conf.py | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
How to Report a Potential Vulnerability? | ||
======================================== | ||
|
||
If you would like to report a public issue (for example, one with a released | ||
CVE number), please report it via GitHub issues: | ||
|
||
https://github.com/agherzan/meta-raspberrypi/issues/new/choose | ||
|
||
If you are dealing with a not-yet released or urgent issue, please send a | ||
message to one of the maintainers listed in the [README.md](https://github.com/agherzan/meta-raspberrypi/blob/master/README.md). Include as many | ||
details as possible: | ||
- the layer or software module affected | ||
- the recipe and its version | ||
- any example code, if available | ||
|
||
Branches maintained with security fixes | ||
--------------------------------------- | ||
|
||
See https://wiki.yoctoproject.org/wiki/Releases for the list of current | ||
releases. We only accept patches for the LTS releases and the master branch. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# RaspberryPi BSP default versions | ||
|
||
PREFERRED_VERSION_linux-raspberrypi ??= "6.1.%" | ||
PREFERRED_VERSION_linux-raspberrypi ??= "6.6.%" | ||
PREFERRED_VERSION_linux-raspberrypi-v7 ??= "${PREFERRED_VERSION_linux-raspberrypi}" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
#@TYPE: Machine | ||
#@NAME: RaspberryPi 5 Development Board (64bit) | ||
#@DESCRIPTION: Machine configuration for the RaspberryPi 5 in 64 bits mode | ||
|
||
require conf/machine/include/arm/armv8-2a/tune-cortexa76.inc | ||
include conf/machine/include/rpi-base.inc | ||
|
||
MACHINE_FEATURES += "pci" | ||
MACHINE_EXTRA_RRECOMMENDS += "\ | ||
linux-firmware-rpidistro-bcm43455 \ | ||
bluez-firmware-rpidistro-bcm4345c0-hcd \ | ||
linux-firmware-rpidistro-bcm43456 \ | ||
bluez-firmware-rpidistro-bcm4345c5-hcd \ | ||
" | ||
|
||
RPI_KERNEL_DEVICETREE = " \ | ||
broadcom/bcm2712-rpi-5-b.dtb \ | ||
broadcom/bcm2712-rpi-cm5-cm5io.dtb \ | ||
broadcom/bcm2712-rpi-cm5-cm4io.dtb \ | ||
broadcom/bcm2712-rpi-cm5l-cm5io.dtb \ | ||
broadcom/bcm2712-rpi-cm5l-cm4io.dtb \ | ||
" | ||
|
||
SDIMG_KERNELIMAGE ?= "kernel_2712.img" | ||
SERIAL_CONSOLES ?= "115200;ttyAMA10" | ||
|
||
VC4DTBO ?= "vc4-kms-v3d" | ||
|
||
# When u-boot is enabled we need to use the "Image" format and the "booti" | ||
# command to load the kernel | ||
KERNEL_IMAGETYPE_UBOOT ?= "Image" | ||
# "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet | ||
KERNEL_IMAGETYPE_DIRECT ?= "Image" | ||
KERNEL_BOOTCMD ?= "booti" | ||
|
||
UBOOT_MACHINE = "rpi_arm64_config" |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 738f530829fb5ee37d74191d34f75d72921284ca Mon Sep 17 00:00:00 2001 | ||
From bbc1ea3e4119c665723cfd1c5a364bc8c7cbb464 Mon Sep 17 00:00:00 2001 | ||
From: Martin Jansa <[email protected]> | ||
Date: Thu, 4 May 2023 18:07:16 +0000 | ||
Subject: [PATCH] utils/version.py: use /usr/bin/env in shebang | ||
|
@@ -31,12 +31,12 @@ Upstream-Status: Pending | |
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/utils/version.py b/utils/version.py | ||
index fc2d431..1400eed 100755 | ||
index 48d7e05..4a5e35c 100755 | ||
--- a/utils/version.py | ||
+++ b/utils/version.py | ||
@@ -1,4 +1,4 @@ | ||
-#!/usr/bin/python3 | ||
+#!/usr/bin/env python3 | ||
|
||
# Copyright (C) 2021, Raspberry Pi (Trading) Limited | ||
# Generate version information for libcamera-apps | ||
# Generate version information for rpicam-apps |
Oops, something went wrong.