-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
PDDF debian package is not included in the build #10048
Comments
Checked the logs, looks like the package was installed. Need some more time to check why lost in the bin image.
|
It should be caused by the sonic-broadcom.bin built in the previous step. The last step to build the bin image skipped.
|
The bin image was built during building raw image, see https://sonic-build.azurewebsites.net/api/sonic/artifacts?branchName=master&platform=broadcom&buildId=69143&target=target%2Fsonic-broadcom.raw.log
|
Thanks @xumia for a quick fix ! |
@FuzailBrcm , could you please help review #10083? |
Done |
Why I did it It is to fix the issue #10048 When building .raw image, for instance, target/sonic-broadcom.raw, it will generate a .bin image, target/sonic-broadcom.bin, as the intermediate file. The intermediate file is a build target which may contains different dependencies with the raw one.
Why I did it It is to fix the issue #10048 When building .raw image, for instance, target/sonic-broadcom.raw, it will generate a .bin image, target/sonic-broadcom.bin, as the intermediate file. The intermediate file is a build target which may contains different dependencies with the raw one.
…10083) Why I did it It is to fix the issue sonic-net#10048 When building .raw image, for instance, target/sonic-broadcom.raw, it will generate a .bin image, target/sonic-broadcom.bin, as the intermediate file. The intermediate file is a build target which may contains different dependencies with the raw one.
…13672) #### Why I did it Cherry pick from #10083 It is to fix the issue #10048 When building .raw image, for instance, target/sonic-broadcom.raw, it will generate a .bin image, target/sonic-broadcom.bin, as the intermediate file. The intermediate file is a build target which may contains different dependencies with the raw one. #### How I did it Rename the intermediate file.
Description
PDDF debian package, sonic-platform-pddf_1.1_amd64.deb, is being built but its not present in the final binary sonic-broadcom.bin. Please check the below artefacts.
https://sonic-build.azurewebsites.net/ui/sonic/pipelines/138/builds/69143/artifacts/128581?branchName=master&artifactName=sonic-buildimage.broadcom
Interestingly, when I clone the sonic-buildimage repo and trigger a build, this debian package is part of the final binary sonic-broadcom.bin.
Steps to reproduce the issue:
Describe the results you received:
root@sonic:/home/admin# dpkg -l |grep pddf
root@sonic:/home/admin#
Describe the results you expected:
When I used the locally generated build, I see the following
root@sonic:/home/admin# dpkg -l |grep pddf
ii sonic-platform-pddf 1.1 amd64 kernel modules for platform devices such as psu, fan, sfp, led
root@sonic:/home/admin#
PDDF debian package should also be part of the official daily build from Azure Pipeline.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: