Skip to content

Commit d2fe8bf

Browse files
authored
Merge branch 'master' into filter-none
2 parents a805ce1 + a3b23e5 commit d2fe8bf

File tree

39 files changed

+24
-111
lines changed

39 files changed

+24
-111
lines changed

.github/actions/docker-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
n=1
3333
until [ "$n" -gt "$tries" ]; do
3434
echo "Building the docker image ${{ inputs.docker_image }}-${{ inputs.id }}... try $n..."
35-
if docker build . -f "${{ inputs.docker_image }}/Dockerfile" -t "${{ inputs.docker_image }}-${{ inputs.id }}"; then
35+
if docker build --no-cache . -f "${{ inputs.docker_image }}/Dockerfile" -t "${{ inputs.docker_image }}-${{ inputs.id }}"; then
3636
# This can fail if a dangling images cleaning job runs in
3737
# parallel. So we try this a couple of times to minimize
3838
# conflict. This is because while building, docker creates a

.github/workflows/docker-images/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ passing the appropriate `-f` argument.
1717
Here is an example for building the `dco-check` image:
1818

1919
```
20-
docker build . -f dco-check/Dockerfile -t dco-check
20+
docker build --no-cache . -f dco-check/Dockerfile -t dco-check
2121
```

conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "raspberrypi"
99
BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
1010
BBFILE_PRIORITY_raspberrypi = "9"
1111

12-
LAYERSERIES_COMPAT_raspberrypi = "styhead walnascar"
12+
LAYERSERIES_COMPAT_raspberrypi = "whinlatter"
1313
LAYERDEPENDS_raspberrypi = "core"
1414

1515
# Additional license directories.

conf/machine/include/rpi-base.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
5151
overlays/iqaudio-dacplus.dtbo \
5252
overlays/mcp2515-can0.dtbo \
5353
overlays/mcp2515-can1.dtbo \
54+
overlays/seeed-can-fd-hat-v2.dtbo \
5455
overlays/mcp3008.dtbo \
5556
overlays/miniuart-bt.dtbo \
5657
overlays/pitft22.dtbo \

docs/extra-build-config.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,12 @@ Tested modules:
354354
* WaveShare RS485 CAN HAT (8 MHz or 12 MHz crystal): <https://www.waveshare.com/rs485-can-hat.htm>
355355
* PiCAN2 Duo (16 MHz crystal): <http://skpang.co.uk/catalog/pican2-duo-canbus-board-for-raspberry-pi-23-p-1480.html>
356356

357+
To enable the 2-Channel CAN-BUS(FD) Shield (MCP2518FD), set:
358+
359+
ENABLE_DUAL_CAN_SEED_FD_HAT_V2 = "1"
360+
361+
* Seed Studio (2-Channel CAN-BUS(FD) Shield): <https://wiki.seeedstudio.com/2-Channel-CAN-BUS-FD-Shield-for-Raspberry-Pi/>
362+
357363
## Enable infrared
358364

359365
Users who want to enable infrared support, for example for using LIRC (Linux

dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ SRC_URI = "\
1515
PV = "1.4.2+git${SRCPV}"
1616
SRCREV = "9ae39f85ae6bee9761c36b9b5b80d675bc1fa369"
1717

18-
S = "${WORKDIR}/git"
19-
2018
DEPENDS = "libcamera libexif jpeg tiff libpng boost"
2119

2220
PACKAGECONFIG ??= "drm"

dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/rpidistro-vlc_3.0.17.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ SRC_URI = "\
3232

3333
SRCREV = "b276eb0d7bc3213363e97dbb681ef7c927be6c73"
3434

35-
S = "${WORKDIR}/git"
36-
3735
PROVIDES = "vlc"
3836
RPROVIDES:${PN} = "${PROVIDES}"
3937
DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native \

dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=660e614bc7efb0697cc793d8a22a55c2"
66
SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git;branch=main;protocol=https"
77
SRCREV = "dc688f354fe779c9267c208b99f310af87e79272"
88

9-
S = "${WORKDIR}/git"
10-
119
inherit setuptools3
1210

1311
DEPENDS += "python3-setuptools-scm-native"

dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e"
66
SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git;branch=main;protocol=https"
77
SRCREV = "1bfe8005293205e2f7b2cc498ab5a946f1133b40"
88

9-
S = "${WORKDIR}/git"
10-
119
inherit setuptools3
1210

1311
DEPENDS += "python3-setuptools-scm-native"

dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b72678307cc7c10910b5ef460216af07"
66
SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Motor.git;branch=main;protocol=https"
77
SRCREV = "2251bfc0501d0acfb96c0a43f4f2b4c6a10ca14e"
88

9-
S = "${WORKDIR}/git"
10-
119
inherit setuptools3
1210

1311
DEPENDS += "python3-setuptools-scm-native"

0 commit comments

Comments
 (0)