imagebuilder: clean package_list
authorDaniel Golle <daniel@makrotopia.org>
Fri, 16 Jun 2017 22:54:46 +0000 (00:54 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 15:00:57 +0000 (16:00 +0100)
commit74eeb07817cdf6f6c8212d39e215e758736f9592
treea6c3730a15426a5ce3a95dddcda3acf98939b590
parent7f3f2bc03b642952e69f650188952c8bf893c932
imagebuilder: clean package_list

commit 19ac879954 (imagebuilder: add package_list function) introduced
a new function 'package_list' to the imagebuilder Makefile.
Unfortunately the package list was poluted by stdout noise of the
Makefile itself as well as opkg. Redirect those outputs to stderr to
make sure that the package_list returned doesn't contain progress
info output but really only packages.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 1b555e1d2b1cb2ae3dd1832225e6c9d2c5df0a37)
target/imagebuilder/files/Makefile