草庐IT

ProgramName-Version

全部标签

UBOOT编译--- UBOOT的$(version_h) $(timestamp_h)(七)

1.前言 UBOOT版本:uboot2018.03,开发板myimx8mmek240。2.概述在编译uboot的过程中,有两个特别的依赖version_h和timestamp_h,它们定义在顶层Makefile中(这里只讲解编译直接在源目录的情况,即srctree为空),如下:#顶层Makefileversion_h:=include/generated/version_autogenerated.htimestamp_h:=include/generated/timestamp_autogenerated.h......$(version_h):include/config/uboot.re

git 版本自动工具 standard-version

一、安装nodejs1、下载LTS版本https://nodejs.org/en/2、查看版本npm-vimage.png二、安装standard-version1、npm-standard-version官网包说明https://www.npmjs.com/package/standard-version2、安装npmi-gstandard-version三、使用1、日常gitcommit规范ConventionalCommits提交说明的结构如下所示:([可选的作用域]):[可选的正文][可选的脚注]类型(type)feat::类型为feat的提交表示在代码库中新增了一个功能fix::类型

git 版本自动工具 standard-version

一、安装nodejs1、下载LTS版本https://nodejs.org/en/2、查看版本npm-vimage.png二、安装standard-version1、npm-standard-version官网包说明https://www.npmjs.com/package/standard-version2、安装npmi-gstandard-version三、使用1、日常gitcommit规范ConventionalCommits提交说明的结构如下所示:([可选的作用域]):[可选的正文][可选的脚注]类型(type)feat::类型为feat的提交表示在代码库中新增了一个功能fix::类型