Hi,
I'm trying to include the msgpack-cpp recipe to my image. I'm working with Yocto on the honister branch. This is how I'm including the recipe:
IMAGE_INSTALL:append = "\
msgpack-c \
msgpack-cpp \
"
This is my error:
dev-image-1.0-r0 do_rootfs: Unable to install packages. Command '/workdir/yocto/builds/dev-image/work/zynqmp_generic-poky-linux/dev-image/1.0-r0/recipe-sysroot-native/usr/bin/apt-get install --allow-downgrades --allow-remove-essential --allow-change-held-packages --allow-unauthenticated --no-remove msgpack-c msgpack-cpp ' returned 100:
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package msgpack-cpp
Remark: I can build the recipe using the following command bitbake msgpack-cpp
Hi,
I'm trying to include the
msgpack-cpprecipe to my image. I'm working with Yocto on thehonisterbranch. This is how I'm including the recipe:This is my error:
Remark: I can build the recipe using the following command
bitbake msgpack-cpp