aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-12-15 14:06:50 +0100
committerAnders Roxell <anders.roxell@linaro.org>2015-12-16 15:30:48 +0100
commit9b6b7d44149b12db3b34664aefb9c517c5e34af3 (patch)
treee0f0002c0fe9172c96db49dd6ce63ac090c85e62
parent5c66197ecc7ecd61d4d612e52e00fcd6ebd067ac (diff)
linux-lng-v4.1-rt: add linux-headers to overlay.tar.gz
Change-Id: I3a85d519e995fdf4f66c33db06b10266af0596e9 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--linux-lng-v4.1-rt.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-lng-v4.1-rt.yaml b/linux-lng-v4.1-rt.yaml
index 8d3b2de..5beda7c 100644
--- a/linux-lng-v4.1-rt.yaml
+++ b/linux-lng-v4.1-rt.yaml
@@ -191,7 +191,8 @@
# Create overlay.tar.gz
dpkg-deb -x linux-image-*.deb overlay
- tar -C overlay -acvf ${WORKSPACE}/out/overlay.tar.gz lib
+ dpkg-deb -x linux-headers-*.deb overlay
+ tar -C overlay -acvf ${WORKSPACE}/out/overlay.tar.gz lib usr/src
# Create post-build-lava parameters
cat << EOF > post_build_lava_parameters