|
Trouble using initramfs
Which branch are you using? Can you try the latest master with wic? There was a fix to wic to allow copying the kernel image with bundled initramfs to boot partition instead of the one without when IN
Which branch are you using? Can you try the latest master with wic? There was a fix to wic to allow copying the kernel image with bundled initramfs to boot partition instead of the one without when IN
|
By
Anuj Mittal
· #46301
·
|
|
[PATCH 1/3] intel-media-driver: check for "opengl" feature
Hi Hongxu I have merged these changes but could you send these to meta-intel list in future please?
Hi Hongxu I have merged these changes but could you send these to meta-intel list in future please?
|
By
Anuj Mittal
· #46106
·
|
|
wic: error when using --rootfs-dir=${IMAGE_ROOTFS}/data
If you haven't tried this already, renaming .wks to .wks.in might help. Thanks, Anuj
If you haven't tried this already, renaming .wks to .wks.in might help. Thanks, Anuj
|
By
Anuj Mittal
· #45944
·
|
|
[meta-dpdk][PATCH] dpdk: Remove 18.05
Can you please also remove the patches that are specific to this version? Thanks, Anuj
Can you please also remove the patches that are specific to this version? Thanks, Anuj
|
By
Anuj Mittal
· #45774
·
|
|
[meta-dpdk][PATCH] dpdk: Fix do_compile failure for qemux86 and qemux86-64
I don't think overriding arch values in recipe is appropriate. Also the recipe is setting COMPATIBLE_MACHINE to be null because of this reason. If the MACHINE that we're building for doesn't support t
I don't think overriding arch values in recipe is appropriate. Also the recipe is setting COMPATIBLE_MACHINE to be null because of this reason. If the MACHINE that we're building for doesn't support t
|
By
Anuj Mittal
· #45555
·
|
|
[meta-dpdk][PATCH] dpdk: mk: disable warning for packed member pointer
Thanks, I have included this for 18.11 as well and merged. Thanks, Anuj
Thanks, I have included this for 18.11 as well and merged. Thanks, Anuj
|
By
Anuj Mittal
· #45554
·
|
|
Error in building new recipe for Jool network translator
Looking at the Makefile, I think adding this might help: EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_BUILDDIR}"'
Looking at the Makefile, I think adding this might help: EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_BUILDDIR}"'
|
By
Anuj Mittal
· #45524
·
|
|
Timestamp error between zImage & uname-a [ Yocto-2.6.1 + Qemux86 ]
It's picking up the minimal image instead of full-cmdline? Can you try: runqemu tmp/deploy/images/qemux86/<qemuboot.conf> or runqemu qemux86 core-image-full-cmdline Thanks, Anuj
It's picking up the minimal image instead of full-cmdline? Can you try: runqemu tmp/deploy/images/qemux86/<qemuboot.conf> or runqemu qemux86 core-image-full-cmdline Thanks, Anuj
|
By
Anuj Mittal
· #45109
·
|
|
[meta-intel] fb: switching to inteldrmfb from efi vga
This error says amdgpu while the subject says intel driver ... Which one are you using and on which graphics card? Does it work if you use 4.14 kernel?
This error says amdgpu while the subject says intel driver ... Which one are you using and on which graphics card? Does it work if you use 4.14 kernel?
|
By
Anuj Mittal
· #43198
·
|
|
[patchtest-oe][PATCH] test_patch_cve.py: fix cve tag checking logic
Not sure if this is related but it looks like the tests aren't running at all now ... https://patchwork.openembedded.org/project/oe-core/series/?ordering=-last_updated Thanks, Anuj
Not sure if this is related but it looks like the tests aren't running at all now ... https://patchwork.openembedded.org/project/oe-core/series/?ordering=-last_updated Thanks, Anuj
|
By
Anuj Mittal
· #43142
·
|
|
[poky] bug #8729 grub bootloader
Hi Dimitris I think this needed --exclude-path in wks to be used to take effect. Please see: http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147837.html and bug: https://bugzil
Hi Dimitris I think this needed --exclude-path in wks to be used to take effect. Please see: http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147837.html and bug: https://bugzil
|
By
Anuj Mittal
· #43102
·
|
|
qemu and grub
Can you check if MACHINE_FEATURES includes efi and include and try again if not? Thanks, Anuj
Can you check if MACHINE_FEATURES includes efi and include and try again if not? Thanks, Anuj
|
By
Anuj Mittal
· #43005
·
|
|
[meta-intel] ac_nonexistent.h error in do_configure
This check is supposed to fail. This is a sanity test, that header isn't supposed to exist and autoconf expects this compilation error. I don't think this is the actual point of failure. Thanks, Anuj
This check is supposed to fail. This is a sanity test, that header isn't supposed to exist and autoconf expects this compilation error. I don't think this is the actual point of failure. Thanks, Anuj
|
By
Anuj Mittal
· #42657
·
|
|
[PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error
Thank you for checking. Can you please edit the patch to point to yocto project mirror (downloads.yoctoproject.org/mirror/sources) for now, include the info that it should be replaced by libibverbs fr
Thank you for checking. Can you please edit the patch to point to yocto project mirror (downloads.yoctoproject.org/mirror/sources) for now, include the info that it should be replaced by libibverbs fr
|
By
Anuj Mittal
· #42280
·
|
|
[PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error
https://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git/commit/?id=1a6ab7f4c4aa048e8cf0c6cbed5935181f660bd8 And, this: https://www.openfabrics.org/downloads/verbs/README.html If you take a look
https://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git/commit/?id=1a6ab7f4c4aa048e8cf0c6cbed5935181f660bd8 And, this: https://www.openfabrics.org/downloads/verbs/README.html If you take a look
|
By
Anuj Mittal
· #42126
·
|
|
[PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error
The deprecation notice seems to imply that rdma-core on github should be used instead and that's what debian does too. Perhaps that should be used instead? https://tracker.debian.org/pkg/rdma-core
The deprecation notice seems to imply that rdma-core on github should be used instead and that's what debian does too. Perhaps that should be used instead? https://tracker.debian.org/pkg/rdma-core
|
By
Anuj Mittal
· #42116
·
|
|
[meta-intel] Getting black screen for Install option
May be try adding serial console 'console=ttyS0,115200' in kernel boot line when using 'install'.
May be try adding serial console 'console=ttyS0,115200' in kernel boot line when using 'install'.
|
By
Anuj Mittal
· #42062
·
|
|
Patch for custom imager plugin in wic.
Patches to OE-core should be sent to openembedded-core@.... Are you using a custom imager plugin?
Patches to OE-core should be sent to openembedded-core@.... Are you using a custom imager plugin?
|
By
Anuj Mittal
· #41426
·
|
|
[meta-intel][PATCH] mce-test: add it
Hi Dengke, This looks like a very old revision. Should this also be fetching from: https://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git/log/ Also, this should probably be sent to openembedded-dev
Hi Dengke, This looks like a very old revision. Should this also be fetching from: https://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git/log/ Also, this should probably be sent to openembedded-dev
|
By
Anuj Mittal
· #41357
·
|
|
wic appending ".1" to a file name on multiple images build
wic create with -D should help you get started.
wic create with -D should help you get started.
|
By
Anuj Mittal
· #41310
·
|