Skip to content

Commit

Permalink
Fix y10 vc-config
Browse files Browse the repository at this point in the history
  • Loading branch information
FSCHMID-VC committed Dec 18, 2024
1 parent bd62d7f commit efe8a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions createDebianPackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mkdir -p build

# Set version if not set
if [ -z "$VERSION_DEB_PACKAGE" ]; then
export VERSION_DEB_PACKAGE="0.2.0"
export VERSION_DEB_PACKAGE="0.3.6"
fi
# Delete v from version
export VERSION_DEB_PACKAGE=$(echo $VERSION_DEB_PACKAGE | sed 's/v//')
Expand All @@ -15,10 +15,6 @@ mkdir -p build/debian
cp -r src build/





chmod -R 644 build/debian/tmp/boot/firmware/overlays/
envsubst '$VERSION_DEB_PACKAGE' < debian_package/changelog > build/debian/changelog
envsubst '$VERSION_DEB_PACKAGE' < dkms.conf > build/dkms.conf
envsubst '$VERSION_DEB_PACKAGE' < debian_package/control > build/debian/control
Expand Down
2 changes: 1 addition & 1 deletion src/vc-config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ map_mediabus_to_fourcc() {
mediabusfmt="pRAA" #MEDIA_BUS_FMT_SRGGB10_1X10
;;
"0x200a")
mediabusfmt="Y10 " #MEDIA_BUS_FMT_Y10_1X10
mediabusfmt="Y10P" #MEDIA_BUS_FMT_Y10_1X10 On the raspi Y10 is not used, but Y10P
;;
"0x300a")
mediabusfmt="pgAA" #MEDIA_BUS_FMT_SGRBG10_1X10
Expand Down

0 comments on commit efe8a77

Please sign in to comment.