[yocto] RPi fails when build is with deb packages works okay with rpm packages.

Paul Barker pbarker at toganlabs.com
Thu Jul 27 02:16:58 PDT 2017


On Wed, Jul 12, 2017 at 7:10 PM, Edward Vidal <develone at sbcglobal.net> wrote:
> Hello All,
> Does anyone know if recipes are available for
> gcc-arm-none-eabi & binutils-arm-none-eabi?
>
>
> My build works okay when I use package_rpm and fails with package_deb.
> My bblayers.conf & local.conf are at
> https://github.com/develone/raspberrypi2_yocto/tree/master/poky2.2/raspberrypi2/conf_files
> Any and all help is appreciated.
>
>
> Parsing recipes: 100% |##########################################| Time:
> 0:00:46
> ~/wkg/yocto/RaspberryPi2/poky/build$ diff conf/local.conf
> ~/wkg/raspberrypi2_yocto/poky2.2/raspberrypi2/conf_files/local.conf
> 124c124
> < PACKAGE_CLASSES ?= "package_deb"
> ---
>> PACKAGE_CLASSES ?= "package_rpm"
>
> Parsing of 1931 .bb files complete (0 cached, 1931 parsed). 2616 targets,
> 170 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION        = "1.32.0"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Ubuntu-16.04"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "raspberrypi2"
> DISTRO            = "poky"
> DISTRO_VERSION    = "2.2"
> TUNE_FEATURES     = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard
> cortexa7"
> TARGET_FPU        = "hard"
> meta
> meta-poky
> meta-yocto-bsp    = "morty:5aa481dfedfd089f0d6e8a3bae1b84134d5dff4c"
> meta-raspberrypi  = "master:6bd1bfe472ea491c0edeb7c854d1c0cc5192afeb"
> meta-oe
> meta-python
> meta-multimedia
> meta-gnome        = "morty:5aa481dfedfd089f0d6e8a3bae1b84134d5dff4c"
> meta-browser      = "master:1edcce7791b4cee9a515c1f11b351753a4f8b12e"

It looks like you're mixing branches here. All your layers should
typically be on the same branch - so either all on morty or all on
master here. Could you align these and re-try your build?

Thanks,

-- 
Paul Barker
Co-Founder & Principal Engineer
Togán Labs Ltd



More information about the yocto mailing list