Searched refs:from (Results 1 – 7 of 7) sorted by relevance
/kernel/build/ |
D | build.sh | 102 local from=$2 107 [ -n "$from" ] || return 1 109 from=$(readlink -e "$from") 111 [ -n "$from" ] || return 1 112 stem=${from}/
|
D | LICENSE | 31 "Object" form shall mean any form resulting from mechanical 42 form, that is based on (or derived from) the Work and for which the 46 separable from, or merely link (or bind by name) to the interfaces of, 103 attribution notices from the Source form of the Work, 120 or as an addendum to the NOTICE text from the Work, provided
|
D | NOTICE | 31 "Object" form shall mean any form resulting from mechanical 42 form, that is based on (or derived from) the Work and for which the 46 separable from, or merely link (or bind by name) to the interfaces of, 103 attribution notices from the Source form of the Work, 120 or as an addendum to the NOTICE text from the Work, provided
|
/kernel/configs/ |
D | README.md | 43 config requirements from `android-base.config` still apply in that case. 108 Support for kernel configs from previous dessert releases is dropped from AOSP 109 when the upgrade path from that dessert release is no longer supported. 122 the top level. When a release is branched from master the top-level configs are 150 Build rules from the aforementioned files to a 185 * Remove a line from `<dessert>/android-*/android-base.config` 186 * Remove a line from `<dessert>/android-*/android-base-*.config` 188 * Lower minimum LTS requirement from `x.y.u` to `x.y.v` (where `v < u`) 194 * Add or change a line from `<dessert>/android-*/android-base.config` 195 * Add or change a line from `<dessert>/android-*/android-base-*.config` [all …]
|
/kernel/build/abi/ |
D | README.md | 23 Creating ABI dumps from kernel trees 37 invocation from the top of the repo tree looks as follows:
|
/kernel/tests/net/test/ |
D | README | 32 boots, mounts the root filesystem read-only, runs the specified test from init, and then drops to a… 66 net_test mounts the root filesystem read-only, and runs the test from init, but
|
D | run_net_test.sh | 175 echo Running tests from: `pwd`
|