Date
1 - 2 of 2
[kirkstone][meta-raspberrypi][PATCH] rpi-config: Set vc4-kms-v3d-pi4 in VC4DTBO for pi4
Changhyeok Bae
Signed-off-by: Changhyeok Bae <changhyeok.bae@...>
--- recipes-bsp/bootfiles/rpi-config_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index d9d8bb0..bcff0fe 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb @@ -25,6 +25,7 @@ PITFT35r="${@bb.utils.contains("MACHINE_FEATURES", "pitft35r", "1", "0", d)}" VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" VC4DTBO ?= "vc4-kms-v3d" +VC4DTBO:raspberrypi4 = "vc4-kms-v3d-pi4" GPIO_IR ?= "18" GPIO_IR_TX ?= "17" -- 2.17.1
|
|
Andrei Gherzan
Hey Changhyeok, Thanks for this, On Mon, Nov 21, 2022 at 7:59 AM Changhyeok Bae <changhyeok.bae@...> wrote: Signed-off-by: Changhyeok Bae <changhyeok.bae@...> First of all, this should first go to master and afterwards propose a patch for kirkstone. Could you do that via a GitHub PR? Thanks, -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640
|
|