Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RT-Thread/smart-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: openembedded
Choose a base ref
...
head repository: RT-Thread/smart-build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 7, 2025

  1. Merge pull request #30 from RT-Thread/openembedded

    script cleanup
    BernardXiong authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    119c961 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. Merge pull request #31 from RT-Thread/openembedded

    Add .gitignore and DEVELOPMENT_GUIDE.md files; update README.md and s…
    BernardXiong authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    d7114da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from RT-Thread/openembedded

    fix the LAYERSERIES_COMPAT_smart issue and add local rt-thread support.
    BernardXiong authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    f898168 View commit details
    Browse the repository at this point in the history
  3. Add manual build workflow and update README

    - Introduced a new GitHub Actions workflow for manual builds, allowing users to select target machines.
    - Updated README.md to include a badge for the manual build status, enhancing visibility of the build process.
    BernardXiong committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    78fd39e View commit details
    Browse the repository at this point in the history
  4. add git repo clone.

    BernardXiong committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    2b202c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #33 from RT-Thread/ci

    Add manual build workflow and update README
    BernardXiong authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    e3a77ee View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    b16d961 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    BernardXiong committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    f5ceee1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34 from RT-Thread/oe-dev

    Fix the rt-thread source folder issue and update README.md
    BernardXiong authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    8471357 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Refactor region detection logging in region-source.bbclass

    - Removed explicit logging for detected region sources (Gitee/GitHub) to streamline output.
    - Commented out the default logging message for detection failures, maintaining functionality while reducing verbosity.
    BernardXiong committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    6e8cd84 View commit details
    Browse the repository at this point in the history
  2. Add architecture-specific patches for BusyBox

    - Introduced aarch64 and riscv64 patches to the BusyBox Makefile.
    - Configured cross-compilation settings and optimized flags for both architectures.
    - Updated include and library paths to support the respective SDKs.
    BernardXiong committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    464ee36 View commit details
    Browse the repository at this point in the history
  3. Add machine configurations and toolchain handling for K230 and RK3500

    - Introduced new machine configurations for K230 and RK3500, specifying kernel, U-Boot, and toolchain settings.
    - Added a new machine class to handle architecture-specific settings and toolchain URLs for aarch64 and riscv64.
    - Updated existing recipes to inherit the machine class and utilize the new toolchain handling logic for improved build processes.
    BernardXiong committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    6ae2f41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e86e167 View commit details
    Browse the repository at this point in the history
  5. Refactor build command instructions in smart-env script

    - Simplified the display of common build commands by consolidating and reformatting the output.
    - Removed redundant steps and organized the commands for better clarity and usability.
    BernardXiong committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    e734be2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #35 from RT-Thread/oe-dev

    Add scripts for K230 and RK3500 machine.
    BernardXiong authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    73862b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    a0333bf View commit details
    Browse the repository at this point in the history
  2. ignore downloaded bitbake and oe-core

    Signed-off-by: Chen Wang <[email protected]>
    unicornx committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    419fba5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from unicornx/dev-readme-switch

    doc: add description so people how where to change the MACHINE
    BernardXiong authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    df3e24c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #37 from unicornx/dev-gitignore

    ignore downloaded bitbake and oe-core
    BernardXiong authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    904b9cf View commit details
    Browse the repository at this point in the history
Loading