You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I think the real problem is in the recipe linux.inc
## logo support, if you supply logo_linux_clut224.ppm in SRC_URI, then it's going to be used#if [ -e${WORKDIR}/${LOGO_SIZE}/logo_linux_clut224.ppm ];then
install -m 0644 ${WORKDIR}/${LOGO_SIZE}/logo_linux_clut224.ppm drivers/video/logo/logo_linux_clut224.ppm
echo"CONFIG_LOGO=y">>${S}/.config
echo"CONFIG_LOGO_LINUX_CLUT224=y">>${S}/.config
fi
where I think the right side of the install command misses to build an absolute path (other install commands use the D variable, I don't know if it's the destination directory).
The text was updated successfully, but these errors were encountered:
sarnold
pushed a commit
to sarnold/meta-beagleboard
that referenced
this issue
Apr 26, 2016
I'm trying to build an image but an error happens
The simple fix is to remove the file from the
SRC_URI
variablebut I think the real problem is in the recipe
linux.inc
where I think the right side of the
install
command misses to build an absolute path (otherinstall
commands use theD
variable, I don't know if it's the destination directory).The text was updated successfully, but these errors were encountered: