> Am I doing the backport correctly? Maybe config file problems? You've backported different commit than what Khem asked you to try.
On Fri, Dec 15, 2023 at 10:33 PM Renato Mendes <renato.mendes....@gmail.com> wrote: > So Khem, that's what I've done: > > *Load from git and backport:* > > git clone -b kirkstone git://git.yoctoproject.org/poky ./src/poky > git clone -b kirkstone git://git.openembedded.org/meta-openembedded > ./src/meta-openembedded > > git clone -b kirkstone git://git.yoctoproject.org/meta-raspberrypi > ./src/meta-raspberrypi > git checkout master > git checkout kiskstone > git cherry-pick master > Auto-merging docs/extra-build-config.md > Auto-merging recipes-bsp/bootfiles/rpi-cmdline.bb > [kirkstone a900a5e] rpi-cmdline, rpi-u-boot-src: Support USB boot > Author: Harunobu Kurokawa <harunobu.kurokawa...@renesas.com> > Date: Fri May 5 14:49:51 2023 +0900 > Committer: quadfloor <quadfl...@yocto.quadfloor.com> > Your name and email address were configured automatically based > on your username and hostname. Please check that they are accurate. > You can suppress this message by setting them explicitly. Run the > following command and follow the instructions in your editor to edit > your configuration file: > > git config --global --edit > > After doing this, you may fix the identity used for this commit with: > > git commit --amend --reset-author > > 4 files changed, 24 insertions(+), 3 deletions(-) > > *Configuration:* > > After that, rebuilt with the short configuration: > > MACHINE = "raspberrypi0-wifi" > SERIAL_CONSOLE = "" > DISABLE_RPI_BOOT_LOGO = "1" > DISABLE_OVERSCAN = "1" > DISABLE_SPLASH = "1" > BOOT_DELAY = "0" > GPU_MEM_256 = "128" > GPU_MEM_512 = "196" > GPU_MEM_1024 = "396" > PACKAGE_CLASSES = "package_ipk" > DISTRO_FEATURES:append = " wifi " > IMAGE_INSTALL:append = " linux-firmware-bcm43430 wpa-supplicant" > IMAGE_FSTYPES = "tar.bz2 ext4 rpi-sdimg" > SDIMG_ROOTFS_TYPE = "ext4" > > > $ cat bblayers.conf > # POKY_BBLAYERS_CONF_VERSION is increased each time > build/conf/bblayers.conf > # changes incompatibly > POKY_BBLAYERS_CONF_VERSION = "2" > > BBPATH = "${TOPDIR}" > BBFILES ?= "" > > BBLAYERS ?= " \ > /home/quadfloor/release_1/src/poky/meta \ > /home/quadfloor/release_1/src/poky/meta-poky \ > /home/quadfloor/release_1/src/poky/meta-yocto-bsp \ > /home/quadfloor/release_1/src/meta-openembedded/meta-oe \ > /home/quadfloor/release_1/src/meta-openembedded/meta-python \ > /home/quadfloor/release_1/src/meta-openembedded/meta-multimedia \ > /home/quadfloor/release_1/src/meta-openembedded/meta-networking \ > /home/quadfloor/release_1/src/meta-raspberrypi \ > " > > > *Result:*$ ifcofing -a -> Only lo interface, no wlan > > $ dmesg | grep brcmfmac shows nothing.... > $ dmesg | grep wlan shows nothing.... > > $ lsmod > Module Size Used by > nfsd 454656 11 > > So, basically the same.... > > Am I doing the backport correctly? Maybe config file problems? > > Thanks for supporting... > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61923): https://lists.yoctoproject.org/g/yocto/message/61923 Mute This Topic: https://lists.yoctoproject.org/mt/103150047/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-