21 May 2013 22:36
bitbake SRC_URI checksum warnings
amarsh <awmarsh <at> g.clemson.edu>
2013-05-21 20:36:23 GMT
2013-05-21 20:36:23 GMT
I am trying to setup a meta-layer to support some overo-based custom
hardware. I am trying to migrate recipes from the oe-classic build system to
the newer poky and oe-core. To get started I just wanted to make some simple
patched builds before attempting to convert the more complex recipes.
Basically the error I keep getting looks something like this:
WARNING: Unable to get checksum for linux-gumstix-mods SRC_URI entry
defconfig: file could not be found
WARNING: Unable to get checksum for linux-gumstix-mods SRC_URI entry
abc.patch: file could not be found
WARNING: Unable to get checksum for linux-gumstix-mods SRC_URI entry
xyz.patch: file could not be found
and etc...
The recipes are pretty straightforward. Basically just expanding a shell
like below
---------------------------------------------------------
require linux.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
PV = "3.5"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "overo"
(Continue reading)
RSS Feed