-
Notifications
You must be signed in to change notification settings - Fork 153
recipes-connectivity: Add new recipe for Qualcomm testing utilities #1226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,29 @@ | ||||||
| SUMMARY = "Prebuilt Qualcomm ath11k firmware test utilities" | ||||||
| DESCRIPTION = "Prebuilt ath11k firmware test and validation utility" | ||||||
| LICENSE = "CLOSED" | ||||||
|
|
||||||
| PBT_BUILD_DATE = "251113.1" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move PBT_BUILD_DATE next to sha256sum, they will be updated together. |
||||||
| ARTIFACTORY_URL = "https://qartifactory-edge.qualcomm.com/artifactory/qsc_releases/software/chip/component/wlan-service.qclinux.0.0/${PBT_BUILD_DATE}/prebuilt_yocto" | ||||||
| SOC_ARCH = "armv8-2a" | ||||||
|
|
||||||
| SRC_URI = "${ARTIFACTORY_URL}/qcom-ath11k-fwtest_1.0_${SOC_ARCH}.tar.gz" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please inline |
||||||
| SRC_URI[sha256sum] = "40ce6dbbda86e95406bc5a74ebe62c99eb63242305f74b7234998dfdffb2fbc5" | ||||||
|
|
||||||
| S = "${UNPACKDIR}" | ||||||
|
|
||||||
| RDEPENDS:${PN} += "libnl libnl-genl" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
|
|
||||||
| # This package is currently only used and tested on ARMv8 (aarch64) machines. | ||||||
| # Therefore, builds for other architectures are not necessary and are explicitly excluded. | ||||||
| COMPATIBLE_MACHINE = "^$" | ||||||
| COMPATIBLE_MACHINE:aarch64 = "(.*)" | ||||||
|
|
||||||
| do_install() { | ||||||
| # Create any additional directories that might be needed | ||||||
| install -d ${D}${sbindir} | ||||||
|
|
||||||
| # Install the prebuilt files maintaining the directory structure | ||||||
| install -m 0755 ${S}/usr/sbin/* ${D}${sbindir}/ | ||||||
| } | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Inheriting |
||||||
|
|
||||||
| INSANE_SKIP:${PN} = "already-stripped" | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What kind of CLOSED? No redistribution? Don't even think of installing? Please provide some kind of licence to be applied to this package.