Skip to content

Commit

Permalink
Add Buildroot to readme section
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Jan 20, 2021
1 parent 0fb95b7 commit 10981f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ Shows how to use conan ``json`` generator with custom script to automate the cre

Documentation: https://docs.conan.io/en/laters/integrations/deployment.html


### [Buildroot](features/buildroot)

Demonstrate how to build a tiny Linux image using [Buildroot](https://buildroot.org/) and Conan.

Documentation: https://docs.conan.io/en/latest/integrations/cross_platform/buildroot.html

## How can I reproduce the build steps?

All our examples can be built on Windows, Linux and Mac. If you are interested to reproduce
Expand Down
5 changes: 3 additions & 2 deletions features/buildroot/package/conan-gtest/conan-gtest.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ CONAN_GTEST_VERSION = 1.8.1
CONAN_GTEST_INSTALL_STAGING = YES
CONAN_GTEST_LICENSE = BSD-3-Clause
CONAN_GTEST_LICENSE_FILES = licenses/LICENSE
CONAN_GTEST_SITE = $(call github,bincrafters,conan-gtest,e28f1217907db483521841dcfad9606b1c99a970)
CONAN_GTEST_REFERENCE = gtest/$(CONAN_GTEST_VERSION)@bincrafters/stable
CONAN_GTEST_SITE = $(call github,conan-io,conan-center-index,134dd3b84d629d27ba3474e01b688e9c0f25b9c8)
CONAN_GTEST_REFERENCE = zlib/$(CONAN_GTEST_VERSION)@
CONAN_ZLIB_SUBDIR = recipes/gtest/all

$(eval $(conan-package))

0 comments on commit 10981f9

Please sign in to comment.