]> code.ossystems Code Review - openembedded-core.git/commit
linux-dtb.inc: drop unused DTB_NAME variable from do_install
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 26 Nov 2015 12:58:13 +0000 (13:58 +0100)
committerJoshua Lock <joshua.lock@collabora.co.uk>
Tue, 8 Dec 2015 22:14:48 +0000 (22:14 +0000)
commitd17abc45f1e1ba0a08c6e7411eda52a5140faea7
tree614a094de17c50c5d24dfc946b653e3968ed9cc2
parent89c6d043aa76c0e1eac694b92cdd95c6b02c9762
linux-dtb.inc: drop unused DTB_NAME variable from do_install

* this is causing do_install to depend on KERNEL_IMAGE_BASE_NAME which
  in some cases contains something like BUILD_NUMBER from CI, that
  caused do_install to be reexecuted every single time, which is very
  sad to be caused by unused variable.
* jethro and newer don't need this change, because it's also fixed in
  commit 86b3f29f93e3f87903668ea317c6bd97be4cdf62
  Author: Marek Vasut <marex@denx.de>
  Date:   Thu May 14 14:31:11 2015 +0200
  Subject: kernel: Build DTBs early

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
meta/recipes-kernel/linux/linux-dtb.inc