]> Git Repo - buildroot-mgba.git/commit
package/libcamera: pipeline option 'raspberrypi' changed to 'rpi/vc4'
authorPeter Seiderer <[email protected]>
Thu, 9 Nov 2023 21:28:58 +0000 (22:28 +0100)
committerYann E. MORIN <[email protected]>
Wed, 27 Dec 2023 22:10:21 +0000 (23:10 +0100)
commit782d268abadc2541953d1782d79d142a7b6f07b1
treee170b8ae72ba989c0e0eff072732df1e450c153a
parentbf7a1f10ddb1f9c327f110dc745762af30310828
package/libcamera: pipeline option 'raspberrypi' changed to 'rpi/vc4'

With upstram commit [1] (since version v0.1.0) the pipeline option 'raspberrypi'
was renamed to 'rpi/vc4'.

Change the buildroot option name from BR2_PACKAGE_LIBCAMERA_PIPELINE_RASPBERRYPI
to BR2_PACKAGE_LIBCAMERA_PIPELINE_RPI_VC4 (and add Config.in.legacy entry
accordingly) and move handling in Config.in/libcamer.mk to follow alphabetic
ordering.

Fixes:

  .../build/libcamera-v0.1.0/meson.build:3:0: ERROR: Options "raspberrypi" are not in allowed choices: "all, auto, imx8-isi, ipu3, rkisp1, rpi/vc4, simple, uvcvideo, vimc"

[1] https://git.libcamera.org/libcamera/libcamera.git/commit/?id=726e9274ea95fa46352556d340c5793a8da51fcd

Signed-off-by: Peter Seiderer <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
Config.in.legacy
package/libcamera/Config.in
package/libcamera/libcamera.mk
This page took 0.035213 seconds and 4 git commands to generate.