Hi,
I've seen the bitbake -g command that lists the packages in an image:
bitbake -g <*image>* && cat pn-depends.dot | grep -v -e '-native' | grep -v
digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq
... but for documentation I need to generate this list with package version
informa
On Thu, Jan 23, 2014 at 02:35:06PM -0500, Brian Hutchinson wrote:
> Hi,
>
> I've seen the bitbake -g command that lists the packages in an image:
>
> bitbake -g <*image>* && cat pn-depends.dot | grep -v -e '-native' | grep -v
> digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq
>
> .
On Thu, Jan 23, 2014 at 3:31 PM, Christian Ege wrote:
> Hi,
> >
> > I've seen the bitbake -g command that lists the packages in an image:
> >
> > bitbake -g && cat pn-depends.dot | grep -v -e '-native' | grep
> -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq
> >
> > ... but for
On Thu, Jan 23, 2014 at 9:42 PM, Brian Hutchinson wrote:
> Yes, but:
>
> 1. I don't think package-index is image specific ... its just a list of
> everything that has been bitbaked on the box (which doesn't equate to one
> particular image ... it's the net of all the packages from all the images
-- Forwarded message --
From: Edward Vidal
Date: Wed, Jan 22, 2014 at 9:37 AM
Subject: meta-topic meta-zynq
To: meta-xil...@yoctoproject.org
Hello All
Not able to source or . in a bitbake receipe. When source is used the
error is source not found. When . is used the path is not
Hi,
I would like to fetch some get repos (currently u-boot and kernel) from
a local git caching server[1]. This means if something changed on
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
since the last invocations it updates the changes, if nothing changed it
provides the
1.6_M2.rc2 will be available in a few hours at:
http://autobuilder.yoctoproject.org/pub/nightly/20140123-3
bitbake 8ef24f4c834298348172b96ec0b855bf09552b09
eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37
eclipse-poky-kepler c73c6e4510c42601854f3c542ca6e14b4510380c
meta-fsl-arm
Hi Robert,
Did you try something like
SRC_URI = "git://gp@gitpod:linux-stable.git"
The git fetcher supports authentication with a username, if that is your
concern.
Regards,
Rudi
On Thu, Jan 23, 2014 at 2:19 PM, Robert Berger <
gm...@reliableembeddedsystems.com> wrote:
> Hi,
>
> I would like
Hi
I want to customize /etc/network/interface file according to requirement. I
tried creating another reciepe file where i am installing my interface file
to /etc/network/interface i.e. "install -m 0644
${WORKDIR}/scripts/interfaces123 ${D}${sysconfdir}/network/interfaces".
But still in build thi
My suggestion is to create a bbappend file for init-ifupdown to override the
default interfaces.
$ tree meta-custom/recipes-core/init-ifupdown
|-- files
| `-- interfaces
`-- init-ifupdown_1.0.bbappend
Best Regards,
Zhenhua
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproj
10 matches
Mail list logo