Skip to content

Commit

Permalink
u-boot-xlnx-uenv: Add missing space to append operation
Browse files Browse the repository at this point in the history
Based on github Pull Request #42.  While that pull request is no longer
valid with other changes, the actual bug still exists.

Originally reported by AnatoliiShablov.

Signed-off-by: Mark Hatle <[email protected]>
(cherry picked from commit 0812624)
Signed-off-by: Mark Hatle <[email protected]>
  • Loading branch information
mhatle committed Mar 21, 2023
1 parent 94aa240 commit 9e984e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-uenv.bb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def uenv_populate(d):

return env

DEPENDS:append := "virtual/kernel ${@remove_task_from_depends(d)}"
DEPENDS:append := " virtual/kernel ${@remove_task_from_depends(d)}"

# bootargs, default to booting with the rootfs device being partition 2
KERNEL_BOOTARGS:zynq = "earlyprintk console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait"
Expand Down

0 comments on commit 9e984e4

Please sign in to comment.