|
hardknott: open-embedded: kernel-fitimage.bblass, fiitmage_emit_section_boot_script bad
Been trying added a uboot script to my fitImage ( in hardknott) Looks like the routine fiitmage_emit_section_boot_scrip Has not updated it syntax for node name or hash node Still using’@’ instead of ‘
Been trying added a uboot script to my fitImage ( in hardknott) Looks like the routine fiitmage_emit_section_boot_scrip Has not updated it syntax for node name or hash node Still using’@’ instead of ‘
|
By
richard allen
· #53680
·
|
|
freescale imx-boot, fails to generate is imx-boot container for signed uboot ( wrong u-boot.bin used by imx-boot compile?)
In Hardknott, trying to enabled signed uboot containers for signed fitimage The interaction between the uboot-sign.bbclass and the imx-boot.bb is not working MACHINE=imx8qxq-mek UBOOT_SIGN_ENABLE= “1”
In Hardknott, trying to enabled signed uboot containers for signed fitimage The interaction between the uboot-sign.bbclass and the imx-boot.bb is not working MACHINE=imx8qxq-mek UBOOT_SIGN_ENABLE= “1”
|
By
richard allen
· #53616
·
|
|
warrior with recipes AUTOREV, issues (and hangs bitbake on Centos )
Hi, during our development process, many of our recipes use AUTOREV to get latest bits Under warrior ( bitbake 1.42?) , we are seeing failures with the follow structure ( from recipes not even used by
Hi, during our development process, many of our recipes use AUTOREV to get latest bits Under warrior ( bitbake 1.42?) , we are seeing failures with the follow structure ( from recipes not even used by
|
By
richard allen
· #45658
·
|
|
bootchart2 OLDPATH not set in /sbin/bootchartd.bootchart2,
I been trying to use bootchart2 and have it daisy chain into the orginal /sbin/init But looks like the /sbin/bootchartd.bootchart2 attempts to restore the PATH from OLDPATH export PATH=$OLDPATH exec $
I been trying to use bootchart2 and have it daisy chain into the orginal /sbin/init But looks like the /sbin/bootchartd.bootchart2 attempts to restore the PATH from OLDPATH export PATH=$OLDPATH exec $
|
By
richard allen
· #41277
·
|
|
read-only-rootfs causes systemd-tmpfiles-setup.service failure ( symlink(../run/lock, /var/lock) failed: Read-only file system)
This is what I have, $ cat etc/fstab # stock fstab - you probably want to override this with a machine specific one /dev/root / auto ro 1 0 proc /proc proc defaults 0 0 devpts /dev/pts devpts mode=062
This is what I have, $ cat etc/fstab # stock fstab - you probably want to override this with a machine specific one /dev/root / auto ro 1 0 proc /proc proc defaults 0 0 devpts /dev/pts devpts mode=062
|
By
richard allen
· #38281
·
|
|
read-only-rootfs causes systemd-tmpfiles-setup.service failure ( symlink(../run/lock, /var/lock) failed: Read-only file system)
I am build an image with read-only-rootfs When enabled, during startup I get a [FAILED] Failed to start Create Volatile Files and Directories. See 'systemctl status systemd-tmpfiles-setup.service' for
I am build an image with read-only-rootfs When enabled, during startup I get a [FAILED] Failed to start Create Volatile Files and Directories. See 'systemctl status systemd-tmpfiles-setup.service' for
|
By
richard allen
· #38242
·
|
|
automount pyro, /run/media/sda1 empty, not under morty
I am new to this area. I have been using morty to build my image and moved over to pyro now my automount is resulting in a /run/media/sda1 which is empty where , under the morty build, I see my files
I am new to this area. I have been using morty to build my image and moved over to pyro now my automount is resulting in a /run/media/sda1 which is empty where , under the morty build, I see my files
|
By
richard allen
· #37165
·
|
|
pyro not honoring TOOLCHAIN_TARGET_TASK in populate_sdk
With the pyro drop , when I use an -c populate_sdk, It appears that TOOLCHAIN_TARGET_TASK is not being honored. I have a TOOLCHAIN_TARGET_TASK_append = " gtest" With morty, gtest is included in -c pop
With the pyro drop , when I use an -c populate_sdk, It appears that TOOLCHAIN_TARGET_TASK is not being honored. I have a TOOLCHAIN_TARGET_TASK_append = " gtest" With morty, gtest is included in -c pop
|
By
richard allen
· #36208
·
|
|
morty populate_sdk_ext fails for recipes inherit bin_package
Thanks Ross, my TOOLCHAIN_TARGET_TASK_append = " hals hals-doc" does have the ‘space’, so that is not the issue. ( when I forgot it, got errors which had the ‘hal’ on the previous package, i.e gtestha
Thanks Ross, my TOOLCHAIN_TARGET_TASK_append = " hals hals-doc" does have the ‘space’, so that is not the issue. ( when I forgot it, got errors which had the ‘hal’ on the previous package, i.e gtestha
|
By
richard allen
· #33725
·
|
|
morty populate_sdk_ext fails for recipes inherit bin_package
Hi Paul Thanks, I am new in this area, so could be miss-understanding some of these: What I would like to occur, when local.conf has: IMAGE_INSTALL_append = "hals" TOOLCHAIN_TARGET_TASK_append = "hals
Hi Paul Thanks, I am new in this area, so could be miss-understanding some of these: What I would like to occur, when local.conf has: IMAGE_INSTALL_append = "hals" TOOLCHAIN_TARGET_TASK_append = "hals
|
By
richard allen
· #33713
·
|
|
morty populate_sdk_ext fails for recipes inherit bin_package
Appreciate your suggestions. The ipk's are there $ find tmp/deploy/ipk/ -name hals* tmp/deploy/ipk/cortexa9hf-neon/hals-tests_5.0.0-r0_cortexa9hf-neon.ipk tmp/deploy/ipk/cortexa9hf-neon/hals_5.0.0-r0_
Appreciate your suggestions. The ipk's are there $ find tmp/deploy/ipk/ -name hals* tmp/deploy/ipk/cortexa9hf-neon/hals-tests_5.0.0-r0_cortexa9hf-neon.ipk tmp/deploy/ipk/cortexa9hf-neon/hals_5.0.0-r0_
|
By
richard allen
· #33669
·
|
|
morty populate_sdk_ext fails for recipes inherit bin_package
Hi 1) I had just successfully built an image with all the recipes ( hals, hals-doc) [and yes, there these are non-empty] 2) I had then successfully built image with -c populate_sdk 3) The bitbake imag
Hi 1) I had just successfully built an image with all the recipes ( hals, hals-doc) [and yes, there these are non-empty] 2) I had then successfully built image with -c populate_sdk 3) The bitbake imag
|
By
richard allen
· #33661
·
|
|
morty populate_sdk_ext fails for recipes inherit bin_package
I am getting errors with morty and -c populate_sdk_ext when I have recipes which inherit bin_package These recipes work fine with Krogoth and it’s populate_sdk_ext Note: package is not empty, Use to i
I am getting errors with morty and -c populate_sdk_ext when I have recipes which inherit bin_package These recipes work fine with Krogoth and it’s populate_sdk_ext Note: package is not empty, Use to i
|
By
richard allen
· #33642
·
|
|
morty, how to debug opkg issues with do_populate_sdk? (ipk based) Error 255 (recipes use bin_package)
I have some simple recipes which inherit bin_package Local has PACKAGE_CLASSES ?= "package_ipk" There are no issues with the krogoth release , can do -c populate_sdk and all is well with morty, same r
I have some simple recipes which inherit bin_package Local has PACKAGE_CLASSES ?= "package_ipk" There are no issues with the krogoth release , can do -c populate_sdk and all is well with morty, same r
|
By
richard allen
· #33585
·
|
|
busybox and images, how to change busybox based on image component added
Thanks for the pointer. I am new to the linux/Yocto area , so if there is example, would greatly help. When you say it 'replaces', is this a the 'name' level? connman is not the same name as udhdc My
Thanks for the pointer. I am new to the linux/Yocto area , so if there is example, would greatly help. When you say it 'replaces', is this a the 'name' level? connman is not the same name as udhdc My
|
By
richard allen
· #33415
·
|
|
busybox and images, how to change busybox based on image component added
I am trying to remove the udhcp( client / server) components in busybox when I include ‘connman’ in my image. I have a busybox_%.bbappend which will SRC_URI_append = " file://no-uhdpc.cfg" no-uhdcpc.c
I am trying to remove the udhcp( client / server) components in busybox when I include ‘connman’ in my image. I have a busybox_%.bbappend which will SRC_URI_append = " file://no-uhdpc.cfg" no-uhdcpc.c
|
By
richard allen
· #33410
·
|