[yocto] Failed to execute GCC

2019-04-15 Thread JH
x86_64-linux-gnu-gcc /usr/bin/x86_64-linux-gnu-gcc Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How to build Yocto zImage ramdisk image format

2019-06-04 Thread JH
uch as fsl-image-mfgtool-initramfs.bb, core-image-minimal-initramfs.bb, but there is no ramdisk.bb. Appreciate any examples to build a ramdisk image format. Thank you. - JH -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.or

[yocto] Yocto image types

2019-06-04 Thread JH
-initramfs.bb oe-core/meta/recipes-core/images/core-image-minimal-initramfs.bb Thank you. - JH -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How to extract files from wic.gz image?

2019-05-31 Thread JH
Hi, What command and tools to extract files from Yocto / bitbake image such as dev-image-20190528085324.rootfs.wic.gz? I am using IMX UUU to install dev-image-20190528085324.rootfs.wic.gz to IMX, I was advised to extract the archive and use "uuu

Re: [yocto] Support NAND flash

2019-06-06 Thread JH
armhf, I did not recall any work to interface MTD NOR Flash, it was booted like a normal Linux distribute. For NAND, is the Linux be able to handle read / write NAND flash as in NOR? Thank you very much. Kind regards, - JH On 6/6/19, Josef Holzmayr wrote: > On Thu, Jun 06, 2019 at 09:15:4

Re: [yocto] How to extract files from wic.gz image?

2019-06-01 Thread JH
019 at 10:21:40PM +1000, JH wrote: >> Hi, >> >> What command and tools to extract files from Yocto / bitbake image >> such as dev-image-20190528085324.rootfs.wic.gz? >> >> I am using IMX UUU to install dev-image-20190528085324.rootfs.wic.gz >> to IMX, I was advised to extract the archive and use "uuu

[yocto] Support NAND flash

2019-06-06 Thread JH
Hi, Has anyone used NAND? Does the MTD already support the NAND driver or do you have to work our the detailed driver yourself? Could you share your experiences how to build the image and to hand and access the NAND if it is required? Thank you. Kind regards, - JH

Re: [yocto] Support NAND flash

2019-06-06 Thread JH
More specific, looks to me that the drivers are OS based, the eCos has NAND I/O, the OpenWRT has some support NAND I/O as well, how does the Yocto support? Thank you. Kind regards, - JH On 6/6/19, JH wrote: > Hi, > > Has anyone used NAND? Does the MTD already support the NAND drive

Re: [yocto] Download git source not the latest

2019-06-13 Thread JH
piter On 6/12/19, Richard Purdie wrote: > On Tue, 2019-06-11 at 20:38 +1000, JH wrote: >> Hi, >> >> I set up SRCREV = "${AUTOREV}" in the recipe of my application, but >> too often it downloaded the old revision. How can I force the bitbake >> to download

[yocto] Command to make zimage to ramdisk format

2019-06-13 Thread JH
/to/initrd.img /path/to/uInitrd Thank you. Kind regards, - JH -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Download git source not the latest

2019-06-11 Thread JH
Hi, I set up SRCREV = "${AUTOREV}" in the recipe of my application, but too often it downloaded the old revision. How can I force the bitbake to download the latest git source? Thank you. - jupiter -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] UBOOT_CONFIG for i.MX 6ULZ NAND

2019-06-19 Thread JH
Hi, I am using i.MX 6ULZ processor (MCIMX6Z0DVM09AB) with internal NAND flash, will it be sufficient to config UBOOT_CONFIG = "nand" in local.conf for downloading Linux kernel image to NAND and boot from NAND? Does it need to configure UBOOT_CONFIG["mfgtool] for using imx mfgtool uuu? Thank

[yocto] Failed Linux network getnameinfo

2019-06-24 Thread JH
Hi, I can run following code in Ubuntu to print out the host address, but I could not get host address (empty) in Yoctor imx6 build. That function is POSIX compatible, what I could be missing? struct sockaddr *addr; /* input */ socklen_t addrlen; /* input */ char hbuf[NI_MAXHOST];

Re: [yocto] Yocto image systemd debugging

2019-05-10 Thread JH
vice StandardError='journal+console', correct? cat /lib/systemd/system/ofono.service [Unit] Description=Telephony service After=syslog.target [Service] Type=dbus BusName=org.ofono ExecStart=/usr/sbin/ofonod -n StandardError=null [Install] WantedBy=multi-user.target Thank you. K

Re: [yocto] Yocto image systemd debugging

2019-05-10 Thread JH
Figured out crond log journalctl -u crond. Which systemd daemon for auto service launch during boot? Thank you. - jh On 5/10/19, JH wrote: > Hi, > > How did you debug systemd running Yocto image on embedded system when > services or cron jobs failed to run? > > T

[yocto] Yocto image systemd debugging

2019-05-10 Thread JH
Hi, How did you debug systemd running Yocto image on embedded system when services or cron jobs failed to run? Thank you. - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Could not find glib.h

2019-04-30 Thread JH
Hi, I added glib-2.0 to DEPENDS but it still could find the glib.h, what I could be missing here? fatal error: glib.h: No such file or directory | #include | ^~~~ | compilation terminated. Thank you. Kind regards, - jupiter -- ___

Re: [yocto] Could not find glib.h

2019-05-01 Thread JH
Thanks Richard, where to run pkg-config? If I run pkg-config in the host, it pointed to host Ubuntu package which is different to the cross compiler. On 5/1/19, Richard Purdie wrote: > On Wed, 2019-05-01 at 10:43 +1000, JH wrote: >> Hi, >> >> I added glib-2.0 to DEPENDS bu

Re: [yocto] Could not find glib.h

2019-05-01 Thread JH
fatal error: glib.h: No such file or directory #include ^~~~ compilation terminated. Thank you. Kind regards, - jupiter On 5/1/19, Andreas Müller wrote: > On Wed, May 1, 2019 at 12:35 PM JH wrote: >> >> Thanks Richard, where to run pkg-config? If I run pkg-config

Re: [yocto] How to define and build device tree in Yocto?

2019-05-06 Thread JH
Hi Bas and Gabriele, Thank you so much for you advice. > My usual way of doing it is as follows: > > I usually don't need to make large modifications to the kernel source, > so I don't need to clone the kernel, but use the default kernel for the > SoC with some patches. So do I. > I use a

[yocto] What is the right SRC_URI syntax for g...@bitbucket.org?

2019-04-19 Thread JH
.@bitbucket.org The Yocto also complained SRCREV, following some blog to add the SRCREV = "${AUTOREV}" that not work either. Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] System service

2019-05-02 Thread JH
Hi, The official ofono.inc recipe defines SYSTEMD_SERVICE_${PN} = "ofono.service", but when I built the image, the system service does not start ofono daemon automatically, I have to run the ofono daemon manually. What I could be missing here? Here is the ofono recipes, sorry if I need to ask

Re: [yocto] Yocto Project Upcoming Conferences and Developer Days

2019-05-04 Thread JH
Any planning to have a conference to Melbourne Australia in the near future? I am keen to help. Thank you. Kind regards, - jupiter On 5/4/19, Volosincu, Andreea S wrote: > Greetings, > > Yocto Project is pleased to announce the plans for the upcoming Embedded > Linux Conferences in NA and

Re: [yocto] How to define and build device tree in Yocto?

2019-05-06 Thread JH
o generate a dtb file in recipe. Appreciate more clarification. Thank you. - jh On 5/6/19, Gabriele Zampieri wrote: > Hi, > > The easiest way is to add them via patches. You can write a recipe that > patch the Linux tree and put it in your meta layer (usually in > meta-xxx/recipe

[yocto] Yocto concept and support for dual version firmware upgrad and boot

2019-05-02 Thread JH
Hi, Are there any Yocto recipes to support dual version control for firmware image upgrade and boot? The scenario is to make 2 partitions, one partition to install a work version of image, say v1.0, another partition to install a development version of image, say v1.1, the boot process should

Re: [yocto] Yocto concept and support for dual version firmware upgrad and boot

2019-05-03 Thread JH
ions available for Yocto: > > https://wiki.yoctoproject.org/wiki/System_Update#Comparison > > Regards, > Cyril > > > From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] on > behalf of JH [jupiter@gmail.com] > Sent:

[yocto] How to create a cronjob in Yocto recipe?

2019-05-03 Thread JH
Hi, I try to figure out how to build cron job in Yocto image, my current image does not have /etc/cron.d, is it correct I need to install the cronie package (recipe https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-extended/cronie/cronie_1.5.4.bb) to packagegroup, to

Re: [yocto] Could not find glib.h

2019-05-01 Thread JH
Thank you very much Andreas, that fixed it, so much to learn :-). Appreciate your helps. - jupiter On 5/2/19, Andreas Müller wrote: > On Thu, May 2, 2019 at 12:32 AM JH wrote: >> >> Hi Andreas, >> >> It was my program, it has been compiled for weeks without

[yocto] How to define and build device tree in Yocto?

2019-05-05 Thread JH
Hi, I think the device tree blob is build from device tree source, but I could not find any dts files in recipe source directory, there are many dts files in build directory and there are dtb in build directory. If I have a device tree source, where I should put it and how to define the recipe

Re: [yocto] Failing to build initramfs ramdisk

2019-07-04 Thread JH
Thanks, resolved. Kind regards, - jh On 7/4/19, JH wrote: > Hi, > > I tried to build initramfs ramdisk on imx6, I added following > statements in local.conf > > UBOOT_CONFIG = "emmc" > INITRAMFS_IMAGE_BUNDLE = "1" > > The build failed at last stag

[yocto] How to extrac rootfs.wic in Ubuntu?

2019-07-05 Thread JH
Hi, I know I can use dd to write wic to a device such as a SD card, but I need to extract rootfs.wic then repack it by tar.gz in Ubuntu machine. Is it possible? How can I do it. Thank you. - jupiter -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] How to extrac rootfs.wic in Ubuntu?

2019-07-05 Thread JH
dard) available image types can be found here: > https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-IMAGE_TYPES > > Gabriele > > Il giorno ven 5 lug 2019 alle ore 14:23 JH ha > scritto: > >> Hi, >> >> I know I can use dd to write

Re: [yocto] Can't boot to initramfs

2019-07-12 Thread JH
AGE is defined. Thank you On 7/12/19, JH wrote: > Hi Moritz, > > I could not find zImage-initramfs: > > $ grep zImage tempfile > > ARCH_DEFAULT_KERNELIMAGETYPE="bzImage" > KERNEL_IMAGETYPE="bzImage" > KERNEL_IMAGETYPES="bzImage" > QB_DEFAULT_K

Re: [yocto] Can't boot to initramfs

2019-07-12 Thread JH
Hi Moritz, I could not find zImage-initramfs: $ grep zImage tempfile ARCH_DEFAULT_KERNELIMAGETYPE="bzImage" KERNEL_IMAGETYPE="bzImage" KERNEL_IMAGETYPES="bzImage" QB_DEFAULT_KERNEL="bzImage" $ grep zImage-initramfs tempfile $ grep INITRAMFS_IMAGE_BUNDLE tempfile # $INITRAMFS_IMAGE_BUNDLE

Re: [yocto] Can't boot to initramfs

2019-07-12 Thread JH
Hi Moritz, On 7/12/19, Moritz Porst wrote: > Hey > > On 12.07.19 10:05, JH wrote: >>> BOOT_IMAGE=/bzImage root=PARTUUID=71d1d94a-83e8-4895-98eb-35309f58119f >> break=premount quiet rootwait rootwait rootfstype=ext4 >> console=ttyS0,115200 console=tty0 >> &

Re: [yocto] Can't boot to initramfs

2019-07-13 Thread JH
Hi Moritz, Thanks for your explanation, I know the copy from your script is for an example, Did you get the zImage-initramfs? I'll double check to follow your and Zoran documents. Thank you. - jupiter -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Stuck to build zImage-initramfs

2019-07-09 Thread JH
yoctoproject.org/pipermail/yocto/2018-July/041680.html > > Zoran > ___ > > On Mon, Jul 8, 2019 at 11:43 PM JH wrote: >> >> Hi, >> >> I have been stuck to build zImage-initramfs for weeks. I've read Yocto >> latest document, but still failed

[yocto] Failing to build initramfs ramdisk

2019-07-04 Thread JH
Hi, I tried to build initramfs ramdisk on imx6, I added following statements in local.conf UBOOT_CONFIG = "emmc" INITRAMFS_IMAGE_BUNDLE = "1" The build failed at last stage of do_image_wic, the error is "No such file or directory u-boot.imx", what I could

[yocto] Where to add U-Boot argements bootargs and bootcmd?

2019-07-08 Thread JH
Hi, Which Yocto files and which statement can I add my own U-Boot bootargs and bootcmd? Thank you. - jupiter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Stuck to build zImage-initramfs

2019-07-08 Thread JH
'core-image-minimal-initramfs' core-image-minimal-initramfs was skipped: incompatible with host arm-oe-linux-gnueabi (not in COMPATIBLE_HOST) Could any one help what I am missing here and how to build the zImage-initramfs? Thank you. Kind regards, - jh -- ___

Re: [yocto] What is the right SRC_URI syntax for g...@bitbucket.org?

2019-04-23 Thread JH
SRC_URI = "gitsm://g...@bitbucket.org// name>.git;protocol=ssh;branch=${BRANCH}" > > Cheers, > Erik > On 21 Apr 2019, 02:58 +0200, JH , wrote: > Hi, > > Could someone kindly clarify what is the syntax to access git source > from bitbucket.org? I tried followi

[yocto] Anyone used uBlox EMMY-W1 and has patches?

2019-04-09 Thread JH
Hi, The Marvell firmware sd8887_uapsta_a2 seems diff to the current sd8887_uapsta. Thanks. - jupiter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] WARNING message: Building library didn't pass LDFLAGS? [ldflags]

2019-04-23 Thread JH
Hi, What is the following WARNING means, how can I fix it? yocto-sample-1.0.0-0 do_package_qa: QA Issue: No GNU_HASH in the ELF binary my_library, didn't pass LDFLAGS? [ldflags] Thank you. Kind regards, - jupiter -- ___ yocto mailing list

Re: [yocto] What is the right SRC_URI syntax for g...@bitbucket.org?

2019-04-24 Thread JH
Thanks Erik, that did the trick. Kind regards, - jupiter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] What is the right SRC_URI syntax for g...@bitbucket.org?

2019-04-20 Thread JH
{BRANCH}" Thank you. Kind regards, - jupiter On 4/20/19, JH wrote: > Hi, > > Sorry for a new starter questions, I searched Internet, there are a > few examples to set up: > > SRC_URI = "git://@bitbucket.org// name>.git;protocol=ssh";branch=${BRANCH}"

Re: [yocto] Can't boot to initramfs

2019-07-15 Thread JH
Hi Zoran, On 7/12/19, Zoran Stojsavljevic wrote: > Moritz, > > Thank you very much for this reply. It makes it very clear... What is > the current State of Affairs for the topic. > > Let us see if there will be the improvement to this topic. I'll > document this on one of my private GitHubs. And

Re: [yocto] Where to add U-Boot argements bootargs and bootcmd?

2019-07-15 Thread JH
Thanks Gabriele and Maciej, I use meta-freescale for imx6. The u-boot argements seem defined in wks files such as imx-uboot-mxs.wks, imx-uboot-bootpart.wks, not quite sure how to extend or overwrite it. Sorry still learning the Yocto. Thank you. Kind regards, - jh On 7/15/19, Gabriele Zampieri

[yocto] Allow choose of U-Boot config for machine

2019-07-01 Thread JH
: unparsed line: 'UBOOT_CONFIG=nand' What should be a proper process to overwrite imx6ullevk.conf UBOOT_CONFIG from sdcard to nand? Thank you. Kind regards, - JH -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Allow choose of U-Boot config for machine

2019-07-02 Thread JH
t uboot without the target > board. If you are planning to use a commercial solution which is supported > by Yocto, you should be safe enough for now. > > Gabriele > > Il giorno mar 2 lug 2019 alle ore 09:40 JH ha > scritto: > >> Thanks Gabriele, you are right, it did not wo

Re: [yocto] Allow choose of U-Boot config for machine

2019-07-02 Thread JH
Thanks Gabriele, you are right, it did not work in command line but it did not complain after UBOOT_CONFIG = "nand" to local.conf, how can I am sure it is built to boot from nand? I don't have a board to try yet. Thank you very much. Kind regards, - jh On 7/2/19, Gabriele Zampi

[yocto] QA issue applibrary rdepends on app-dev [dev-deps], where is the do_package_qa?

2019-08-04 Thread JH
consider fixing them. Even I reverse the changes back the, it still complained the same error. I don't have do_package_qa in my bb file, where is it from? What is that error about? How to fix it? Thank you. Kind regards, - jh -- ___ yocto mailing list

[yocto] Can Yocto build to set up process running priority in service?

2019-08-22 Thread JH
Hi, How to set up process running priority for services in Yocto build using renice or some method? Thank you. Kind regards, - jupiter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] To enable all service files

2019-08-24 Thread JH
Hi, I have multiple services files defined in following statements, will it all automatically be enabled? SYSTEMD_SERVICE_${PN} = "${PN}.service app1.service app2.service app2.timer app3.service" SYSTEMD_AUTO_ENABLE_${PN} = "enable" Thank you.

Re: [yocto] Can Yocto build to set up process running priority in service?

2019-08-22 Thread JH
I have two processes launched from a service unit, how can the Yocto customer distro to set up high_priority_process? ExecStartPre=low_priority_priority ExecStart=high_priroty_process Thank you. Kind regards, - jh On 8/22/19, JH wrote: > Hi, > > How to set up process running

Re: [yocto] Can Yocto build to set up process running priority in service?

2019-08-22 Thread JH
Thanks ChenQi, can the process priority be set in ExecStart= of the xxx.service file? Thank you. Kind regards, - jh On 8/23/19, ChenQi wrote: > On 08/23/2019 05:32 AM, JH wrote: >> I have two processes launched from a service unit, how can the Yocto >> customer d

Re: [yocto] Can Yocto build to set up process running priority in service?

2019-08-22 Thread JH
CPUSchedulingPriority=20 Thank you. - jh On 8/23/19, ChenQi wrote: > On 08/23/2019 10:58 AM, JH wrote: >> Thanks ChenQi, can the process priority be set in ExecStart= of the >> xxx.service file? >> >> Thank you. >> >> Kind regards, >> >> -

[yocto] Kenel 5.1.0 SRCREV

2019-09-07 Thread JH
Hi, Anyone know what is the kernel 5.1.0 SRCREV? Thank you -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Anyone tried to build and to use QUIC?

2019-07-31 Thread JH
Hi, I searched recipes for supporting QUIC, but could not find it. Has anyone tried to build and to use QUIC? Thank you. Kind regards, - JH -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How to create a service only startes at shutdown process?

2019-08-07 Thread JH
Hi, Most of the services are started in boot, how can I have create a service only to be active in shutdown (not in boot) to clean up? Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

Re: [yocto] Replace busybox by bash

2019-08-07 Thread JH
Good advice, thanks Ross. On 8/7/19, Ross Burton wrote: > On 06/08/2019 13:34, JH wrote: >> The busybox is too simple, my application heavy based on shell >> scripts, I have been thinking to dig out the busybox and replace it by >> bash, has anyone remove the busybox to use

Re: [yocto] QA issue applibrary rdepends on app-dev [dev-deps], where is the do_package_qa?

2019-08-08 Thread JH
Hi Alex, thanks for your response and kind help. I finally fixed it by adding a do_package_qa() in my bb file. What will be the consequence about it? Thank you. Kind regards, - jh On 8/6/19, Alexander Kanavin wrote: > The right way out of this is to fix the issue: your main package depe

[yocto] Yocto build failed to include service file in /deplogy/images/image.wic.gz

2019-07-31 Thread JH
l-mgr.service", could anyone help please? Thank you. Kind regards, - JH -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto build failed to include service file in /deplogy/images/image.wic.gz

2019-08-01 Thread JH
Thank you so much Rudolf, that was indeed solved the problem. Great appreciate it. Cheers. - JH On 8/1/19, Rudolf J Streif wrote: > JH, > > To enable systemd service for your application your recipe needs to > inherit the systemd class and install the service file in the proper

[yocto] Make the service the last run in boot

2019-08-01 Thread JH
, - JH -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Make the service the last run in boot

2019-08-01 Thread JH
The application requires network connection to communicate services via Internet, it could only work if the network connection is ready, so I really want to know which system servuce run at last I could put it in the After statement. On 8/1/19, ChenQi wrote: > On 08/01/2019 03:37 PM, JH wr

Re: [yocto] Make the service the last run in boot

2019-08-02 Thread JH
Terrific, that works well, thanks Rudolf and ChenQi. On 8/2/19, Rudolf J Streif wrote: > Adding > > After=multi-user.target > > to the [Unit] section in your systemd service file should do what you want. > > :rjs > > On 8/1/19 4:08 AM, JH wrote: >> The applic

Re: [yocto] Anyone tried to build and to use QUIC?

2019-08-02 Thread JH
Hi Randy, On 8/2/19, Randy MacLeod wrote: > On 7/31/19 7:06 AM, JH wrote: >> Hi, >> >> I searched recipes for supporting QUIC, but could not find it. Has >> anyone tried to build and to use QUIC? >> >> Thank you. >> >> Kind regards, >> &

Re: [yocto] How to create a service only startes at shutdown process?

2019-08-09 Thread JH
; Most of the services are started in boot, how can I have create a >> service only to be active in shutdown (not in boot) to clean up? >> >> Thank you. >> >> Kind regards, >> >> - jh > > Make use of ExecStop, leave ExecStart to be empty. I tried it:

Re: [yocto] QA issue applibrary rdepends on app-dev [dev-deps], where is the do_package_qa?

2019-08-06 Thread JH
nk you > Alex > > On Tue, 6 Aug 2019 at 10:40, JH wrote: > >> Hi, >> >> According to the latest document: >> >> "Package QA checks are now performed during a new do_package_qa task >> rather than being part of the do_package task. This

Re: [yocto] QA issue applibrary rdepends on app-dev [dev-deps], where is the do_package_qa?

2019-08-06 Thread JH
tasks themselves by marking them as noexec. For those packages, you will need to disable the do_package_qa task as well." How can I disable the do_package_qa task? Thank you. Kind regards, - jh On 8/4/19, JH wrote: > Hi, > > I was running my Yocto build fine until I had a m

[yocto] Replace busybox by bash

2019-08-06 Thread JH
, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] QA issue applibrary rdepends on app-dev [dev-deps], where is the do_package_qa?

2019-08-06 Thread JH
/app_library_git.bb:do_package_qa) failed with exit code '1' There is no do_package_qa in my app_library_git.bb, where is that do_package_qa from? how can I disable it? It sounds every easy in the document to disable it, but it did not give any clues -:(. Thank you. Kind regards, - jh On 8/6/19, Alexander Kanavin wrote

[yocto] install -m 0644 ${S}/lib/systemd/system/${PN}.service ${D}/${systemd_system_unitdir} failed to add service file to ${systemd_system_unitdir}

2019-07-23 Thread JH
em_unitdir} } Despite both service files are in build directory, the final image installation does not include those service files, appreciate anyone help. Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

[yocto] Missing service file

2019-07-18 Thread JH
/systemd/system/${PN}.service ${D}/${systemd_system_unitdir} } Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Missing service file

2019-07-18 Thread JH
Thanks Maciej, On 7/18/19, Maciej Pijanowski wrote: > > On 18.07.2019 12:01, JH wrote: >> Hi, >> >> I set up a service file at following myapp.bb file, but that service >> file was not installed to /lib/systemd/system. What could I be wrong >> here? > No

Re: [yocto] Where to add U-Boot argements bootargs and bootcmd?

2019-07-16 Thread JH
Hi Gabriele, Thank you for your kind explanations and links, that's great helpful. Will dig further to learn more. Cheers. - jh On 7/16/19, Gabriele Zampieri wrote: > Hi JH, > > wks is the extension used by wic to generate different kind of flashable > (partitioned) images.

Re: [yocto] Can't boot to initramfs

2019-07-16 Thread JH
while building with what we > all put as collection of patchworks. > > I have no time to do this, since I need very urgently to do some other > important for me stuff on BBB. > > Zoran > ___ > > > > > On Mon, Jul 15, 2019 at 2:10 PM JH wrote: >> >>

[yocto] How to fix SSH interfactive promotion for Yocto Linux embedded system

2019-07-24 Thread JH
Hi, I am running busybox in imx6 using ssh and scp in shell scripts, but I troubled to run the scripts to run ssh and scp, it did not have ssh options stopped at following: scp -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o ServerAliveCountMax=3 -o StrictHostKeyChecking=no -o

Re: [yocto] How to fix SSH interfactive promotion for Yocto Linux embedded system

2019-07-25 Thread JH
le better command, something like: >> scp user_name@host_IP_address:/directory path> >> https://www.youtube.com/watch?v=fmMg6cyww14 >> >> Zoran >> ___ >> >> On Thu, Jul 25, 2019 at 3:10 AM JH wrote: >> > >> > Hi, >> > >&

[yocto] Recurrent service file

2019-07-25 Thread JH
Hi, I am running Yocto distroI am building a service file like a cron job to run every 10 minutes, I searched from Internet, there was tips to use Restart=always and RestartSec=10min, but that seems not quite right, the document said that RestartSec is for delaying 10min, any tips how to fix

Re: [yocto] kernel module and drivers missing in final image

2019-09-28 Thread JH
On 9/27/19, Maciej Pijanowski wrote: > > On 27.09.2019 14:01, JH wrote: >> Hi, >> >> I included emmy-w1-driver-sdiosdio in packagegroup.bb, but all drivers >> and kernel modules in emmy-w1-driver-sdiosdio are missing in the >> deploy image, any cl

Re: [yocto] kernel module and drivers missing in final image

2019-09-28 Thread JH
On 9/28/19, JH wrote: > On 9/28/19, JH wrote: >> On 9/28/19, JH wrote: >>> On 9/27/19, Maciej Pijanowski wrote: >>>> >>>> On 27.09.2019 14:01, JH wrote: >>>>> Hi, >>>>> >>>>> I included emmy-w1-driver-

Re: [yocto] kernel module and drivers missing in final image

2019-09-28 Thread JH
On 9/28/19, JH wrote: > On 9/28/19, JH wrote: >> On 9/27/19, Maciej Pijanowski wrote: >>> >>> On 27.09.2019 14:01, JH wrote: >>>> Hi, >>>> >>>> I included emmy-w1-driver-sdiosdio in packagegroup.bb, but all drivers

Re: [yocto] kernel module and drivers missing in final image

2019-09-28 Thread JH
On 9/28/19, JH wrote: > On 9/27/19, Maciej Pijanowski wrote: >> >> On 27.09.2019 14:01, JH wrote: >>> Hi, >>> >>> I included emmy-w1-driver-sdiosdio in packagegroup.bb, but all drivers >>> and kernel modules in emmy-w1-driver-sdiosdio are

[yocto] No rule to make target 'zImage'

2019-09-30 Thread JH
Hi, I am building Yocto, it stopped at building kernel "No rule to make target 'zImage'", what I could be missing? Log data follows: | DEBUG: Executing shell function do_compile | NOTE: make -j 6 HOSTCC=gcc

[yocto] kernel module and drivers missing in final image

2019-09-27 Thread JH
Hi, I included emmy-w1-driver-sdiosdio in packagegroup.bb, but all drivers and kernel modules in emmy-w1-driver-sdiosdio are missing in the deploy image, any clues why, how to debug it, how to fix it? Thank you. Kind regards, - jh -- ___ yocto

[yocto] Missing init symbolic link in rootfs

2019-07-06 Thread JH
Hi, I built the rootfs image but it missed a symbolic link init at the / directory, although I added following init link manually, I should fix it in Yocto build. What should I fix the image build cofiguration to include init link at the /? $ ls / bin dev home libmnt root sbin tmp

[yocto] How to add udev in Yocto build?

2019-07-06 Thread JH
Hi, I need to add a udev file to make kernel device name symbolic link, any example I can make the Yocto configure to achieve it? Thank you. Kind regards, - jupiter -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Stuck to build zImage-initramfs

2019-07-09 Thread JH
if you are interested. Thank you. - jupiter > Zoran > ___ > > On Tue, Jul 9, 2019 at 1:47 PM JH wrote: >> >> Thanks Zoran, I did see that link and your post to run mkimage. Did >> you get zImage-initramfs? I have to admit, I lost in that long email >> di

[yocto] Running systemd service including boot time

2019-11-06 Thread JH
immediately in boot? OnBootSec=2 OnActiveSec=30min Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Which recipe for qmicli?

2019-10-31 Thread JH
Hi, The qmicli is in libqmi-utils in Ubuntu package, but I could not find Yocto libqmi-utils, only libqmi recipe, is qmicli in libqmi? Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

[yocto] Busybox shell script misbehavior when it is launched by systemd service

2019-11-06 Thread JH
behavior, anyone knows how to fix it? Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Which recipe for qmicli?

2019-10-31 Thread JH
Thank you very much Nicolas. On 10/31/19, Nicolas Dechesne wrote: > On Thu, Oct 31, 2019 at 7:26 AM JH wrote: >> >> Hi, >> >> The qmicli is in libqmi-utils in Ubuntu package, but I could not find >> Yocto libqmi-utils, only libqmi recipe, is qmicli in libqmi?

Re: [yocto] kernel.bbclass do_bundle_initramfs did not work

2019-10-07 Thread JH
Hi Moritz, On 10/4/19, Moritz Porst wrote: > Hey JH, > > I had a similiar problem before. What branch and revision do you have > checked out for your meta-layers ? Mine looks like the following and I > get an initramfs built into my image: > > meta-yocto

[yocto] kernel.bbclass do_bundle_initramfs did not work

2019-10-04 Thread JH
ing here? Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[linux-yocto] Risks to transfer from Debian armhf to Yocto

2019-03-06 Thread JH
. Kind regards, - jh -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

[linux-yocto] Which version of kernel / wifi support uBlox EMMY-W1?

2019-04-14 Thread JH
Hi, The linux-firmware-sd8887 in kernel version linux-imx-4.9.123 does not work for uBlox EMMY-W1 which using sd8887_bt_a2, are there any patches or fix in kernel / linux-firmware-sd8887? Thank you. - jupiter -- ___ linux-yocto mailing list

[linux-yocto] Support NAND flash

2019-05-16 Thread JH
Hi, I looked at my kernel 5.1 defconfig and could not find device driver for NAND Flash PARALLEL 48TSOP, any advice how to make the kernel support for NAND Flash PARALLEL 48TSOP? Thank you. - jupiter -- ___ linux-yocto mailing list

[linux-yocto] Partition storage

2019-05-02 Thread JH
Hi, I need to partition the Flash storage to use dual versions of firmware / image, can it be defined in recipe? Thank you. Kind regards, - jupiter -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org