Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
fc78c49fdc03cda04ed900f675a7d549c5cd3780
/
.
/
meta-xilinx
/
meta-xilinx-bsp
/
recipes-kernel
/
linux
/
linux-microblaze.inc
blob: e23a50e8c0c591c7ff756b9335727654d36a7777 [
file
] [
log
] [
blame
]
# MicroBlaze is a uImage target, but its not called 'uImage' instead it is called 'linux.bin.ub'
python
()
{
if
d
.
getVar
(
'KERNEL_IMAGETYPE'
,
True
).
endswith
(
'.ub'
):
d
.
setVar
(
'DEPENDS'
,
"%s u-boot-mkimage-native"
%
d
.
getVar
(
'DEPENDS'
,
True
))
}