In the project that I'm working on we have a recipes-bsp and recipes-kernel,
and
when I try to build virtual/kernel I'm getting the following error. It looks to
me like it's trying to get the git from our u-boot server so it can find the
version, but at this point I'm trying to build the kernel
> >
> > Does your u-boot SRCREV = ${AUTOREV}? You could try picking a specific
> > SHA so it does not have to check for the latest each time.
>
> This is definitely a good suggestion. If you aren't using AUTOREV, then
> something else is triggering the fetcher. All of your parsed recipes can
> tri
I'm fairly new to Yocto and Poky and I have a question that I haven't been
able to find through Google. If there are multiple .bb files in a
directory, how does bitbake choose which one to use?
Background: I'm inheriting a project from someone and they have a
SRC_URI="git" version and a SRC
I'm creating a bitbake recipe for a package that is a loadable module, but
it requires the linux source directory in order to build. I added the
virtual/kernel package as our "DEPENDS", but when I run bitbake -e for my
target I don't see an environment variable that specifies where the source
is fo
I'm trying to build using the code sourcery external compiler and I noticed
that it's pulling in qemu. This brings up 2 questions-
1. Why? Qemu is not a prerequisite for building with GCC and shouldn't be a
prerequisite for building with CS.
2. How can I easily generate a dependency tree so I can '
I've been trying to figure out why I've had such trouble getting my
tmp/deploy/uImage files to update after performing a "bitbake -f -c compile
virtual/kernel", and I've come across something I I don't understand. In
deploy.bbclass, we have:
*do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"*
However,