[yocto] poky lsb support

2013-04-15 Thread gmail
HI every body: I have a package(opensaf) which needs support of lsb init script .So I use this "DISTRO ?= "poky-lab" in conf/local.conf And i set IMAGE_INSTALL in my image recipe as follows: IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ packagegroup-core-boot \ bash\ bc \

Re: [yocto] How to run script before mount rootfs

2019-07-03 Thread Gmail
Hi, You can have a look at https://wiki.yoctoproject.org/wiki/System_Update. I have used RAUC and u-boot on Rasperry Pi, there is an meta-rauc layer for Yocto. RAUC Dok at https://rauc.readthedocs.io/en/latest/. RAUC have an u-boot example script for loading different rootfs on boot, have a lo

Re: [yocto] How to patch a recipe .inc file

2019-08-07 Thread Gmail
Hi, To add some kernel config I have created an extra .cfg file in: my_recipe/recipes-kernel/linux/linux-raspberrypi/ and add an bb_append file: recipes-kernel/linux/linux-raspberrypi_%25.bbappend __ FILESEXTRAPATHS_prepend := "${THISDIR}/${

Re: [yocto] nodejs npm qemux86_64

2019-11-08 Thread Gmail
Great! /Jonas Andersson > 8 nov. 2019 kl. 10:59 skrev Jean-Marie LEMETAYER > : > > Actually I just update my patchset to use ${nonarch_libdir} instead of > ${libdir}. > > This will be on the next patchset version. > > For your information you can check the meta/conf/bitbake.conf file for oth

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread Gunnar GMail
On Mon, 2018-07-16 at 10:55 +0200, Gunnar Andersson wrote: > [trimmed] > Here is a reference to an earlier discussion - I think it is commonly > recurring question. (Maybe you can propose a change to the docs, to > indicate this near the description of the BB_NO_NETWORK variable?) It seems to a

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-24 Thread Eddy Lai GMail
Hi, I have build and boot the image from USB flash disk with the .hddimg created by "bitbake -k core-image-basic" have added ssh server inside and make sure the ethernet works well, then use "bitbake -c populate_sdk core-image-basic" to create the "poky_eglibc_xx.sh" under "tmp/deploy/sdk" dir

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-02-04 Thread Eddy Lai GMail
which contains the development tools and needed development library and kernel sources. Please refer to core-image-sato-sdk for how to customize your image to allow your do development work on target. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org <mail