diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-27 15:24:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:52 +0000 |
commit | 36bd248463291919f2a2fa343db88c99953c18c6 (patch) | |
tree | ceefbbcb8e9cbbfe5ccef855654d708115566dd8 /meta/classes/bin_package.bbclass | |
parent | 08c64b5af6f22631189bc1c651afe39bc08be1e1 (diff) | |
download | poky-36bd248463291919f2a2fa343db88c99953c18c6.tar.gz |
image: Add missing depends on virtual/kernel for depmod data
We need the depmod data so that the kernel depmod command works successfully
at rootfs time. The fact this was working inconsistently is now highlighted
after the command was made to error out. A simple test case is:
bitbake virtual/kernel image
bitbake vrituak/kernel -c clean
bitbake image -c rootfs -f
We fix it by adding the missing dependency, the data is in PKGDATA_DIR and
hence we use packagedata.
(From OE-Core rev: 41f0f86ec0a3e0b6f6c9bb4ef71a4215c00bf66c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/bin_package.bbclass')
0 files changed, 0 insertions, 0 deletions