OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Open Embedded => Topic started by: DoTheDog on August 21, 2006, 02:01:53 am

Title: Bitbake Do_package Question
Post by: DoTheDog on August 21, 2006, 02:01:53 am
Ok, I am sure this is a stupid question. But I have googled and googled and even posted a question on the IRC channel.

Anyway, if any of you are following this saga, I am trying to build the Orbiter for PlutoHome (http://www.plutohome.com). It is a home automation system, and I want to use my Akita as an Orbiter or remote.

Here is the question. I am building a number of libraries that are required for the Orbiter executable. I have actually successfully compiled all the dependencies and the executable itself. However, the ipk's aren't what I expected. The makefiles create .so files and the do_package default seems to put them in -dev.ipk files.

I have tried:
PACKAGES = "serializeclass serializeclass-dev"
FILES_serializeclass = "${libdir}/libSerializeClass.so"
FILES_serializeclass-dev = "${FILES_serializeclass}"
AUTO_LIBNAME_PKGS = "serializeclass"

But that doesn't seem to help. I still get:
NOTE: Not creating empty archive for serializeclass-11424.1.1-r0

I have tried grep'ing but I am flying a bit blind here...

Any help is appreciated.

Thanks,
Rob
Title: Bitbake Do_package Question
Post by: DoTheDog on August 23, 2006, 10:56:34 pm
Any help? Please?
Title: Bitbake Do_package Question
Post by: wsuetholz on October 09, 2006, 03:10:34 pm
Hello,
  Could you point me at your current BB's for this?

Bill