Re: [yocto] 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 On Sat, Jan 6, 2018 at 7:00 PM, Matt Schepers wrote: > How do I check what PN is set to? I can see users-dbg.rpm and users-doc.rpm > in the rpm folder. The recipe name is users.bb > > > Thanks, > Matt > > On Jan 5, 2018, at 11:38 AM, Alexander Kanavin > wrote: > > On 01/05/2018 06:41 PM, Matt Schepers wrote: > > This does not install "python3-modules" to the image. When this builds, my > python program does not work because of missing dependencies on the standard > library. > > To get this to work I have to go in and append "python3-modules" to > IMAGE_INSTALL in my top level image recipe. > > I thought that the purpose RDEPENDS was to install the correct runtime > dependencies to the image? Why doesn't this work? > > > Probably because the binary package is called something else than PN? > > Alex > > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] rdepends = "python3-modules" in recipe does not install python3-modules in image
On 01/06/2018 08:00 PM, Matt Schepers wrote: How do I check what PN is set to? I can see users-dbg.rpm and users-doc.rpm in the rpm folder. The recipe name is users.bb If the recipe is named users, then PN is most likely users as well. -doc and -dbg are supplementary packages. What is the main package called? You can look for it in the rpm directory for example. Alex -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] [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 fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version was detected. Example: RECIPE_NO_UPDATE_REASON = "Version 2.0 is unstable" You can check the detail information at: http://recipes.yoctoproject.org/ Package Version Upstream version Maintainer NoUpgradeReason --- --- -- eudev 3.2.23.2.5 Alejandro Hernandez epiphany 3.24.3 3.26.5.1 Alexander Kanavin usbutils 008 009 Alexander Kanavin systemtap 3.1 3.2 Alexander Kanavin gtk-doc 1.25 1.27 Alexander Kanavin boost 1.65.1 1.66.0Alexander Kanavin trace-cmd 2.6.12.6.2 Alexander Kanavin gdbm 1.13 1.14.1Alexander Kanavin vala 0.38.2 0.38.4Alexander Kanavin libwebp 0.6.00.6.1 Alexander Kanavin libnl 3.2.29 3.4.0 Alexander Kanavin ffmpeg3.4 3.4.1 Alexander Kanavin webkitgtk 2.18.3 2.18.4Alexander Kanavin blktrace 1.1.0+gitX 1.2.0 Alexander Kanavin icu 60.1 60.2 Alexander Kanavin bjam-native 1.65.1 1.66.0Alexander Kanavin btrfs-tools 4.13.3 4.14.1Alexander Kanavin systemtap-uprobes 3.1 3.2 Alexander Kanavin kernelshark 2.6.12.6.2 Alexander Kanavin mpg1231.25.7 1.25.8Alexander Kanavin iso-codes 3.76 3.77 Alexander Kanavin tiff 4.0.84.0.9 Alexander Kanavin apt 1.2.24 1.4.8 Aníbal Limón apt-native1.2.24 1.4.8 Aníbal Limón dpkg 1.18.24 1.19.0.4 Aníbal Limón bind 9.10.6 9.11.2Armin Kuster curl 7.54.1 7.57.0Armin Kuster busybox 1.27.2 1.28.0Armin Kuster linux-libc-headers4.12 4.14.12 Bruce Ashfield libunwind 1.2 1.2.1 Bruce Ashfield iproute2 4.13.0 4.14.1Changhyeok Bae iw4.9 4.14 Changhyeok Bae coreutils 8.28 8.29 Chen Qi systemd-boot 234 236 Chen Qi systemd 234 236 Chen Qi util-linux2.31 2.31.1Chen Qi sed 4.2.24.4 Chen Qi sysstat 11.6.1 11.7.1Chen Qi tar 1.29 1.30 Chen Qi systemd-bootchart 231+gitX 233 Chen Qi flex 2.6.02.6.4 Chen Qi build-appliance-i... 15.0.0 18.0.0Cristian Iorga lz4 1.7.41.8.0 Denys Dmytriyenko lzop 1.03 1.04 Denys Dmytriyenko gzip 1.8 1.9 Denys Dmytriyenko hdparm9.52 9.53 Denys Dmytriyenko mtd-utils 2.0.02.0.1 Denys Dmytriyenko python-numpy 1.13.1 1.14.0rc1 Derek Straka python2.7.13 2.7.14Derek Straka python3-numpy 1.13.3 1.14.0rc1 Derek Straka python3-setuptools38.2.5 38.4.0Derek Straka python-setuptools 38.2.5 38.4.0Derek Straka python3-native3.5.33.6.4 Derek Straka python-native 2.7.13 2.7.14Derek Straka python3 3.5.33.6.4 Derek Straka acpica20170303 20180105 Fathi Boudra gnupg 2.2.02.2.4 Hongxu Jia ncurses
[yocto] Reg: Yocto python library updation
Hi, I'm working with iMX6ULL yocto (version 2.1)project. I would like to add following python libraries along with the image. I tried adding .bb file but the packages are not getting integrated. Please reply some possible ways to solve this. Python libraries to be added, SciPy - 0.18.1 NumPy - 1.11.1 Pandas - 0.18.1 Scikit-learn - 0.17.1 math - 0.19 Memory-profiler - 0.45 Thanks and Regards Mathew. K. Tharakan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] Reg: Yocto python library updation
Have you added them also to the image? On Mon, Jan 8, 2018 at 7:14 AM, Mathew K Tharakan wrote: > Hi, > > I'm working with iMX6ULL yocto (version 2.1)project. I would like to add > following python libraries along with the image. I tried adding .bb file but > the packages are not getting integrated. Please reply some possible ways to > solve this. > > Python libraries to be added, > > SciPy - 0.18.1 > NumPy - 1.11.1 > Pandas - 0.18.1 > Scikit-learn - 0.17.1 > math - 0.19 > Memory-profiler - 0.45 > > Thanks and Regards > Mathew. K. Tharakan > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] Reg: Yocto python library updation
No On Mon, Jan 8, 2018 at 12:40 PM, Alan Martinovic wrote: > Have you added them also to the image? > > On Mon, Jan 8, 2018 at 7:14 AM, Mathew K Tharakan > wrote: > > Hi, > > > > I'm working with iMX6ULL yocto (version 2.1)project. I would like to add > > following python libraries along with the image. I tried adding .bb file > but > > the packages are not getting integrated. Please reply some possible ways > to > > solve this. > > > > Python libraries to be added, > > > > SciPy - 0.18.1 > > NumPy - 1.11.1 > > Pandas - 0.18.1 > > Scikit-learn - 0.17.1 > > math - 0.19 > > Memory-profiler - 0.45 > > > > Thanks and Regards > > Mathew. K. Tharakan > > > > -- > > ___ > > yocto mailing list > > yocto@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/yocto > > > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto