Hello,
yesterday i tried building an image using the current poky master branch. I had
some issues, not sure which of them are homemade but i´d like to share anyway
for mesa package_qa fails with:
ERROR: mesa-2_17.1.5-r0 do_package_qa: QA Issue: package libxatracker contains
bad RPATH
/home
Well, I think you're missing the point of using Yocto. The idea is to
create your own distribution and manage it yourself...so don't expect a
mainstream Yocto apt repository for your target machine (RPi).
You can either include those missing libraries on your build and reflash
your RPi or set up a
Hi yocto community!
Here is my problem, maybe I misunderstood something. I have a library
recipe, lets name it foo, that DEPENDS on mosquitto from
meta-intel-iot-middleware. I added a RDEPENDS_${PN} += " libmosquitto1
", as the mosquitto package adds this extra package for the mosquitto
library, t
Hi i would like to add modphp to my image (pyro branch). For this i add
this to my local.conf :
PACKAGECONFIG_append_pn-php = "apache2 pam"
IMAGE_INSTALL_append = "\
apache2 \
php \
php-cli \
"
But during the build of php (7.1.0 by default in pyro) i have this error
during install :
/|
/med
Hi Matthias,
On Thursday, 17 August 2017 8:43:41 PM NZST Dr. Matthias Schöpfer wrote:
> Here is my problem, maybe I misunderstood something. I have a library
> recipe, lets name it foo, that DEPENDS on mosquitto from
> meta-intel-iot-middleware. I added a RDEPENDS_${PN} += " libmosquitto1
> ", as
Hi Paul et al,
i.A. Dr.-Ing. Matthias Schöpfer | ithinx GmbH | Software Engineer
Phone: +49 (221) 99589-332 | Fax: +49 (221) 99 589-199 | E-Mail:
matthias.schoep...@ithinx.io
On 08/17/2017 11:27 AM, Paul Eggleton wrote:
> Hi Matthias,
>
> On Thursday, 17 August 2017 8:43:41 PM NZST Dr.
Hi Amanda,
Thanks - a few issues noted below.
On Tuesday, 15 August 2017 10:50:56 AM NZST Amanda Brindle wrote:
> Before, if a user edited a layer's name, they would be redirected
> to a url utilizing the old name and then receive a 404 Page not
> found error. Now, the url utilizes the new name.
On Thursday, 17 August 2017 9:55:09 PM NZST Dr. Matthias Schöpfer wrote:
On 08/17/2017 11:27 AM, Paul Eggleton wrote:
> > On Thursday, 17 August 2017 8:43:41 PM NZST Dr. Matthias Schöpfer wrote:
> >> Here is my problem, maybe I misunderstood something. I have a library
> >> recipe, lets name it fo
Hi Paul et al,
i.A. Dr.-Ing. Matthias Schöpfer | ithinx GmbH | Software Engineer
Phone: +49 (221) 99589-332 | Fax: +49 (221) 99 589-199 | E-Mail:
matthias.schoep...@ithinx.io
On 08/17/2017 12:00 PM, Paul Eggleton wrote:
> Which package backend (rpm / ipk / deb) ?
its rpm.
Regards,
Dear Yocto Team Members,
I tried to dd *.wic to nand flash but always got kernel panic, it can not
find rootfs
when I dd the same file to sd card, it worked.
I copy only *.wic file to usb drive n dd it.
Do I need the whole directory of images for dd? or I need hddimg?
Regards,
Riko
--
_
Hi,
On Thu, Aug 17, 2017 at 08:36:32AM +0200, Jan Remmet wrote:
> if bindir directory doesn't exists the link is created wrongly:
>
> file -b
> tmp/work/x86_64-linux/oracle-jse-jdk-x86-64-native/1.8.0-u131r0/image/home/yocto/build/tmp/sysroots/x86_64-linux/usr/bin
> symbolic link to
> `/home/yoc
On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote:
> Dear Yocto Team Members,
>
> I tried to dd *.wic to nand flash but always got kernel panic, it can
> not find rootfs
> when I dd the same file to sd card, it worked.
>
from the bootloader command prompt, you may need to change the root
kernel p
Hi,
This worked for me
PACKAGE="myapp"
SRC_URI = "${SVN_ROOT}/path_to_module/;module=${PACKAGE};protocol=svn;rev=HEAD"
where SVN_ROOT is something like
SVN_ROOT = "svn://10.10.10.xx"
Hi,
I am looking for some help with incorporating a svn check out into a recipe.
The current syntax I ar
On 8/17/17 1:55 AM, idealsim wrote:
> Hi i would like to add modphp to my image (pyro branch). For this i add
> this to my local.conf :
>
> PACKAGECONFIG_append_pn-php = "apache2 pam"
> IMAGE_INSTALL_append = "\
> apache2 \
> php \
> php-cli \
> "
>
> But during the build of php (7.1.0 by defau
On Thu, Aug 17, 2017 at 1:55 AM, idealsim wrote:
> Hi i would like to add modphp to my image (pyro branch). For this i add this
> to my local.conf :
>
> PACKAGECONFIG_append_pn-php = "apache2 pam"
> IMAGE_INSTALL_append = "\
> apache2 \
> php \
> php-cli \
> "
Slightly off topic, but you should i
All,
The meta-intel 8.0 layer for the Yocto Project 2.4 Milestone 2 “rocko" release
is now available.
repo: git://git.yoctoproject.org/meta-intel branch: master
tag: 8.0-rocko-2.4_M2
hash: 0d32b245e44574a612b9b48789498a78d80e9098
download:
http://downloads.yoctoproject.org/releases/yocto/milest
Before, if a user edited a layer's name, they would be redirected
to a url utilizing the old name and then receive a 404 Page not
found error. Now, the url utilizes the new name.
Fixes [YOCTO #11932]
Signed-off-by: Amanda Brindle
---
layerindex/views.py | 4
1 file changed, 4 insertions(+)
> After sucessful build of the Image, my .iso has 38MB in size and seems to be
> missing the entire rootfs
> The created hddimg has the right size of 4,3GB, but when i write it onto an
> usb drive (tried dd and gnome-disk-utility) it ends up with a big /boot
> partiton containing only the boo
How can I edit boot loader command prompt ?
On Aug 17, 2017 10:07 PM, "Leonardo Sandoval" <
leonardo.sandoval.gonza...@linux.intel.com> wrote:
> On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote:
> > Dear Yocto Team Members,
> >
> > I tried to dd *.wic to nand flash but always got kernel panic, it
Here's the boot messages :
===
VFS: PARTUUID= is invalid.
Expected PARTUUID=[/PARTNROFF=%d]
Disabling rootwait; root= is invalid.
VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6
Please append a correct "root=" boot option; here are the available
partitions:
0100
root@pcz-ee207837-2:/u/my_poky/poky-2/poky/build# bitbake -k rpi-basic-image
Loading cache: 100%
|#|
Time: 0:00:01
Loaded 2716 entries from dependency cache.
NOTE: Res
I'm using Yocto krogoth and meta-mingw to build the meta-toolchain for windows
system. The build is quite smooth.
I extract the built toolchain
poky-glibc-x86_64-meta-toolchain-core2-64-toolchain-2.1.tar.xz on windows to
c:/yocto2.1
However when I try to run a simple build from windows cmd conso
The following changes since commit 73a8f9df9f4b5e0d87605962c3bd8dcbaef28aea:
layer.conf: Remove mc from packagegroup-core-full-cmdline-utils (2017-08-17
17:37:57 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib hongxu/fix-gplv2-mc
http:/
This reverts commit 73a8f9df9f4b5e0d87605962c3bd8dcbaef28aea.
Signed-off-by: Hongxu Jia
---
conf/layer.conf | 2 --
1 file changed, 2 deletions(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 5c373a8..f5601bb 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,5 +13,3 @@ BBFILE_PR
This reverts commit ec80d2cac67a952b06ed27fbd4d71f17641e9a7c.
Signed-off-by: Hongxu Jia
---
recipes-extended/mc/mc/mc-CTRL.patch | 31
recipes-extended/mc/mc_4.7.5.2.bb| 47
2 files changed, 78 insertions(+)
create mode 100644 re
Since ncurses upgraded to 6.0+20170715, it compile failed
...
| ../../../mc-4.7.5.2/lib/tty/tty-ncurses.c: In function 'tty_init':
| ../../../mc-4.7.5.2/lib/tty/tty-ncurses.c:163:13: error:
dereferencing pointer to incomplete type 'TERMINAL {aka struct term}'
| cur_term->Nttyb.c_cc[VINTR] = CT
26 matches
Mail list logo