[OE-core] do_package error in kirkstone branch

2022-05-08 Thread JH
Hello, I am puzzled by the following final do_package errors for dbus, glib-2.0-dev etc in the kirkstone branch, that error messages were never seen in honister and other branches. dbus glib etc are from oe-core, could oe-core insiders advise what those error messages are about and how to fix it?

[OE-core] Which vendors maintain SDIO WiFi in mainline stable kernel

2022-03-29 Thread JH
Hi, I could not understand why so many large WiFi chip vendors retreat to stop maintaining WiFi SDIO chips to mainline Linux kernel, and to settle it's chip support to out of the tree, use its own SDK and proprietary kernel tree to source.codeaurora.org or private repository which are not

Re: [OE-core] [yocto] Honister broken WiFi communication

2022-01-18 Thread JH
Hi Rudolf, Thanks for your response and comments. > If you run ifconfig -a does your WiFi interface show up? If not there is an > issue with the driver. Use dmesg and filter for the driver. Often a driver > cannot load the firmware. What is your WiFi hardware? Not that bad, the WiFi interfaces

[OE-core] Honister broken WiFi communication

2022-01-18 Thread JH
Hi, Has anyone successfully built a Linux image by Honister to run WiFi driver, connman and wpa_supplicant for WiFi interface? I could build an image by Zeus to run WiFi driver, wpa_supplicant, connman and dbus well, but after upgrading to Honister, the Linux image building was fie, but the WiFi

[OE-core] Honister wrong date time

2022-01-06 Thread JH
regards, jh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#160223): https://lists.openembedded.org/g/openembedded-core/message/160223 Mute This Topic: https://lists.openembedded.org/mt/88234719/21656 Group Owner: openembedded-core+ow

[OE-core] Where to define udev to load kernel modules in boot?

2021-12-23 Thread JH
MODE="0666" SUBSYSTEM=="video", MODE="0660" KERNEL=="fb[0-9]", MODE="0660", GROUP="video" KERNEL=="gsl_kmod", MODE="0660", GROUP="video" KERNEL=="galcore", MODE="0660", GROUP="vi

Re: [yocto] [OE-core] How to create connman_1.40.bbappend to enable and to build connman with iwd?

2021-11-26 Thread JH
in the Linux console if the connmand is running with iwd or with wpa_supplicant? I have disabled wpa_supplicant.service, and I'll remove wpa_supplicant completely when I find a way to do it. Thank you. Kind regards, - jh On 11/27/21, Tim Orling wrote: > On Fri, Nov 26, 2021 at 5:48 PM Tim Orling via

[OE-core] How to create connman_1.40.bbappend to enable and to build connman with iwd?

2021-11-25 Thread JH
to replace wpa_supplicant by iwd, what could I be missing here? Appreciate your kind advice. Thank you. Kind regards, - jh On 11/26/21, JH via lists.yoctoproject.org wrote: > Hi, > > Please correct me, but it seems to me the connman is moving to a > direction to ditch out wp

Re: [OE-core] [yocto] Honister version: ERROR: QA Issue: Files/directories were installed but not shipped

2021-11-22 Thread JH
Thanks Michael, greatly appreciate it. On 11/23/21, Michael Opdenacker wrote: > Hi Jupiter, > > On 11/22/21 10:51 AM, JH wrote: >> Hi, >> >> I was able to build my package in Zeus, I am now upgrading from Zeus >> to Honister, the same package I could build

[OE-core] Honister version: ERROR: QA Issue: Files/directories were installed but not shipped

2021-11-22 Thread JH
do_package_qa() in my receipt, it does not work either. Are there any ways to disable package QA? Appreciate your advice either how to fix it or disable package QA. Thank you. Kind regards, - JH -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#158560

Re: [OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-11 Thread JH
ution file. Thank you. Kind regards, - jupiter > HTH, > Federico > > > Il giorno lun 11 ott 2021 alle ore 06:30 JH ha > scritto: > >> Hi, >> >> The Yocto uses /etc/profile for root login, but there is no root >> physical login in an embedded device

[OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-10 Thread JH
Hi, The Yocto uses /etc/profile for root login, but there is no root physical login in an embedded device so the /etc/profile is never called, I added a shell script to /etc/profile.d, it was not called either. Both /etc/profile and scripts in /etc/profile.d can only be invoked when I physically

Re: [OE-core] Incorrect systemd timer

2021-09-27 Thread JH
> perhaps use > OnCalendar=*-*-* *:*:00 No, the same result, completely bewildered why the timer does not work in Yocto Linux Thanks Khem. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#156404):

Re: [OE-core] Incorrect systemd timer

2021-09-26 Thread JH
I changed OnCalendar=*-*-* *:*:50, in vain On 9/27/21, Jupiter wrote: > Hi, > > I set up a service timer to run the service every minute at times > 01:10:50, 01:10:50, 01:10:50, ... > > [Unit] > Description=Run watchdog job at every 1 minute > [Timer] > Unit=mwatchdog.service >

[OE-core] Incorrect systemd timer

2021-09-26 Thread JH
Hi, I set up a service timer to run the service every minute at times 01:10:50, 01:10:50, 01:10:50, ... [Unit] Description=Run watchdog job at every 1 minute [Timer] Unit=mwatchdog.service OnCalendar=*-*-* *:00:50 Persistent=true [Install] WantedBy=timers.target But the timer was actually fired

Re: [OE-core] OE systemd RemainAfterExit does not work

2021-09-15 Thread JH
Hi Qi, Indeed that did the trick, you rock! Thank you so much. Kind regards, - jupiter On 9/15/21, ChenQi wrote: > On 09/15/2021 04:32 PM, Jupiter wrote: >>> How about adding 'ExecStart=/bin/true' here? >> It was my first try, but it did not work so I removed it. >> >> Thank you Qi. >> >>

Re: [OE-core] OE systemd RemainAfterExit does not work

2021-09-15 Thread JH
> How about adding 'ExecStart=/bin/true' here? It was my first try, but it did not work so I removed it. Thank you Qi. Kind regards, - jupiter -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#156042):

[OE-core] OE systemd RemainAfterExit does not work

2021-09-15 Thread JH
Hi, I am running a logout systemd service to clean up in shutdown, the service was called in boot but was not called in the shutdown process, I double checked the mlogout.sh script which was not executed. I tried RemainAfterExit=yes, it did not work either, what could I be missing? # cat

Re: [OE-core] oFono Version 1.31 ofonod crash

2021-08-25 Thread JH
Hi Sergei, Thanks for the advice, the latest ofono in oe-core master is 1.32, but I am in branch Hardknott, so I copied ofono 1.32 from master to my layer running Hardknott branch, but I could not build ofono 1.32 in Hardknott: ERROR: ParseError at

[OE-core] Update bitbake broken build

2021-08-23 Thread JH
Hi, I updated the bitbake to run git pull in master branch, now it is broken, what does the following error message mean, how to fix it? $ bitbake-layers show-layers NOTE: Starting bitbake server... ERROR: Variable PROVIDES_prepend contains an operation using the old override syntax. Please

[OE-core] oFono Version 1.31 ofonod crash

2021-08-20 Thread JH
Hi, I build ofono v1.31 from git://git.yoctoproject.org/poky branch hardknott, $ cat meta/recipes-connectivity/ofono/ofono_1.31.bb SUMMARY = "open source telephony" DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through

[OE-core] Hardknott systemd-journald issue

2021-08-16 Thread JH
and replacing. Thank you. Kind regards, - jh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154854): https://lists.openembedded.org/g/openembedded-core/message/154854 Mute This Topic: https://lists.openembedded.org/mt/84939690/21656 Group Owner

[OE-core] Failed to boot kernel 5 after upgrading to Hardknott

2021-08-15 Thread JH
or directory [9.431805] systemd[1]: Failed to mount cgroup at /sys/fs/cgroup/systemd: No such file or directory [!!] Failed to mount API filesystems. [9.463151] systemd[1]: Freezing execution. What could I be missing? Thank you. Kind regards, - jh -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [OE-core] [yocto] Is it a bug or it does not support device tree /delete-node/?

2021-06-05 Thread JH
Thanks Quentin, that did the trick. On 6/5/21, Quentin Schulz wrote: > Hi, > > On June 5, 2021 12:43:19 AM UTC, JH wrote: >>Hi, >> >>I am building following imx6ulz-kobs.dts file to a dtb in zeus: >> >>$ cat imx6ulz-kobs.dts >> >>#include &q

[OE-core] Is it a bug or it does not support device tree /delete-node/?

2021-06-04 Thread JH
Hi, I am building following imx6ulz-kobs.dts file to a dtb in zeus: $ cat imx6ulz-kobs.dts #include "imx6ulz.dts" /{ model = "customized imx6ull"; compatible = "fsl,imx6ull"; }; { /delete-node/ fsl,use-minimum-ecc; }; The building process was fine, but that fsl,use-minimum-ecc in

[OE-core] WiFi P2P support

2021-04-06 Thread JH
Hi, I am building WiFi wlan Linux image on Zeus using Linux WiFi linux-firmware-sd8801 and connman, I need to add WiFi P2P support, is it sufficient to create wpa-supplicant_2.9.bbappend to enable CONFIG_P2P=y (it is disabled in wpa-supplicant_2.9 defconfig)? Do I need to make other changes on

Re: [OE-core] [meta-freescale] MTD UBI undefined reference failed to build OE gatesgarth branch

2021-01-15 Thread JH
Thanks for your response. I am sorry, I thought that is what meta-freescale for, right? NXP might involve the coding, but is it integrated and released by Yocto / OE https://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/, right? I cloned meta-freescale from Yocto project:

Re: [OE-core] MTD UBI undefined reference failed to build OE gatesgarth branch

2021-01-15 Thread JH
Hello, The mtd build was fine, what could be missing not to link mtd? $ ls 2020.04-r0/build/mx6ull_14x14_evk_nand_config/drivers/mtd built-in.o mtdcore.su mtdpart.o mtd_uboot.o mtd-uclass.o nand spi mtdcore.o mtd.o mtdpart.su mtd_uboot.su mtd-uclass.su onenand ubi On

[OE-core] Does OE / Yocto support dts file remove device node /delete-node/?

2020-05-21 Thread JH
-freescale u-boot-imx_2018.03.bb. Any workarounds to fix that problem? Thank you. Kind regards, - jh -- "A man can fail many times, but he isn't a failure until he begins to blame somebody else." -- John Burroughs -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [yocto] Which recipe for Linux tools to run u-boot command inside Linux?

2020-05-02 Thread JH
nand0, sector size 128 KiB Page size 2048 b OOB size 64 b Erase size131072 b subpagesize 2048 b options 0x40004200 bbt options 0x Any advice what I could be missing? Thank you. Kind regards, - jh On 5/1/20, JH via lists.yoctoproject.org wrote: &

Re: [OE-core] [yocto] Which recipe for Linux tools to run u-boot command inside Linux?

2020-04-30 Thread JH
On 4/30/20, Nicolas Jeker wrote: > on Zeus it's very likely _not_ libubootenv that you need, you should > try to install u-boot-fw-utils. As Yann wrote, the tools are in > libubootenv since Dunfell, which is newer than Zeus. Thanks Nicolas, I have following error, what I could be missing here?

[OE-core] menuconf u-boot

2020-03-13 Thread JH
Hi, I tried to run bitbake -c menuconfig u-boot, it popped up a terminal u-boot-imx configuration: make: *** No rule make target 'menuconfig'. Stop. Command failed. Press any key to continue... How can I run menuconfig u-boot? Thank you. Kind regards, - jh

[OE-core] What is the Yocto / OE recipe for u-boot-fw-utils how can append it?

2020-03-10 Thread JH
. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] Does Yocto / OE build u-boot image for u-boot configs in #define CONFIG_EXTRA_ENV_SETTINGS?

2020-03-04 Thread JH
imx6ullevk board, all settings in CONFIG_EXTRA_ENV_SETTINGS were lost, set nothing in u-boot. It did not seem that Yocto / OE built the u-boot correctly and properly, what I could be missing? Thank you. Kind regards, - jh -- ___ Openembedded-core mailing

[OE-core] Yocto systemd service have different enviornment than the root

2020-02-22 Thread JH
LD_LIBRARY_PATH=/data/lib HOME=/home/root OLDPWD=/data HUSHLOGIN=FALSE PS1=\u@\h:\w\$ LOGNAME=root TERM=xterm PATH=/usr/local/bin:/usr/bin:/bin:/data/bin:/data/sbin:/usr/local/sbin:/usr/sbin:/sbin LANG=C HZ=100 SHELL=/bin/sh PWD=/data/log EDITOR=vi Thank you. - jh

Re: [OE-core] You advice to append environment set up to local root shell profile

2020-02-19 Thread JH
May be I should append to shells script. On 2/20/20, JH wrote: > Hi, > > I want to setup export LD_LIBRARY_PATH and export PATH to the > /home/root shell profile, the oe-core base-files has a profile file, > is it a right way to copy that file to my application layer, to extend

[OE-core] You advice to append environment set up to local root shell profile

2020-02-19 Thread JH
-files_%.bbappend in my application layer. Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] Zeus failed DHCP

2020-02-19 Thread JH
Hi, My build connman on Thud works on WiFi, but Zeus does not work, the connman could not get WiFi DHCP response, it puts a local IP address 169.254.24.188 to my WiFi interface. Has anyone found that the problem in Zeus or it just me may be miss some packages or configuration? What are packages

[OE-core] oe-core recipe for defining directories in /

2020-02-19 Thread JH
Hi, Which recipe defines all directories in "/"? I need to make a bbapand to add directories to /. Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.o

Re: [OE-core] [yocto] Change RO rootfs failed RF Kill Switch Status and Failed to start Run pending postinsts

2020-02-18 Thread JH
rry about the rfkill error but more worried about why the rfkill failed? Was it caused by some system problem? At the moment, I could not get WiFi or LTE connected, which used to be working in RW partition. Thank you. Kind regards, - jh -- ___ Openembe

Re: [OE-core] [yocto] Change RO rootfs failed RF Kill Switch Status and Failed to start Run pending postinsts

2020-02-18 Thread JH
e log, so /var/log -> volatile/log was an invalid link, should I manually create it? Thanks Mikko, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [yocto] Change RO rootfs failed RF Kill Switch Status and Failed to start Run pending postinsts

2020-02-17 Thread JH
pfs (rw,relatime) tracefs on /sys/kernel/debug/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) How should I fix it? Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.

Re: [OE-core] Change RO rootfs failed RF Kill Switch Status and Failed to start Run pending postinsts

2020-02-17 Thread JH
. Starting Load/Save RF Kill Switch Status... On 2/18/20, JH wrote: > Hi, > > Apologize for the cross posting. > > I am running kernel 4.19.75 on iMX6 customized device with WiFi and 4G > LTE, it was running well in an RW rootfs. After I have just changed > rootfs

[OE-core] Change RO rootfs failed RF Kill Switch Status and Failed to start Run pending postinsts

2020-02-17 Thread JH
'systemctl status run-postinsts.service' for details. ... root# Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] Which parameters are shared by kernel and u-boot?

2020-02-16 Thread JH
Hi, Does kernel and u-boot both need be compiled by u-boot configure files to include bootargs, mtdpars etc? Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-09 Thread JH
Anyway, hacked the Makefile and mtdpart.c, finally got it compiled to support UBI. I think some latest branch might fix the problems I haven't tested, if not, I am happy to make patches. Thank you all. Kind regards, - jh On 2/9/20, JH wrote: > Changed to https://source.codeaurora.org/exter

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-09 Thread JH
, mtd_get_device_size all in mtdpart.c which can only be enabled by CONFIG_MTD_PARTITIONS: obj-$(CONFIG_MTD_PARTITIONS) += mtdpart.o But that CONFIG_MTD_PARTITIONS is not supported in defconfig. Could anyone advise which branch works for UBI? Thank you. Kind regards, - jh

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-08 Thread JH
xternal/imx/uboot-imx.git (commit "8be98e9322040c655b9e5c9fb2c494e002e3fad9") works for ubi or not? Or what I could be missing? Apologize to cc source contributors. Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedd

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-07 Thread JH
l menuconfig, I can add KERNEL_CONFIG_COMMAND = "oe_runmake_call -C ${S} O=${B} imx_v6_v7_defconfig" to a bbappend file to run bitbake -c menuconfig kernel. Is there an equivelent UBOOT_CONFIG_COMMAND to run oe_runmake? Thank you. - jh -- ___ Op

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-07 Thread JH
CONFIG_OF_LIBFDT=y # CONFIG_LOAD_FDT_FROM_PART is not set # CONFIG_OF_LIBFDT_OVERLAY is not set # CONFIG_SPL_OF_LIBFDT is not set # CONFIG_FDT_FIXUP_PARTITIONS is not set # # System tables # CONFIG_GENERATE_SMBIOS_TABLE=y CONFIG_SMBIOS_MANUFACTURER="freescale" CONFIG_EFI_LOADE

Re: [OE-core] Support UBI u-boot

2020-02-06 Thread JH
Hi Andy, On 2/6/20, Andy Pont wrote: > JH wrote... > > >>I added NAND and UBIFS support to my Yocto layer machine config file: >> >>UBOOT_CONFIG = "nand" >>UBOOT_CONFIG[nand] += "mx6ull_14x14_evk_config" >>UBOOT_CONFIG[nand] +=

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-06 Thread JH
nment I am currently running on Ubuntu 18 host. Thank you Gabriele for great helps. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-06 Thread JH
On 2/6/20, JH wrote: > I think I need to add an appended recipes-bsp to my layer just like I > added the recipes-kernel to my layer to overwrite kernel defconfig, I > need to overwrite u-boot defconfig. > > In kernel, to overwrite defconfig, I run bitbake -c menuconfig > virtual

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-06 Thread JH
Thanks Gabriele and Andy, On 2/6/20, Gabriele Zampieri wrote: > Hi JH, > > have you tried what we suggested you in your last thread? More specifically > adding your defconfig and tweaking it through menuconfig. and then specify > the UBOOT_MACHINE. Yes, as I posted in another

[OE-core] Support UBI u-boot

2020-02-05 Thread JH
s the policy for making parches and commit to the git repository https://source.codeaurora.org/external/imx/uboot-imx.git? Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [yocto] Which package for nandbiterrs?

2020-02-04 Thread JH
On 2/4/20, Belisko Marek wrote: > On Tue, Feb 4, 2020 at 12:09 PM JH wrote: >> >> Hi, >> >> I built the image in thud to include following MTD receipts: >> >> mtd-utils >> mtd-utils-ubifs >> mtd-utils-tests >> >> But the nandbit

[OE-core] Which package for nandbiterrs?

2020-02-04 Thread JH
Hi, I built the image in thud to include following MTD receipts: mtd-utils mtd-utils-ubifs mtd-utils-tests But the nandbiterrs is still missing, which package for nandbiterrs? Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list

[OE-core] How to patch a local file in a simple elegant way?

2020-02-03 Thread JH
, I am sure there are some nice way to do it. Could you please advise if there is a simple elegant way to do it? Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org

Re: [OE-core] Failed to add u-boot ubifs (not working)

2020-02-03 Thread JH
Hi Quentin, Thanks for your response. On 2/3/20, Quentin Schulz wrote: > Hi JH, > > On Mon, Feb 03, 2020 at 09:56:49PM +1100, JH wrote: >> Hi, >> >> I added my local machine to ubifs, is it correct? >> >> UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_c

[OE-core] Failed to add u-boot ubifs (not working)

2020-02-03 Thread JH
' - try 'help' Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] Could oe-core be infected by virus?

2020-01-28 Thread JH
? As I said, in older version of image, I have never seen those things, where are coming from? Thank you. Kind regards, - jh On 1/21/20, JH wrote: > Hi, > > I have been using thud version to build imx6 image for about a year, > it was all good until my last image built at Mon

Re: [OE-core] Could oe-core be infected by virus?

2020-01-23 Thread JH
Hi Ross, On 1/23/20, Ross Burton wrote: > On 21/01/2020 11:21, JH wrote: >> The wired >> thing was that image injected so many new messages, including "Welcome >> to OpenEmbedded nodistro.0!" I have never seen in previous built image >> boot. > > If yo

Re: [OE-core] Could oe-core be infected by virus?

2020-01-21 Thread JH
Hi Richard, Thanks for your response. On 1/21/20, Richard Purdie wrote: > On Tue, 2020-01-21 at 22:21 +1100, JH wrote: >> Hi, >> >> I have been using thud version to build imx6 image for about a year, >> it was all good until my last image built at Mon Dec 23 2019.

[OE-core] Could oe-core be infected by virus?

2020-01-21 Thread JH
e (or press Control-D to continue): It looks like some kind of virus infected in a desktop system, but I have never seen in an embedded system. Could anyone kindly explain what was going on there? Thank you. Kind regards, - jh -- ___ Openembedded-cor

Re: [OE-core] WiFi network failure after updating thud to zeus

2020-01-19 Thread JH
not clear if it is the same problem of DHCP response or not, but seems something is going on in zeus, appreciate your kindly advice. Thank you. Kind regards, - jh On 1/16/20, JH wrote: > Hi, > > I was using thud version to build image to run on imx6, it was working > perfectly excep

[OE-core] glib-2.0-native recipe

2019-12-05 Thread JH
Hi, I am building libqmi which has dependency on libmbim which has dependency on glib-2.0-native, but I could not glib-2.0-native recipe, appreciate a clue. Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] UBI containing multiple volumes

2019-12-01 Thread JH
, as the same, should it be image=rootfs_data where the rootfs_data is created by ubimkvol /dev/ubi0_3 -s 10MiB -N rootfs_data? Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-29 Thread JH
Hi Ferry, On 10/30/19, Ferry Toth wrote: > Op 29-10-2019 om 11:25 schreef JH: >> Hi Ferry, >> >> On 10/29/19, Ferry Toth wrote: >>> >>> https://github.com/edison-fw/meta-intel-edison/blob/master/meta-intel-edison-bsp/conf/machine/edison.conf >>> &

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-29 Thread JH
Hi Ferry, On 10/29/19, Ferry Toth wrote: > > https://github.com/edison-fw/meta-intel-edison/blob/master/meta-intel-edison-bsp/conf/machine/edison.conf > > And there is the max size! Are you able to run u-boot to start kernel in the large size 64 MB? Thank you. Kind re

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-29 Thread JH
ield"? My image does not have ecos?? > And there is the max size! OK good to know. >>> And that cpio is ~64MB, so it must be possible. >> >> Is the 64MB for compressed cpio.gz? If so, that should be fine. Did >> you allude that 64MB is also a limitation for cpio? > > No I don't think so. That is good. Thanks Ferry. Kind regards, - jh -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-27 Thread JH
Hi Ferry, On 10/27/19, Ferry Toth wrote: > Op 27-10-2019 om 02:27 schreef JH: >> Hi Ferry, >> >> On 10/27/19, Ferry Toth wrote: >>> >>> As an example you might want to look at my repo, I have 2 images minimal >>> and initramfs: >>> https:

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-26 Thread JH
github.com/edison-fw/meta-intel-edison/blob/master/meta-intel-edison-distro/recipes-core/images/edison-image-minimal.bb I looked at the init script, but not clear if it is critical for fixing that issue or not. My init is the symblic link to /lib/systemd/systemd in imx6. Thank you very much. Kind rega

[OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-26 Thread JH
, is must be something wrong with the zImage-initramfs. Seems debug is harder, are there anyway to extract information from zImage-initramfs to figure out what is wrong? Thank you. Kind regards, - jh -- ___ Openembedded-core mailing list Openembe

Re: [OE-core] Failed to build zImage-initramfs

2019-10-20 Thread JH
way to do it, what relevent kernel setup variables need be defined? Thank you. Kind regards, - jh On 10/13/19, Ferry Toth wrote: > Hi > > Op 13-10-19 om 11:10 schreef JH: >> On 10/13/19, Khem Raj wrote: >> >>>> $ vi local.conf >>>> I

Re: [OE-core] Failed to build zImage-initramfs

2019-10-13 Thread JH
.03.bb:do_deploy', 'gptfdisk_1.0.4.bb:do_populate_sysroot', 'dosfstools_4.1.bb:do_populate_sysroot', 'mtools_4.0.18.bb:do_populate_sysroot', 'solar-image.bb:do_rootfs_wicenv', 'solar-image.bb:do_image', 'parted_3.2.bb:do_populate_sysroot']) ERROR: Command execution fa

Re: [OE-core] Failed to build zImage-initramfs

2019-10-12 Thread JH
Hi Khem, On 10/13/19, Khem Raj wrote: > On Sun, 2019-10-13 at 12:14 +1100, JH wrote: >> Hi, >> >> Apologize if it is not right mailing list for helps, please advise >> which mailing list I should go. >> >> I have been trying to build zImage-initramfs, a

[OE-core] Failed to build zImage-initramfs

2019-10-12 Thread JH
'zImage-initramfs'] In my ram-image.bb: inherit core-image IMAGE_ROOTFS_SIZE = "10" IMAGE_FSTYPES += " ${INITRAMFS_FSTYPES} cpio.gz tar.gz" PACKAGE_INSTALL = "${IMAGE_INSTALL}" What I am missing for "Nothing RPROVIDES" error? Thank you. Kind regards, -

[OE-core] How to control OS/ABI System V or GNU/Linux?

2019-04-05 Thread JH
), appreciate your tips and helps. Thank you. Kind regards, - JH -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core