diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-17 08:01:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-17 08:02:30 +0100 |
commit | a052c31600ac5c5cec474969c6dc130de8f88108 (patch) | |
tree | e9187152a8e551dc45661aec36024fc10c697b8b /target/lm32/systems | |
parent | a1d15775b9f730bb4eaee46aa32c1fee4d2f7a1a (diff) |
git kernel handling
Simplify and allow to use git tags, branches, hashes and head.
Convert existing usage of git kernel repositories to this.
Diffstat (limited to 'target/lm32/systems')
-rw-r--r-- | target/lm32/systems/qemu-lm32 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/lm32/systems/qemu-lm32 b/target/lm32/systems/qemu-lm32 index 5406c4663..f729902d8 100644 --- a/target/lm32/systems/qemu-lm32 +++ b/target/lm32/systems/qemu-lm32 @@ -3,9 +3,6 @@ config ADK_TARGET_SYSTEM_QEMU_LM32 select ADK_TARGET_QEMU select ADK_TARGET_CPU_LM32 select ADK_TARGET_UCLINUX - select ADK_TARGET_KERNEL_VERSION_GIT - select ADK_TARGET_KERNEL_REPO "https://github.com/m-labs/linux-milkymist.git" - select ADK_TARGET_KERNEL_HASH "6a2f2e4198eaff63ee75f6085ce9f966c47b4441" help Support for Qemu Emulator LM32 architecture. |