最終更新:2022-10-06 (木) 04:04:53 (567d)  

Buildroot/パッケージ/追加

中身

  • Each directory contains at least 2 files:

Buildroot/パッケージ/Config.in?

  • Config.in? is a part of the configuration tool description file. It describes the options related to the package.
    config BR2_PACKAGE_LIBFOO
            bool "libfoo"
            depends on BR2_PACKAGE_LIBBAZ
            select BR2_PACKAGE_LIBBAR
            help
              This is a comment that explains what libfoo is. The help text
              should be wrapped.
    
              http://foosoftware.org/libfoo/

Buildroot/パッケージ/パッケージ名.mk

  • something.mk? is the Makefile that downloads, configures, compiles and installs the package something.
  • ビルドのための変数定義とか

メモ

参考