|
Creating a python recipe with devtool
This particular one didn't provide a tarball. Can't really say if it's an exception or tendency with the whl starting to take over.
This particular one didn't provide a tarball. Can't really say if it's an exception or tendency with the whl starting to take over.
|
By
Alan
· #39867
·
|
|
Creating a python recipe with devtool
Thanks, that worked! Steps: # On the build server devtool create-workspace devtool add https://github.com/jruere/multiprocessing-logging devtool devtool edit-recipe multiprocessing-logging # Change fo
Thanks, that worked! Steps: # On the build server devtool create-workspace devtool add https://github.com/jruere/multiprocessing-logging devtool devtool edit-recipe multiprocessing-logging # Change fo
|
By
Alan
· #39850
·
|
|
Creating a python recipe with devtool
Hi, I need to add a python package available on pypi: https://pypi.python.org/pypi/multiprocessing-logging/ Instead of manually creating the bb file, I'd like to add it using the devtool flow. In my b
Hi, I need to add a python package available on pypi: https://pypi.python.org/pypi/multiprocessing-logging/ Instead of manually creating the bb file, I'd like to add it using the devtool flow. In my b
|
By
Alan
· #39848
·
|
|
do_roots braking after a SRCREV update for non master branch
Thanks for the great references. I ended up going for the best practices and renaming python3-senichub_git.bb -> python3-senic-hub_git.bb Which solved the issue and obsoleted: PROVIDES += "python3-sen
Thanks for the great references. I ended up going for the best practices and renaming python3-senichub_git.bb -> python3-senic-hub_git.bb Which solved the issue and obsoleted: PROVIDES += "python3-sen
|
By
Alan
· #39619
·
|
|
do_roots braking after a SRCREV update for non master branch
Hi, I've updated my recipe to use a review from a non master branch: Old version [python3-senichub_git.bb]: inherit setuptools3 PROVIDES += "python3-senic-hub" RPROVIDES_${PN} += "python3-senic-hub" S
Hi, I've updated my recipe to use a review from a non master branch: Old version [python3-senichub_git.bb]: inherit setuptools3 PROVIDES += "python3-senic-hub" RPROVIDES_${PN} += "python3-senic-hub" S
|
By
Alan
· #39597
·
|
|
Reg: Yocto python library updation
Try checking this helps you: http://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#var-IMAGE_INSTALL <mathewkunjumontharakan@...> wrote:
Try checking this helps you: http://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#var-IMAGE_INSTALL <mathewkunjumontharakan@...> wrote:
|
By
Alan
· #39433
·
|
|
Reg: Yocto python library updation
Have you added them also to the image? <mathewkunjumontharakan@...> wrote:
Have you added them also to the image? <mathewkunjumontharakan@...> wrote:
|
By
Alan
· #39431
·
|
|
rdepends = "python3-modules" in recipe does not install python3-modules in image
You can try bitbake users -e | grep PN or bitbake users -e | vim - and then search for PN inside vim
You can try bitbake users -e | grep PN or bitbake users -e | vim - and then search for PN inside vim
|
By
Alan
· #39427
·
|
|
Installing python packages from a git repository
Hi, in the setup I've inherited we're hosting our own devpi server for the purpose of embedding apps in our os image. We went for this option, instead of directly pushing to PyPI as to not pollute the
Hi, in the setup I've inherited we're hosting our own devpi server for the purpose of embedding apps in our os image. We went for this option, instead of directly pushing to PyPI as to not pollute the
|
By
Alan
· #39377
·
|
|
Python cryptography failing due to undefined symbol: pthread_atfork
Hey Tim, your hunch was right, it can be fixed with the .bbappend, thanks. Would like to submit it as a patch to python-cryptography.inc. Is there a policy on what should be the base commit for which
Hey Tim, your hunch was right, it can be fixed with the .bbappend, thanks. Would like to submit it as a patch to python-cryptography.inc. Is there a policy on what should be the base commit for which
|
By
Alan
· #39363
·
|
|
Python cryptography failing due to undefined symbol: pthread_atfork
I have confirmed that no `-pthread` flags are being set for building python-cryptography. Running the following: bitbake python-cryptography -c do_compile bitbake python-cryptography -c devshell grep
I have confirmed that no `-pthread` flags are being set for building python-cryptography. Running the following: bitbake python-cryptography -c do_compile bitbake python-cryptography -c devshell grep
|
By
Alan
· #39325
·
|
|
Python cryptography failing due to undefined symbol: pthread_atfork
Hi there, just did a migration to Rocko and am witnessing" root@device:~# python3 Python 3.5.3 (default, Dec 20 2017, 02:02:22) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" fo
Hi there, just did a migration to Rocko and am witnessing" root@device:~# python3 Python 3.5.3 (default, Dec 20 2017, 02:02:22) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" fo
|
By
Alan
· #39314
·
|
|
Debugging sstate-cache
Hi, we have a build server set that is used by multiple people all working on the same yocto project each having a clone in their working dir. The core packages (those coming from meta-openembedded) a
Hi, we have a build server set that is used by multiple people all working on the same yocto project each having a clone in their working dir. The core packages (those coming from meta-openembedded) a
|
By
Alan
· #39243
·
|
|
replace hciattach with a compiled binary
Hi, with the risk of being off topic, the hciattach has been deprecated by btattach. I'm successfully using it with bluez5.
Hi, with the risk of being off topic, the hciattach has been deprecated by btattach. I'm successfully using it with bluez5.
|
By
Alan
· #39226
·
|
|
Changing device tree inside of the devshell
Hi, I had to made some device tree changes inside of a devshell. Just changed the .dts file and exited the shell. I built the image after that and got the message: ...do_compile is tainted from a forc
Hi, I had to made some device tree changes inside of a devshell. Just changed the .dts file and exited the shell. I built the image after that and got the message: ...do_compile is tainted from a forc
|
By
Alan
· #38983
·
|
|
How to add support for "usb WIFI dongle"?
I can't confirm, but it just might be that "ipw2x00" is actually a firmware. (Haven't seen a firware specified explicetly in the menu config before). Ref: https://wiki.debian.org/brcm80211 I recently
I can't confirm, but it just might be that "ipw2x00" is actually a firmware. (Haven't seen a firware specified explicetly in the menu config before). Ref: https://wiki.debian.org/brcm80211 I recently
|
By
Alan
· #38922
·
|
|
How to add support for "usb WIFI dongle"?
Some hints on where to start at: Am guessing the dongle works with Raspbian or id gets detected once you plug it into a desktop Linux machine. Once you do that type: dmesg And it will list the kernel
Some hints on where to start at: Am guessing the dongle works with Raspbian or id gets detected once you plug it into a desktop Linux machine. Once you do that type: dmesg And it will list the kernel
|
By
Alan
· #38875
·
|
|
Using devtool for adding a systemd service
Thanks, I made a workaround by looking for a sysroot in the tmp-glibc (not sure why the -glibc part, seems to be called tmp in poky). Seems like the "sysroot" I was looking for is called rootfs. So I
Thanks, I made a workaround by looking for a sysroot in the tmp-glibc (not sure why the -glibc part, seems to be called tmp in poky). Seems like the "sysroot" I was looking for is called rootfs. So I
|
By
Alan
· #38756
·
|
|
Using devtool for adding a systemd service
Hey Zoran, this doesn't really have anything to do with my question. Would suggest you to rephrase it to make it more clear. Also would suggest you perhaps reiterate on your question style a bit, it m
Hey Zoran, this doesn't really have anything to do with my question. Would suggest you to rephrase it to make it more clear. Also would suggest you perhaps reiterate on your question style a bit, it m
|
By
Alan
· #38753
·
|
|
Using devtool for adding a systemd service
Hi, I need to add a systemd service that needs no additional sources compiled, but just needs an available command executed at boot. I've created a basis for the recipe in my layer: nrf52-usb-systemd/
Hi, I need to add a systemd service that needs no additional sources compiled, but just needs an available command executed at boot. I've created a basis for the recipe in my layer: nrf52-usb-systemd/
|
By
Alan
· #38750
·
|