|
Tracking changes in image
Hi Bryan, In addition to what Jon mentioned, “os-release” package in oe-core could help in tracking the operating system identification data in deployed images. Since you are using u-boot, a customize
Hi Bryan, In addition to what Jon mentioned, “os-release” package in oe-core could help in tracking the operating system identification data in deployed images. Since you are using u-boot, a customize
|
By
Maxin B. John
· #42287
·
|
|
[meta-java][PATCH 0/3] Java CA certificates updates
Hi, Merged to master-next now. Since "ca-certificates-java" relies on "PREFERRED_RPROVIDER_java2-runtime" set to "OpenJDK-8/OpenJRE-8", we should update the usage instructions in "README" to avoid con
Hi, Merged to master-next now. Since "ca-certificates-java" relies on "PREFERRED_RPROVIDER_java2-runtime" set to "OpenJDK-8/OpenJRE-8", we should update the usage instructions in "README" to avoid con
|
By
Maxin B. John
· #40621
·
|
|
[yocot] bluez5 not included in image
Hi, bluetoothd generally get installed here: /usr/libexec/bluetooth/bluetoothd You should probably update the PATH or use absolute path to invoke bluetoothd. Best Regards, Maxin
Hi, bluetoothd generally get installed here: /usr/libexec/bluetooth/bluetoothd You should probably update the PATH or use absolute path to invoke bluetoothd. Best Regards, Maxin
|
By
Maxin B. John
· #40620
·
|
|
[meta-java][PATCH 1/2] openjdk-8: fix MAKE detection patch
Hi Andre', <snip> Merged the 2nd patch and updated the master-next branch. Cheers, Maxin
Hi Andre', <snip> Merged the 2nd patch and updated the master-next branch. Cheers, Maxin
|
By
Maxin B. John
· #40241
·
|
|
[meta-java][PATCH 1/2] openjdk-8: fix MAKE detection patch
Hi André, Ah, I missed it (or rather due to some weird reasons, it didn't show up in my inbox) master-next was meant to be a place for testing the new patches. Will update it soon. Cheers, Maxin
Hi André, Ah, I missed it (or rather due to some weird reasons, it didn't show up in my inbox) master-next was meant to be a place for testing the new patches. Will update it soon. Cheers, Maxin
|
By
Maxin B. John
· #40240
·
|
|
[meta-java][PATCH 1/2] openjdk-8: fix MAKE detection patch
Hi André, Merged, Thanks. Best Regards, Maxin
Hi André, Merged, Thanks. Best Regards, Maxin
|
By
Maxin B. John
· #40212
·
|
|
passwd fails for other users than root
Hi Arno, Can you please share the version details and the useradd_example.bb that was mentioned here ? or even better, file a bug in Yocto's bugzilla (https://bugzilla.yoctoproject.org) ? Best Regards
Hi Arno, Can you please share the version details and the useradd_example.bb that was mentioned here ? or even better, file a bug in Yocto's bugzilla (https://bugzilla.yoctoproject.org) ? Best Regards
|
By
Maxin B. John
· #40187
·
|
|
[meta-java][PATCH 00/14] openjdk-8 updates
Hi André, Thank you very much for this work! Pushed to master. Best Regards, Maxin
Hi André, Thank you very much for this work! Pushed to master. Best Regards, Maxin
|
By
Maxin B. John
· #40104
·
|
|
Are Windows SDKs (mingw layer) supposed to work?
Hi, Symbolic link errors could be related to the filesystem as FAT has no support for symbolic links. Have you tried it on an NTFS partition? Best Regards, Maxin
Hi, Symbolic link errors could be related to the filesystem as FAT has no support for symbolic links. Have you tried it on an NTFS partition? Best Regards, Maxin
|
By
Maxin B. John
· #40101
·
|
|
[bitbake-devel] Yocto: Add custom user to custom group in bitbake recipe
Hi Parthiban, As useradd documentation says, for -G " The group name must exist. A group number must refer to an already existing group." So, the "GROUPADD_PARAM_${PN} = "www", should be in chromium-x
Hi Parthiban, As useradd documentation says, for -G " The group name must exist. A group number must refer to an already existing group." So, the "GROUPADD_PARAM_${PN} = "www", should be in chromium-x
|
By
Maxin B. John
· #40051
·
|
|
[bitbake-devel] Yocto: Add custom user to custom group in bitbake recipe
Hi Parthiban, Please share your sample recipes here. It will be helpful to debug the problem. Best Regards, Maxin
Hi Parthiban, Please share your sample recipes here. It will be helpful to debug the problem. Best Regards, Maxin
|
By
Maxin B. John
· #40046
·
|
|
[meta-java][PATCH] jdepend: give the downloaded file a reasonable name
Hi, Thanks, Pushed to master. Best Regards, Maxin
Hi, Thanks, Pushed to master. Best Regards, Maxin
|
By
Maxin B. John
· #40027
·
|
|
Changing the tty/UART of busybox
Hi Jakob, Generally, the console setting comes from our <machine>.conf. eg: for beaglebone: ./meta-yocto-bsp/conf/machine/beaglebone-yocto.conf: SERIAL_CONSOLE = "115200 ttyO0" This gets processed in
Hi Jakob, Generally, the console setting comes from our <machine>.conf. eg: for beaglebone: ./meta-yocto-bsp/conf/machine/beaglebone-yocto.conf: SERIAL_CONSOLE = "115200 ttyO0" This gets processed in
|
By
Maxin B. John
· #40012
·
|
|
Problem in the building phase - Yocto 2.4.1 for Siemens IoT 2040 (Intel Quark)
Hi, Tried building xmlpull for qemux86 with oe-core master branch. meta-java: master branch commit: fbe0b0eb30d93f5fa2101fb015f20c1dc118b4a6 It builds fine. Could you build with "rocko" branch of meta
Hi, Tried building xmlpull for qemux86 with oe-core master branch. meta-java: master branch commit: fbe0b0eb30d93f5fa2101fb015f20c1dc118b4a6 It builds fine. Could you build with "rocko" branch of meta
|
By
Maxin B. John
· #39990
·
|
|
Removing busybox completely from the generated image
Hi, Have you considered "toybox" ? It probably wouldn't work right-away. Still, toybox was designed to provide a replacement for busybox. It is available in "meta-oe" http://cgit.openembedded.org/meta
Hi, Have you considered "toybox" ? It probably wouldn't work right-away. Still, toybox was designed to provide a replacement for busybox. It is available in "meta-oe" http://cgit.openembedded.org/meta
|
By
Maxin B. John
· #39934
·
|
|
How can I change the default ext4 or etx3 of the rootfs to ext2 or jffs2 in yocto build?
Hi, An easy way will be to refer Yocto documentation: http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html and for required rootfs changes, use IMAGE_FSTYPES: http://www.yoc
Hi, An easy way will be to refer Yocto documentation: http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html and for required rootfs changes, use IMAGE_FSTYPES: http://www.yoc
|
By
Maxin B. John
· #39486
·
|
|
How to use same user in two recipes?
Hi Fabien, Good to know that it helps here. Submitted the patch to oe-core mailing list today: http://lists.openembedded.org/pipermail/openembedded-core/2017-October/143288.html Thanks and Regards, Ma
Hi Fabien, Good to know that it helps here. Submitted the patch to oe-core mailing list today: http://lists.openembedded.org/pipermail/openembedded-core/2017-October/143288.html Thanks and Regards, Ma
|
By
Maxin B. John
· #38345
·
|
|
Adding test case in LTP in Yocto
Hi Umamahesh, Prepare patch for Linux Test Project and then, update the ltp recipe by following the steps mentioned here: http://www.yoctoproject.org/docs/2.3.2/mega-manual/mega-manual.html#new-recipe
Hi Umamahesh, Prepare patch for Linux Test Project and then, update the ltp recipe by following the steps mentioned here: http://www.yoctoproject.org/docs/2.3.2/mega-manual/mega-manual.html#new-recipe
|
By
Maxin B. John
· #38323
·
|
|
How to use same user in two recipes?
Hi Fabien, Could you apply this patch and see if it helps here ? Best Regards, Maxin
Hi Fabien, Could you apply this patch and see if it helps here ? Best Regards, Maxin
|
By
Maxin B. John
· #38322
·
|
|
[meta-java][PATCH 6/6] README: remove meta-oe from documentation
Update the README by removing the dependency on meta-openembedded layer from documentation. Signed-off-by: Maxin B. John <maxin.john@...> --- README | 7 +------ 1 file changed, 1 insertion(+), 6
Update the README by removing the dependency on meta-openembedded layer from documentation. Signed-off-by: Maxin B. John <maxin.john@...> --- README | 7 +------ 1 file changed, 1 insertion(+), 6
|
By
Maxin B. John
· #38014
·
|