Hi Victor,
On 08/26/2015 08:12 PM, Lenivyy Viktor wrote:
This command did what I was trying to avoid: remove Yocto's copy of kernel
sources. But starting questions still exist.
In your kernel recipe are you using SRC_URI to fetch from a git
repository (e.g. git:// URI) or from a local direct
> >> dirtypackage is the one which you want to rebuild and redeploy in the
> >
> >> rootfs. If the package source is local, cleanall won't do big harm,
> >> but
> >
> >> otherwise you're correct, it will clean the sources. You can use
> >
> >> "clean" instead.
> >
> >
> >> Regards,
> >
> >> Nikolay
On Wed, Aug 26, 2015 at 9:13 AM, Lenivyy Viktor
wrote:
>> dirtypackage is the one which you want to rebuild and redeploy in the
>
>> rootfs. If the package source is local, cleanall won't do big harm, but
>
>> otherwise you're correct, it will clean the sources. You can use
>
>> "clean" instead.
>
> dirtypackage is the one which you want to rebuild and redeploy in the
> rootfs. If the package source is local, cleanall won't do big harm, but
> otherwise you're correct, it will clean the sources. You can use
> "clean" instead.
> Regards,
> Nikolay
I don’t know exactly which package I need to
Hi Lenivyy Viktor,
On 08/26/2015 06:42 PM, Lenivyy Viktor wrote:
Can you please try this and share if it works for you:
bitbake -c cleanall dirtypackage myimage
bitbake myimage
Regards,
Nikolay
What is dirtypackage? Myimagewill be altera-image-minimal in my case, I
gue
> Can you please try this and share if it works for you:
>
> bitbake -c cleanall dirtypackage myimage
> bitbake myimage
>
> Regards,
> Nikolay
What is dirtypackage? Myimage will be altera-image-minimal in my case, I guess.
I’m wondering whether cleanall doesn’t remove Yocto’s copy of kernel source
Hi Lenivyy Viktor,
On 08/26/2015 05:37 PM, Lenivyy Viktor wrote:
Hello.
I have “altera-image-minimal” recipe which creates minimal rootfs based
on Linux kernel provided by “linux-altera-local” recipe. This kernel is
fetched from local directory.
After first time building “altera-image-minimal”
Hello.
I have “altera-image-minimal” recipe which creates minimal rootfs based on
Linux kernel provided by “linux-altera-local” recipe. This kernel is fetched
from local directory.
After first time building “altera-image-minimal”, it produced rootfs with
modules version contained “-dirty” at the
On 15-08-26 01:48 AM, rongqing...@windriver.com wrote:
From: Roy Li
compilation failed since the needed dirs maybe not created when make
".in" target, fix it by creating the needed dirs before, but mainstream
thinks the needed dirs should be created when do configuration.
at last, find CONFIGUR