imagebuilder: use correct package directory when bundling kmods and libc
authorJo-Philipp Wich <jo@mein.io>
Fri, 22 Apr 2016 10:22:57 +0000 (12:22 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 22 Apr 2016 10:22:57 +0000 (12:22 +0200)
commitb9466382b54892c186dea356e701b5ecec86d8aa
tree60c20c6c84143be925e842de3ee7d24d796250d4
parent9531e0fce5766f412b8aefb97ee7d94f36fa9507
imagebuilder: use correct package directory when bundling kmods and libc

The libc and kernel package files moved since the introduction of shared
packages and the changed output directory layout. This causes the generated
ImageBuilder archive to lack the necessary "libc" and "kernel" meta packages,
leading to opkg install errors later on.

Use the FeedPackageDir macro to figure out the proper source directory to use.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/imagebuilder/Makefile