Skip to content

Fix project argument of petalinux-package bsp#4

Open
Hyunok-Kim wants to merge 1 commit intoXilinx:xlnx_rel_v2024.2from
Hyunok-Kim:patch-2
Open

Fix project argument of petalinux-package bsp#4
Hyunok-Kim wants to merge 1 commit intoXilinx:xlnx_rel_v2024.2from
Hyunok-Kim:patch-2

Conversation

@Hyunok-Kim
Copy link

$ petalinux-package bsp -o ultra96_base.bsp -p ultra96_base
[ERROR] Unable to create directory at /build

When using petalinux-package bsp, the project(-p) argument is not used. Empty project root(proot='') causes the above error.
The project argument for bsp is not a string but a list of a string.
This fix takes the first element of the list as the project root(proot)

$ petalinux-package bsp -o ultra96_base.bsp -p ultra96_base
[ERROR] Unable to create directory at /build

When using petalinux-package bsp, the project(-p) argument is
not used. Empty project root(proot='') causes the above error.
The project argument for bsp is not a string but a list of a string. 
This fix takes the first element of the list as the project root(proot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant