]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/esdk-tools: use a dedicated, static directory for esdk tools
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 3 Nov 2023 10:28:05 +0000 (11:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2023 08:05:37 +0000 (08:05 +0000)
commit20c548f2edca3888152adb63de7b23d84e3848e7
tree6d63f32d7105462d2fff6bc57021b04bb44302ec
parent52a7bbd5c4875c5f61ea65dda38e495a2925a20d
scripts/esdk-tools: use a dedicated, static directory for esdk tools

This allows easier replication of esdk environment (which provides
a curated, limited set of tools that for example does not include bitbake)
in a standard yocto build. Switchover between various sets can be achieved
via PATH manipulation.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 files changed:
meta/classes-recipe/populate_sdk_ext.bbclass
scripts/esdk-tools/devtool [new symlink]
scripts/esdk-tools/oe-find-native-sysroot [new symlink]
scripts/esdk-tools/recipetool [new symlink]
scripts/esdk-tools/runqemu [new symlink]
scripts/esdk-tools/runqemu-addptable2image [new symlink]
scripts/esdk-tools/runqemu-export-rootfs [new symlink]
scripts/esdk-tools/runqemu-extract-sdk [new symlink]
scripts/esdk-tools/runqemu-gen-tapdevs [new symlink]
scripts/esdk-tools/runqemu-ifdown [new symlink]
scripts/esdk-tools/runqemu-ifup [new symlink]
scripts/esdk-tools/wic [new symlink]