]> code.ossystems Code Review - openembedded-core.git/commit
devtool/standard.py: Create a copy of kernel source within work-shared if not present
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Wed, 10 Jul 2019 18:27:33 +0000 (11:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Jul 2019 11:17:22 +0000 (12:17 +0100)
commitbb42ab90835e8ec2f1dfbb35056c353784693266
tree0e9253bdb9416f0740e552eac168df01a44f0897
parent3c3a9bae296f849dbfe03942282f44036e6fa1fb
devtool/standard.py: Create a copy of kernel source within work-shared if not present

If kernel source is not already downloaded i.e staging kernel dir is
empty, place a copy of the source when the user runs devtool modify
linux-yocto.  This way the kernel source is available for other packages
that use it.

[YOCTO #10416]

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/lib/devtool/standard.py