Otmane Chiboub
Otmane Chiboub

Reputation: 1

building linux with openembedded

I'am working on a project to build a Linux distribution with openembedded for the ARM, so I get bitbake and openembedded files and I set the variables BBPATH to bb files and path to bitbake and I run this command:

bitbake openembedded/recipes/linux/linux_2.6.39.bb

but i have this error and i can't fix it

ERROR: ExpansionError during parsing
/home/otmane/Desktop/linux_oe/openembedded/recipes/linux/linux_2.6.39.bb:
Failure expanding expression ${@patch_deps(d)} which triggered
exception AttributeError: 'module' object has no attribute 'init'

I want to add that I'm working on an Ubuntu 14.04 host system in a VMWare workstation.

Upvotes: 0

Views: 204

Answers (1)

Ross Burton
Ross Burton

Reputation: 4063

Looks like you've downloaded "oe-classic", the old and unmaintained OE. Use openembedded-core plus whatever layers you need.

Upvotes: 2

Related Questions