Skip to content

Commit 9e984e4

Browse files
committed
u-boot-xlnx-uenv: Add missing space to append operation
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 <mark.hatle@amd.com> (cherry picked from commit 0812624) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
1 parent 94aa240 commit 9e984e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-uenv.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def uenv_populate(d):
7979

8080
return env
8181

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

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

0 commit comments

Comments
 (0)