|
Re: Build Issue in pyro 2.3
Hello
Now I am able to build the Package "Y" as non native and I found the binary under below path.
<workspace>/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/Y/0.1.0-r1/package/usr/bin.
But my
Hello
Now I am able to build the Package "Y" as non native and I found the binary under below path.
<workspace>/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/Y/0.1.0-r1/package/usr/bin.
But my
|
By
Amit Gondaliya <amit.gondaliya@...>
·
#38849
·
|
|
Re: How to build a native python extension
It really help, when my recipe is just a helloworld python extension.
Unfortunately, this recipe is u-boot.
It will compile a native python extension named "libfdt", then use it to compile u-boot.
So
It really help, when my recipe is just a helloworld python extension.
Unfortunately, this recipe is u-boot.
It will compile a native python extension named "libfdt", then use it to compile u-boot.
So
|
By
cddatemp <cddatemp@...>
·
#38848
·
|
|
Re: Build Issue in pyro 2.3
A good start would be to remove the inherits you don't need such as autotools-brokensep. And the empty do_configure() do_compile() functions. You're not telling install where to install which is why
A good start would be to remove the inherits you don't need such as autotools-brokensep. And the empty do_configure() do_compile() functions. You're not telling install where to install which is why
|
By
Burton, Ross <ross.burton@...>
·
#38847
·
|
|
Re: How to build a native python extension
inherit native to make the recipe native.
Ross
inherit native to make the recipe native.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#38846
·
|
|
Re: Trying to filter out 2 strings from EXTRA_OECONF, why doesn't this work?
This is not a typical use of variables in bitbake. I'm not sure whether it is defined behavior or not, but I doubt you'll find many such examples in the yocto layers.
You can
This is not a typical use of variables in bitbake. I'm not sure whether it is defined behavior or not, but I doubt you'll find many such examples in the yocto layers.
You can
|
By
Ola x Nilsson
·
#38859
·
|
|
How to build a native python extension
Hi,
I add "inherit distutils" in my recipe.
It will make my recipe depends on "python-native" and "python".
Finally it use arm-gcc to build the python extension.
But I want to use x86-gcc to build a
Hi,
I add "inherit distutils" in my recipe.
It will make my recipe depends on "python-native" and "python".
Finally it use arm-gcc to build the python extension.
But I want to use x86-gcc to build a
|
By
cddatemp <cddatemp@...>
·
#38845
·
|
|
Re: Build Issue in pyro 2.3
Hello,
In our case the Package is "Y" but all the data falls into the recipe-sysroot-native of "Y." any Idea what's wrong with Y.
is there any example of "Y-native" that help me to generate
Hello,
In our case the Package is "Y" but all the data falls into the recipe-sysroot-native of "Y." any Idea what's wrong with Y.
is there any example of "Y-native" that help me to generate
|
By
Amit Gondaliya <amit.gondaliya@...>
·
#38844
·
|
|
Re: Build Issue in pyro 2.3
At 2017-11-20 18:18:42, "Amit Gondaliya" <amit.gondaliya@...> wrote:
> Hello,
>
> I am configuring one package "X" that is depended on other package "Y".
>
> the "Y" package is successfully build
At 2017-11-20 18:18:42, "Amit Gondaliya" <amit.gondaliya@...> wrote:
> Hello,
>
> I am configuring one package "X" that is depended on other package "Y".
>
> the "Y" package is successfully build
|
By
cddatemp <cddatemp@...>
·
#38843
·
|
|
Build Issue in pyro 2.3
Hello,
I am configuring one package "X" that is depended on other package"Y".
the "Y" package is successfully build and I am able to find it into the below
Hello,
I am configuring one package "X" that is depended on other package"Y".
the "Y" package is successfully build and I am able to find it into the below
|
By
Amit Gondaliya <amit.gondaliya@...>
·
#38842
·
|
|
[Recipe reporting system] Upgradable recipe name list
This mail was sent out by Recipe reporting system.
This message list those recipes which need to be upgraded. If maintainers
believe some of them needn't to upgrade at this time, they can
This mail was sent out by Recipe reporting system.
This message list those recipes which need to be upgraded. If maintainers
believe some of them needn't to upgrade at this time, they can
|
By
recipe-report@...
·
#38841
·
|
|
[libfakekey] Missing new version releases in yocto repository
Hello,
I was playing with libfakekey and I've found the source repository at
http://downloads.yoctoproject.org/releases/matchbox/libfakekey/
is a very old one.
Is this repository the official
Hello,
I was playing with libfakekey and I've found the source repository at
http://downloads.yoctoproject.org/releases/matchbox/libfakekey/
is a very old one.
Is this repository the official
|
By
Petr Cvek <petrcvekcz@...>
·
#38858
·
|
|
[PATCH] yocto: matchbox-window-manager-2: Makefile with spaces instead of a tab refuses to compile
A wrong spacing in Makefile.am generates a Makefile which will refuse
to compile. This patch fixes it.
Signed-off-by: Petr Cvek <petrcvekcz@...>
---
Makefile.am | 2 +-
1 file changed, 1
A wrong spacing in Makefile.am generates a Makefile which will refuse
to compile. This patch fixes it.
Signed-off-by: Petr Cvek <petrcvekcz@...>
---
Makefile.am | 2 +-
1 file changed, 1
|
By
Petr Cvek <petrcvekcz@...>
·
#38857
·
|
|
Re: tiny-linux distribution with raspberrypi error
I think you can generate a SD card image which can be dd’ed into a sd card
poky tiny by default generates an initramfs image only.
you can add
IMAGE_FSTYPES_append = "
I think you can generate a SD card image which can be dd’ed into a sd card
poky tiny by default generates an initramfs image only.
you can add
IMAGE_FSTYPES_append = "
|
By
Khem Raj
·
#38840
·
|
|
Re: tiny-linux distribution with raspberrypi error
I have it now being compiled and created a file called rpi-basic-image-raspberrypi0-wifi-20171118102213.rootfs.cpio.gz
but how can i burn it? it is not an img file.
Any clue is appreciated.
I have it now being compiled and created a file called rpi-basic-image-raspberrypi0-wifi-20171118102213.rootfs.cpio.gz
but how can i burn it? it is not an img file.
Any clue is appreciated.
|
By
Sherif Omran <sherifomran2000@...>
·
#38839
·
|
|
eclipse-poky: Rootfs includes not in CDT
Environment: Eclipse Neon 3 with the Yocto plug-in. Running on Fedora 24.
I've built the SDK and configured Eclipse and the plug-in. The Hello World autotools project builds, but, there's an issue.
Environment: Eclipse Neon 3 with the Yocto plug-in. Running on Fedora 24.
I've built the SDK and configured Eclipse and the plug-in. The Hello World autotools project builds, but, there's an issue.
|
By
Art Kaufmann <artk2002@...>
·
#38838
·
|
|
Re: Displaying buildcfg
Hi,
Thanks,
Thanks, that works.
I can't help feeling that there should be a more direct way of dumping
the buildcfg though. Anyone have an insight on this?
Chris
Hi,
Thanks,
Thanks, that works.
I can't help feeling that there should be a more direct way of dumping
the buildcfg though. Anyone have an insight on this?
Chris
|
By
csimmonds
·
#38837
·
|
|
Fw: Generate Native Package in Pyro2.3
Can anybody help or guid me generate native package. From third party package in pyro 2.3?
I want to generate native package of pyang as libnetconf want pyand and It is looking pyang at path
Can anybody help or guid me generate native package. From third party package in pyro 2.3?
I want to generate native package of pyang as libnetconf want pyand and It is looking pyang at path
|
By
Amit Gondaliya <am.gondaliya007@...>
·
#38836
·
|
|
Re: Displaying buildcfg
At 2017-11-18 20:45:11, "Chris Simmonds" <chris@...> wrote:>Hi,>>At the start of a bitbake run it displays the current build>configuration before it starts to build anything:>>Build
At 2017-11-18 20:45:11, "Chris Simmonds" <chris@...> wrote:>Hi,>>At the start of a bitbake run it displays the current build>configuration before it starts to build anything:>>Build
|
By
cddatemp <cddatemp@...>
·
#38835
·
|
|
Displaying buildcfg
Hi,
At the start of a bitbake run it displays the current build
configuration before it starts to build anything:
Build Configuration:
BB_VERSION = "1.28.0"
BUILD_SYS =
Hi,
At the start of a bitbake run it displays the current build
configuration before it starts to build anything:
Build Configuration:
BB_VERSION = "1.28.0"
BUILD_SYS =
|
By
csimmonds
·
#38834
·
|
|
Re: tiny-linux distribution with raspberrypi error
it worked well with
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tini"
in local.conf. However i don't know if it will work with real time kernel .. to be tested later
thank you
it worked well with
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tini"
in local.conf. However i don't know if it will work with real time kernel .. to be tested later
thank you
|
By
Sherif Omran <sherifomran2000@...>
·
#38833
·
|