Author Topic: Bitbake Do_package Question  (Read 6587 times)

DoTheDog

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
Bitbake Do_package Question
« 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
« Last Edit: August 21, 2006, 02:02:37 am by DoTheDog »
Z sl-c3100, Planex GW-CF11X Wifi, Home made docking station (4 port powered hub, 60GB 2.5" HD, Belkin Wired USB 10/100 Ethernet card), Belkin F8T003 ver 2.11 BT USB Dongle
Stock Sharp ROM, Tetsu's special kernel v18b, Lots of stuff gleaned off of Meanie's Incredible Site! Debian PocketWorkstation.
Z2 sl-c1000, OZ 3.5.4.1 GPE - Trying to make it a PlutoHome Orbiter

DoTheDog

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
Bitbake Do_package Question
« Reply #1 on: August 23, 2006, 10:56:34 pm »
Any help? Please?
Z sl-c3100, Planex GW-CF11X Wifi, Home made docking station (4 port powered hub, 60GB 2.5" HD, Belkin Wired USB 10/100 Ethernet card), Belkin F8T003 ver 2.11 BT USB Dongle
Stock Sharp ROM, Tetsu's special kernel v18b, Lots of stuff gleaned off of Meanie's Incredible Site! Debian PocketWorkstation.
Z2 sl-c1000, OZ 3.5.4.1 GPE - Trying to make it a PlutoHome Orbiter

wsuetholz

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Bitbake Do_package Question
« Reply #2 on: October 09, 2006, 03:10:34 pm »
Hello,
  Could you point me at your current BB's for this?

Bill