mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/picotool: Add host-picotool
Add a host-picotool package to picotool. This will allow users to build rpi pico applications on the host system. Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ceb800d3c6
commit
926381d360
@@ -6,9 +6,14 @@
|
||||
|
||||
PICOTOOL_VERSION = 2.2.0-a4
|
||||
PICOTOOL_SITE = $(call github,raspberrypi,picotool,$(PICOTOOL_VERSION))
|
||||
PICOTOOL_CONF_OPTS = -DPICO_SDK_PATH=$(STAGING_DIR)/usr/share/pico-sdk
|
||||
PICOTOOL_DEPENDENCIES = libusb pico-sdk
|
||||
PICOTOOL_LICENSE = BSD-3-Clause
|
||||
PICOTOOL_LICENSE_FILES = LICENSE.TXT
|
||||
|
||||
PICOTOOL_CONF_OPTS = -DPICO_SDK_PATH=$(STAGING_DIR)/usr/share/pico-sdk
|
||||
PICOTOOL_DEPENDENCIES = libusb pico-sdk
|
||||
|
||||
HOST_PICOTOOL_CONF_OPTS = -DPICO_SDK_PATH=$(HOST_DIR)/usr/share/pico-sdk
|
||||
HOST_PICOTOOL_DEPENDENCIES = host-libusb host-pico-sdk
|
||||
|
||||
$(eval $(cmake-package))
|
||||
$(eval $(host-cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user