imagebuilder: clean package_list
authorDaniel Golle <daniel@makrotopia.org>
Fri, 16 Jun 2017 22:54:46 +0000 (00:54 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 16 Jun 2017 22:54:46 +0000 (00:54 +0200)
commit1b555e1d2b1cb2ae3dd1832225e6c9d2c5df0a37
treefcbbb140bbcb3975da1943508afcac0470420d0f
parent76b62e602233d1a2e1f8ef1c0833bd22ebaaf832
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>
target/imagebuilder/files/Makefile