mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bitbake: toaster: importlayer Avoid namespace clash with layer name
This was causing validation issues as the layer name was being picked up from a different location in the dom. (Bitbake rev: 54165dd929ef304357806411cd70caf85b6132f0) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dadc11a52f
commit
8d96256c39
@@ -4,7 +4,7 @@ function importLayerPageInit (ctx) {
|
||||
|
||||
var layerDepBtn = $("#add-layer-dependency-btn");
|
||||
var importAndAddBtn = $("#import-and-add-btn");
|
||||
var layerNameInput = $("#layer-name");
|
||||
var layerNameInput = $("#import-layer-name");
|
||||
var vcsURLInput = $("#layer-git-repo-url");
|
||||
var gitRefInput = $("#layer-git-ref");
|
||||
var layerDepInput = $("#layer-dependency");
|
||||
|
||||
Reference in New Issue
Block a user