|
Re: QEMU in SDK
Hi Joseph,
Maybe you can use adt-installer.
http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#using-the-adt-installer
Best Regards
Chong
Hi Joseph,
Maybe you can use adt-installer.
http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#using-the-adt-installer
Best Regards
Chong
|
By
Chong Lu <Chong.Lu@...>
·
#20398
·
|
|
QEMU in SDK
Good day ALL,
I was wondering if it's possible to automatically add QEMU dependencies (kernel and ext3 files) into the script generated by do_populate_sdk? Then after running the generated SDK script,
Good day ALL,
I was wondering if it's possible to automatically add QEMU dependencies (kernel and ext3 files) into the script generated by do_populate_sdk? Then after running the generated SDK script,
|
By
Joseph Andrew de la Peña <jdelapena@...>
·
#20397
·
|
|
kernel source code
I have run below command
bitbake -c fetchall core-image-minimal
It has created downloads directory and packages source codes are
there inside, but i am not able to find the kernel and u-boot source
I have run below command
bitbake -c fetchall core-image-minimal
It has created downloads directory and packages source codes are
there inside, but i am not able to find the kernel and u-boot source
|
By
jags
·
#20396
·
|
|
QEMU in SDK
Good day ALL,
I was wondering if it's possible to automatically add QEMU dependencies (kernel and ext3 files) into the script generated by do_populate_sdk? Then after running the generated SDK script,
Good day ALL,
I was wondering if it's possible to automatically add QEMU dependencies (kernel and ext3 files) into the script generated by do_populate_sdk? Then after running the generated SDK script,
|
By
Joseph Andrew de la Peña <jdelapena@...>
·
#20395
·
|
|
Re: List of Recipes
Also look into the buildhistory class.
Philip
Also look into the buildhistory class.
Philip
|
By
Philip Balister
·
#20394
·
|
|
Re: Aarch64 support
Hi Atul,
Yes. Aarch64 support is available in meta-linaro/meta-aarch64
URL: http://git.linaro.org/?p=openembedded/meta-linaro.git
You can choose between:
1. genericarmv8b - generic armv8 big endian
Hi Atul,
Yes. Aarch64 support is available in meta-linaro/meta-aarch64
URL: http://git.linaro.org/?p=openembedded/meta-linaro.git
You can choose between:
1. genericarmv8b - generic armv8 big endian
|
By
Maxin B. John <maxin.john@...>
·
#20393
·
|
|
Aarch64 support
Hi All,
Is there support for Aarch64(64 bit ARMv8) available right now?
If so then what i need to mention as a MACHINE in local.conf.
Please let me know with your valuable suggestion if any.
Thanks
Hi All,
Is there support for Aarch64(64 bit ARMv8) available right now?
If so then what i need to mention as a MACHINE in local.conf.
Please let me know with your valuable suggestion if any.
Thanks
|
By
atulkumar singh <atul.singh008@...>
·
#20392
·
|
|
Re: how many variations to build for a beaglebone black (BBB)?
Gary,
By
Diego Sueiro <diego.sueiro@...>
·
#20391
·
|
|
Re: [OE-core] Carrier Grade layer proposal
Hello Jeff,
The errors are package related.
Meta-cgl can be seen as a non BSP specific layer (it can be viewed as the LSB from poky).
I already started fixing a number, of the already existing
Hello Jeff,
The errors are package related.
Meta-cgl can be seen as a non BSP specific layer (it can be viewed as the LSB from poky).
I already started fixing a number, of the already existing
|
By
Alexandru Vaduva <Alexandru.Vaduva@...>
·
#20390
·
|
|
Re: List of Recipes
using:
bitbake -g <image-name> && cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq
you can visualize the image packages. Let me know
using:
bitbake -g <image-name> && cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq
you can visualize the image packages. Let me know
|
By
Alexandru Vaduva <vaduvajanalexandru@...>
·
#20389
·
|
|
List of Recipes
Hi All,
I have an image deployed on gumstix board and I do not know the recipe file used to build that image. I want to know list of recipes used to build that image. Is it possible??
Thanks &
Hi All,
I have an image deployed on gumstix board and I do not know the recipe file used to build that image. I want to know list of recipes used to build that image. Is it possible??
Thanks &
|
By
Bharath Chandra <ellurubharath29@...>
·
#20388
·
|
|
Re: how many variations to build for a beaglebone black (BBB)?
The big thing missing from this version(*) is no cape support,
so if you need an LCD display or CAN driver or ..., you're not
going to find it. The meta-ti version does support those AFAIK
(*)
The big thing missing from this version(*) is no cape support,
so if you need an LCD display or CAN driver or ..., you're not
going to find it. The meta-ti version does support those AFAIK
(*)
|
By
Gary Thomas
·
#20387
·
|
|
Re: how many variations to build for a beaglebone black (BBB)?
excellent. since i want to configure and build for a classroom
environment and probably don't need bleeding edge, i'll stick with the
yocto-bsp stuff, which has served me well thus far.
rday
--
excellent. since i want to configure and build for a classroom
environment and probably don't need bleeding edge, i'll stick with the
yocto-bsp stuff, which has served me well thus far.
rday
--
|
By
Robert P. J. Day
·
#20386
·
|
|
Re: how many variations to build for a beaglebone black (BBB)?
The generic "it depends" answer applies here.
Due to the efforts of TI,the core BBB support made it into the mainline
kernel for 3.14, so that forms a common baseline of feature support.
Outside of
The generic "it depends" answer applies here.
Due to the efforts of TI,the core BBB support made it into the mainline
kernel for 3.14, so that forms a common baseline of feature support.
Outside of
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#20385
·
|
|
[PATCH] bitbake: fetch/git: fix head refs in git ls-remote call
Use the branch in refs/head instead of the tag.
This allows a given tag name to differ from the branch name.
Signed-off-by: Richard Leitner <richard.leitner@...>
---
Use the branch in refs/head instead of the tag.
This allows a given tag name to differ from the branch name.
Signed-off-by: Richard Leitner <richard.leitner@...>
---
|
By
Richard Leitner
·
#20384
·
|
|
Fetcher failure for git repository using tag name in SRCREV
Hi folks,
I've ran into a problem using tag names in SRCREV for git repositories after migrating from 1.4 to 1.6.1 "daisy".
Before (1.4) the following worked fine:
SRCREV = "v${PV}"
SRC_URI =
Hi folks,
I've ran into a problem using tag names in SRCREV for git repositories after migrating from 1.4 to 1.6.1 "daisy".
Before (1.4) the following worked fine:
SRCREV = "v${PV}"
SRC_URI =
|
By
Richard Leitner
·
#20383
·
|
|
how many variations to build for a beaglebone black (BBB)?
i want to build a bootable system for a BBB, and i can see at least
three possibilities:
1) the meta-yocto-bsp layer defines the beaglebone as one of its
reference boards
2) the "meta-ti"
i want to build a bootable system for a BBB, and i can see at least
three possibilities:
1) the meta-yocto-bsp layer defines the beaglebone as one of its
reference boards
2) the "meta-ti"
|
By
Robert P. J. Day
·
#20382
·
|
|
oddity in yocto dev manual
perusing dev manual and section 5.17.1:
IMAGE_FEATURES = "read-only-rootfs"
or
EXTRA_IMAGE_FEATURES += "read-only-rootfs"
um ... isn't that backwards? should you not be appending
perusing dev manual and section 5.17.1:
IMAGE_FEATURES = "read-only-rootfs"
or
EXTRA_IMAGE_FEATURES += "read-only-rootfs"
um ... isn't that backwards? should you not be appending
|
By
Robert P. J. Day
·
#20381
·
|
|
Re: Recipe to copy precompiled binaries to root image
Hi Nicolas/Sathish,
Thank you both very much for your responses. With your help, I have been able to copy the pre-compiled libraries to my image now.
Cheers,
Josh
Hi Nicolas/Sathish,
Thank you both very much for your responses. With your help, I have been able to copy the pre-compiled libraries to my image now.
Cheers,
Josh
|
By
Josh Collins
·
#20380
·
|
|
[daisy branch] circular dependency bitbake build issue in initscript
Hi,
While upgrading poky daisy branch to YPv1.6.1, both Brendan & I observed that there is an circular dependency issue in initscripts.
Strangely, this issue is not observable if we are
Hi,
While upgrading poky daisy branch to YPv1.6.1, both Brendan & I observed that there is an circular dependency issue in initscripts.
Strangely, this issue is not observable if we are
|
By
Ong Boon Leong
·
#20379
·
|