CAMX: Add Qualcomm Camera X (CamX) module for Purwa - #3169
Ganesh Khose (gkhose-qipl) wants to merge 2 commits into
Conversation
|
The qcom-distro change needs to be landed first. |
|
Where is the distro change? |
It's binary compatibility with hamoa, so distro changes are not needed because hamoa is enabled. for "incompatible licenses" will raise distro change |
|
Test Results 68 files ±0 319 suites ±0 3h 45m 53s ⏱️ - 2h 4m 26s For more details on these failures, see this check. Results for commit 7330689. ± Comparison against base commit 7a8b9c7. This pull request removes 4 tests.♻️ This comment has been updated with latest results. |
eb56c93 to
4665f53
Compare
| # Create symlinks under x1p42100 to satisfy platform-specific | ||
| # lookup paths and avoid binary duplication for Purwa | ||
| install -d ${D}${FW_QCOM_BASE_PATH}/x1p42100 | ||
| ln -sf ../${FW_QCOM_NAME}/CAMERA_ICP.mbn ${D}${FW_QCOM_BASE_PATH}/x1p42100/ |
There was a problem hiding this comment.
This is missing the compression handling that camxfirmware-lemans has (${@fw_compr_file_suffix(d)}).
| SRC_URI[sha256sum] = "7201797be68d34ca826f6b2530590ab5f1bb3fb5c347a63259bee61a9b16036d" | ||
| PBT_BUILD_DATE = "260911" | ||
| PBT_BRANCH = "master" | ||
| SRC_URI = "https://qartifactory-edge.qualcomm.com/artifactory/qsc_releases/software/chip/component/camx.qclinux.0.0/${PBT_BUILD_DATE}/prebuilt_yocto_${PBT_BRANCH}/${BPN}_${PV}_armv8-2a.tar.gz" |
There was a problem hiding this comment.
Your commit is saying 'add camera firmware' while updating it for hamoa as well, reflect that in the commit message.
Update the Qualcomm camera firmware recipe to support camera enablement on Purwa while updating the existing Hamoa firmware configuration. Change SRC_URI to use the prebuilt_yocto_master artifact path, which is the current location of the published tarball. Create the required firmware symlink under the Purwa-specific x1p42100 path to avoid duplicating the firmware binary. Resolve the firmware compression suffix when creating the symlink so it supports both uncompressed and compressed firmware files, including zstd compression. Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
Add camxfirmware-purwa, firmware required to support Qualcomm Camera X (CamX) on the board. Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
7330689
4665f53 to
7330689
Compare
CAMX: Add Qualcomm Camera X (CamX) module for Purwa
Depends on:- qualcomm-linux/meta-qcom-distro#483