diff options
author | 2020-03-30 13:21:32 -0600 | |
---|---|---|
committer | 2020-03-30 21:32:09 +0200 | |
commit | ca4c3a881a84c70a4b843fe8ed0a0391ea60eea7 (patch) | |
tree | ffb0fcabffcacd451454d8287eb4ba6d4fb95a95 | |
parent | 0dddb0d65af9b7daae617a1dbdab19cef666d03a (diff) | |
download | meta-qcom-zeus.tar.gz meta-qcom-zeus.tar.bz2 meta-qcom-zeus.zip |
recipes-test/images: Add dhcp to initramfs-test-imagezeus
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
(cherry picked from commit ac0556b2a06c2584deccd3bcd829d271002ab4de)
-rw-r--r-- | recipes-test/images/initramfs-test-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-test/images/initramfs-test-image.bb b/recipes-test/images/initramfs-test-image.bb index b4443ee..16eafef 100644 --- a/recipes-test/images/initramfs-test-image.bb +++ b/recipes-test/images/initramfs-test-image.bb @@ -5,6 +5,7 @@ PACKAGE_INSTALL = " \ bluez5 \ busybox \ base-passwd \ + dhcp-client \ diag \ ethtool \ gptfdisk \ |