Commit 4cd04e6
arduino-uno-q: install USB gadget scripts unconditionally in BSP
The BSP package is built once per board+branch and cached across all
distributions. Conditioning the installation on DISTRIBUTION inside a
post_family_tweaks_bsp__ hook causes the CI to cache a BSP built for
Debian (without gadget files), then reuse it for Ubuntu builds where
systemctl enable usbgadget-rndis.service fails because the service
file is missing.
Install the files unconditionally in the BSP and keep the service
enablement conditional in post_family_tweaks__ where DISTRIBUTION
can be reliably checked per-image.1 parent a74b8a8 commit 4cd04e6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments